Lines Matching refs:mac
95 if (hw->mac.type == ixgbe_mac_X550) { in ixgbe_fcoe_ddp_put()
312 if (hw->mac.type == ixgbe_mac_X550) { in ixgbe_fcoe_ddp_setup()
441 if (adapter->hw.mac.type == ixgbe_mac_X550) in ixgbe_fcoe_ddp()
686 if (adapter->hw.mac.type == ixgbe_mac_X550) in ixgbe_configure_fcoe()
690 if (adapter->hw.mac.type == ixgbe_mac_X550) { in ixgbe_configure_fcoe()
745 if (adapter->hw.mac.type == ixgbe_mac_X550) in ixgbe_free_fcoe_ddp_resources()
829 if (adapter->hw.mac.type == ixgbe_mac_X550) in ixgbe_fcoe_ddp_enable()
952 struct ixgbe_mac_info *mac = &adapter->hw.mac; in ixgbe_fcoe_get_wwn() local
956 prefix = mac->wwnn_prefix; in ixgbe_fcoe_get_wwn()
959 prefix = mac->wwpn_prefix; in ixgbe_fcoe_get_wwn()
966 is_valid_ether_addr(mac->san_addr)) { in ixgbe_fcoe_get_wwn()
968 ((u64) mac->san_addr[0] << 40) | in ixgbe_fcoe_get_wwn()
969 ((u64) mac->san_addr[1] << 32) | in ixgbe_fcoe_get_wwn()
970 ((u64) mac->san_addr[2] << 24) | in ixgbe_fcoe_get_wwn()
971 ((u64) mac->san_addr[3] << 16) | in ixgbe_fcoe_get_wwn()
972 ((u64) mac->san_addr[4] << 8) | in ixgbe_fcoe_get_wwn()
973 ((u64) mac->san_addr[5]); in ixgbe_fcoe_get_wwn()
1000 if (hw->mac.type != ixgbe_mac_82599EB && in ixgbe_fcoe_get_hbainfo()
1001 hw->mac.type != ixgbe_mac_X540) in ixgbe_fcoe_get_hbainfo()
1043 if (hw->mac.type == ixgbe_mac_82599EB) { in ixgbe_fcoe_get_hbainfo()