Searched refs:fip_mac (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 3420 memcpy(fcoe_stat->mac_local + MAC_PAD, bp->fip_mac, ETH_ALEN); in bnx2x_drv_info_fcoe_stat() 11764 u8 *fip_mac = bp->fip_mac; in bnx2x_get_cnic_mac_hwinfo() local 11791 bnx2x_set_mac_buf(fip_mac, val, val2); in bnx2x_get_cnic_mac_hwinfo() 11793 ("Read FCoE L2 MAC: %pM\n", fip_mac); in bnx2x_get_cnic_mac_hwinfo() 11810 memcpy(fip_mac, bp->dev->dev_addr, ETH_ALEN); in bnx2x_get_cnic_mac_hwinfo() 11813 ("Read FIP MAC: %pM\n", fip_mac); in bnx2x_get_cnic_mac_hwinfo() 11822 memcpy(bp->dev->dev_addr, fip_mac, ETH_ALEN); in bnx2x_get_cnic_mac_hwinfo() 11834 bnx2x_set_mac_buf(fip_mac, val, val2); in bnx2x_get_cnic_mac_hwinfo() 11844 if (!is_valid_ether_addr(fip_mac)) { in bnx2x_get_cnic_mac_hwinfo() 11846 eth_zero_addr(bp->fip_mac); in bnx2x_get_cnic_mac_hwinfo() [all …]
|
D | bnx2x.h | 1688 u8 fip_mac[ETH_ALEN]; member
|
D | bnx2x_dcb.c | 1975 memcpy(perm_addr+netdev->addr_len, bp->fip_mac, in bnx2x_dcbnl_get_perm_hw_addr()
|