Searched refs:fcf_mac (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/scsi/fnic/ |
H A D | fip.c | 203 memset(iport->selected_fcf.fcf_mac, 0, ETH_ALEN); in fnic_fcoe_start_fcf_discovery() 271 memcpy(iport->selected_fcf.fcf_mac, in fnic_fcoe_fip_discovery_resp() 290 (iport->selected_fcf.fcf_mac, in fnic_fcoe_fip_discovery_resp() 412 memcpy(pflogi_req->eth.h_dest, iport->selected_fcf.fcf_mac, in fnic_fcoe_start_flogi() 516 memcpy(fnic->iport.fcfmac, iport->selected_fcf.fcf_mac, in fnic_fcoe_process_flogi_resp() 596 memset(iport->selected_fcf.fcf_mac, 0, ETH_ALEN); in fnic_common_fip_cleanup() 637 (iport->selected_fcf.fcf_mac, cvl_msg->fcf_mac_desc.fd_mac, ETH_ALEN) in fnic_fcoe_process_cvl() 737 if (memcmp(iport->selected_fcf.fcf_mac, zmac, ETH_ALEN) != 0) { in fnic_work_on_fip_timer() 828 memcpy(penode_ka->eth.h_dest, iport->selected_fcf.fcf_mac, ETH_ALEN); in fnic_handle_enode_ka_timer() 883 memcpy(pvn_port_ka->eth.h_dest, iport->selected_fcf.fcf_mac, ETH_ALEN); in fnic_handle_vn_ka_timer()
|
H A D | fnic_res.h | 159 u8 *fcf_mac, u8 *ha_mac, in fnic_queue_wq_copy_desc_fip_reg() argument 171 memcpy(desc->u.flogi_fip_reg.fcf_mac, fcf_mac, ETH_ALEN); in fnic_queue_wq_copy_desc_fip_reg()
|
H A D | fnic_fdls.h | 125 uint8_t fcf_mac[6]; member
|
H A D | fcpio.h | 435 u8 fcf_mac[ETH_ALEN]; /* FCF Target destination mac */ member
|
/linux/drivers/scsi/fcoe/ |
H A D | fcoe_ctlr.c | 169 new->fabric_name, new->fcf_mac); in fcoe_sysfs_fcf_add() 179 memcpy(temp->mac, new->fcf_mac, ETH_ALEN); in fcoe_sysfs_fcf_add() 334 if (sel && ether_addr_equal(sel->fcf_mac, fip->dest_addr)) in fcoe_ctlr_announce() 345 fip->lp->host->host_no, sel->fcf_mac); in fcoe_ctlr_announce() 397 memcpy(sol->eth.h_dest, fcf ? fcf->fcf_mac : fcoe_all_fcfs, ETH_ALEN); in fcoe_ctlr_solicit() 556 memcpy(kal->eth.h_dest, fcf->fcf_mac, ETH_ALEN); in fcoe_ctlr_send_keep_alive() 638 memcpy(cap->eth.h_dest, fcf->fcf_mac, ETH_ALEN); in fcoe_ctlr_encaps() 940 memcpy(fcf->fcf_mac, in fcoe_ctlr_parse_adv() 943 memcpy(fcf->fcoe_mac, fcf->fcf_mac, ETH_ALEN); in fcoe_ctlr_parse_adv() 944 if (!is_valid_ether_addr(fcf->fcf_mac)) { in fcoe_ctlr_parse_adv() [all …]
|
/linux/drivers/scsi/qedf/ |
H A D | qedf_fip.c | 241 qedf->ctlr.sel_fcf->fcf_mac)) in qedf_fip_recv()
|
H A D | qedf_debugfs.c | 345 seq_printf(s, "FCF MAC: %pM\n", qedf->ctlr.sel_fcf->fcf_mac); in qedf_driver_stats_show()
|
/linux/drivers/scsi/bfa/ |
H A D | bfi_ms.h | 438 mac_t fcf_mac; member
|