Searched refs:fip_mac (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 3431 memcpy(fcoe_stat->mac_local + MAC_PAD, bp->fip_mac, ETH_ALEN); in bnx2x_drv_info_fcoe_stat() 11727 eth_zero_addr(bp->fip_mac); in bnx2x_get_fcoe_info() 11748 u8 *fip_mac = bp->fip_mac; in bnx2x_get_cnic_mac_hwinfo() local 11775 bnx2x_set_mac_buf(fip_mac, val, val2); in bnx2x_get_cnic_mac_hwinfo() 11777 ("Read FCoE L2 MAC: %pM\n", fip_mac); in bnx2x_get_cnic_mac_hwinfo() 11794 memcpy(fip_mac, bp->dev->dev_addr, ETH_ALEN); in bnx2x_get_cnic_mac_hwinfo() 11797 ("Read FIP MAC: %pM\n", fip_mac); in bnx2x_get_cnic_mac_hwinfo() 11806 eth_hw_addr_set(bp->dev, fip_mac); in bnx2x_get_cnic_mac_hwinfo() 11818 bnx2x_set_mac_buf(fip_mac, val, val2); in bnx2x_get_cnic_mac_hwinfo() 11828 if (!is_valid_ether_addr(fip_mac)) { in bnx2x_get_cnic_mac_hwinfo() [all …]
|
H A D | bnx2x.h | 1690 u8 fip_mac[ETH_ALEN]; member
|
H A D | bnx2x_dcb.c | 1974 memcpy(perm_addr+netdev->addr_len, bp->fip_mac, in bnx2x_dcbnl_get_perm_hw_addr()
|