Searched refs:hwmac (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/scsi/fnic/ |
| H A D | fip.c | 61 "got MAC 0x%x:%x:%x:%x:%x:%x\n", iport->hwmac[0], in fnic_fcoe_send_vlan_req() 62 iport->hwmac[1], iport->hwmac[2], iport->hwmac[3], in fnic_fcoe_send_vlan_req() 63 iport->hwmac[4], iport->hwmac[5]); in fnic_fcoe_send_vlan_req() 77 memcpy(pvlan_req->eth.h_source, iport->hwmac, ETH_ALEN); in fnic_fcoe_send_vlan_req() 78 memcpy(pvlan_req->mac_desc.fd_mac, iport->hwmac, ETH_ALEN); in fnic_fcoe_send_vlan_req() 219 memcpy(pdisc_sol->eth.h_source, iport->hwmac, ETH_ALEN); in fnic_fcoe_start_fcf_discovery() 220 memcpy(pdisc_sol->mac_desc.fd_mac, iport->hwmac, ETH_ALEN); in fnic_fcoe_start_fcf_discovery() 410 memcpy(pflogi_req->eth.h_source, iport->hwmac, ETH_ALEN); in fnic_fcoe_start_flogi() 827 memcpy(penode_ka->eth.h_source, iport->hwmac, ETH_ALEN); in fnic_handle_enode_ka_timer() 829 memcpy(penode_ka->mac_desc.fd_mac, iport->hwmac, ETH_ALEN); in fnic_handle_enode_ka_timer() [all …]
|
| H A D | fnic_fcs.c | 154 iport->hwmac[0], iport->hwmac[1], iport->hwmac[2], in fnic_fdls_init() 155 iport->hwmac[3], iport->hwmac[4], iport->hwmac[5]); in fnic_fdls_init() 402 u8 *ctl = iport->hwmac; in fnic_update_mac_locked() 745 srcmac = iport->hwmac; in fnic_send_fcoe_frame()
|
| H A D | fnic_fdls.h | 268 uint8_t hwmac[6]; /* HW MAC Addr */ member
|
| H A D | fnic_main.c | 827 err = vnic_dev_mac_addr(fnic->vdev, iport->hwmac); in fnic_probe() 833 memcpy(fnic->data_src_addr, iport->hwmac, ETH_ALEN); in fnic_probe() 940 vnic_dev_add_addr(fnic->vdev, iport->hwmac); in fnic_probe()
|
| H A D | fnic_scsi.c | 3066 fnic_update_mac_locked(fnic, iport->hwmac); in fnic_scsi_fcpio_reset()
|