Lines Matching refs:mac

342 	u16 mask = (~hw->mac.dglort_map) >> FM10K_DGLORTMAP_MASK_SHIFT;  in fm10k_request_glort_range()
345 interface->glort = hw->mac.dglort_map & FM10K_DGLORTMAP_NONE; in fm10k_request_glort_range()
349 if (hw->mac.dglort_map == FM10K_DGLORTMAP_NONE) in fm10k_request_glort_range()
380 if (hw->mac.type != fm10k_mac_pf) in fm10k_restore_udp_port_info()
628 return (hw->mac.type == fm10k_mac_vf || interface->host_ready); in fm10k_host_mbx_ready()
700 ether_addr_copy(request->mac.addr, addr); in fm10k_queue_mac_request()
701 request->mac.glort = glort; in fm10k_queue_mac_request()
702 request->mac.vid = vid; in fm10k_queue_mac_request()
738 if (r->mac.glort != glort) in fm10k_clear_macvlan_queue()
814 if (set && hw->mac.vlan_override) in fm10k_update_vid()
836 if (hw->mac.vlan_override) in fm10k_update_vid()
842 if (!set && vid == hw->mac.default_vid) in fm10k_update_vid()
862 hw->mac.addr, vid, set); in fm10k_update_vid()
912 u16 default_vid = hw->mac.default_vid; in fm10k_find_next_vlan()
987 fm10k_uc_unsync(dev, hw->mac.addr); in fm10k_set_mac()
994 ether_addr_copy(hw->mac.addr, addr->sa_data); in fm10k_set_mac()
1067 hw->mac.ops.update_xcast_mode(hw, interface->glort, in fm10k_set_rx_mode()
1106 hw->mac.ops.update_lport_state(hw, glort, in fm10k_restore_rx_state()
1120 hw->mac.addr, vid, true); in fm10k_restore_rx_state()
1143 hw->mac.ops.update_xcast_mode(hw, glort, xcast_mode); in fm10k_restore_rx_state()
1159 hw->mac.ops.update_xcast_mode(hw, glort, in fm10k_restore_rx_state()
1163 hw->mac.default_vid, true); in fm10k_restore_rx_state()
1194 hw->mac.ops.update_lport_state(hw, interface->glort, in fm10k_reset_rx_state()
1269 if (tc && (interface->hw.mac.type != fm10k_mac_pf)) in fm10k_setup_tc()
1419 hw->mac.ops.configure_dglort_map(hw, &dglort); in fm10k_dfwd_add_station()
1427 hw->mac.ops.update_xcast_mode(hw, glort, in fm10k_dfwd_add_station()
1431 hw->mac.default_vid, true); in fm10k_dfwd_add_station()
1473 hw->mac.ops.update_xcast_mode(hw, glort, in fm10k_dfwd_del_station()
1477 hw->mac.default_vid, false); in fm10k_dfwd_del_station()
1498 hw->mac.ops.configure_dglort_map(hw, &dglort); in fm10k_dfwd_del_station()
1570 if (info->mac == fm10k_mac_pf) { in fm10k_alloc_netdev()