Searched refs:fcf_mac (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/scsi/fnic/ |
D | fnic_res.h | 171 u8 *fcf_mac, u8 *ha_mac, in fnic_queue_wq_copy_desc_fip_reg() argument 183 memcpy(desc->u.flogi_fip_reg.fcf_mac, fcf_mac, ETH_ALEN); in fnic_queue_wq_copy_desc_fip_reg()
|
D | fcpio.h | 447 u8 fcf_mac[ETH_ALEN]; /* FCF Target destination mac */ member
|
/linux-5.19.10/drivers/scsi/fcoe/ |
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-5.19.10/include/scsi/ |
D | libfcoe.h | 210 u8 fcf_mac[ETH_ALEN]; member
|
/linux-5.19.10/drivers/scsi/qedf/ |
D | qedf_fip.c | 241 qedf->ctlr.sel_fcf->fcf_mac)) in qedf_fip_recv()
|
D | qedf_debugfs.c | 338 seq_printf(s, "FCF MAC: %pM\n", qedf->ctlr.sel_fcf->fcf_mac); in qedf_driver_stats_show()
|
/linux-5.19.10/drivers/scsi/bfa/ |
D | bfi_ms.h | 438 mac_t fcf_mac; member
|
D | bfa_svc.h | 409 mac_t fcf_mac; /* FCF MAC of lport */ member
|
D | bfa_svc.c | 1550 lps->fcf_mac = rsp->fcf_mac; in bfa_lps_login_rsp()
|