Home
last modified time | relevance | path

Searched refs:mac (Results 1 – 25 of 700) sorted by relevance

12345678910>>...28

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_mac.c20 struct igc_mac_info *mac = &hw->mac; in igc_init_mac_ops_generic() local
149 struct igc_mac_info *mac = &hw->mac; in igc_get_bus_info_pci_generic() local
204 struct igc_mac_info *mac = &hw->mac; in igc_get_bus_info_pcie_generic() local
681 struct igc_mac_info *mac = &hw->mac; in igc_check_for_copper_link_generic() local
746 struct igc_mac_info *mac = &hw->mac; in igc_check_for_fiber_link_generic() local
813 struct igc_mac_info *mac = &hw->mac; in igc_check_for_serdes_link_generic() local
1026 struct igc_mac_info *mac = &hw->mac; in igc_commit_fc_settings_generic() local
1094 struct igc_mac_info *mac = &hw->mac; in igc_poll_fiber_serdes_link_generic() local
1318 struct igc_mac_info *mac = &hw->mac; in igc_config_fc_after_link_up_generic() local
1687 struct igc_mac_info *mac = &hw->mac; in igc_id_led_init_generic() local
[all …]
H A Digc_api.c662 struct igc_mac_info *mac = &hw->mac; in igc_set_mac_type() local
669 mac->type = igc_82542; in igc_set_mac_type()
673 mac->type = igc_82543; in igc_set_mac_type()
679 mac->type = igc_82544; in igc_set_mac_type()
686 mac->type = igc_82540; in igc_set_mac_type()
690 mac->type = igc_82545; in igc_set_mac_type()
869 mac->type = igc_i350; in igc_set_mac_type()
880 mac->type = igc_i210; in igc_set_mac_type()
883 mac->type = igc_i211; in igc_set_mac_type()
891 mac->type = igc_i225; in igc_set_mac_type()
[all …]
/f-stack/freebsd/security/mac/
H A Dmac_syscalls.c88 struct mac mac; in sys___mac_get_pid() local
93 error = copyin(uap->mac_p, &mac, sizeof(mac)); in sys___mac_get_pid()
137 struct mac mac; in sys___mac_get_proc() local
140 error = copyin(uap->mac_p, &mac, sizeof(mac)); in sys___mac_get_proc()
172 struct mac mac; in sys___mac_set_proc() local
233 struct mac mac; in sys___mac_get_fd() local
342 struct mac mac; in kern___mac_get_path() local
348 error = copyin(mac_p, &mac, sizeof(mac)); in kern___mac_get_path()
395 struct mac mac; in sys___mac_set_fd() local
509 struct mac mac; in kern___mac_set_path() local
[all …]
H A Dmac_net.c410 struct mac mac; in mac_ifnet_ioctl_get() local
416 error = copyin(ifr_data_get_ptr(ifr), &mac, sizeof(mac)); in mac_ifnet_ioctl_get()
420 error = mac_check_structmac_consistent(&mac); in mac_ifnet_ioctl_get()
424 elements = malloc(mac.m_buflen, M_MACTEMP, M_WAITOK); in mac_ifnet_ioctl_get()
425 error = copyinstr(mac.m_string, elements, mac.m_buflen, NULL); in mac_ifnet_ioctl_get()
437 mac.m_buflen); in mac_ifnet_ioctl_get()
452 struct mac mac; in mac_ifnet_ioctl_set() local
459 error = copyin(ifr_data_get_ptr(ifr), &mac, sizeof(mac)); in mac_ifnet_ioctl_set()
463 error = mac_check_structmac_consistent(&mac); in mac_ifnet_ioctl_set()
467 buffer = malloc(mac.m_buflen, M_MACTEMP, M_WAITOK); in mac_ifnet_ioctl_set()
[all …]
H A Dmac_socket.c526 mac_setsockopt_label(struct ucred *cred, struct socket *so, struct mac *mac) in mac_setsockopt_label() argument
535 error = mac_check_structmac_consistent(mac); in mac_setsockopt_label()
540 error = copyinstr(mac->m_string, buffer, mac->m_buflen, NULL); in mac_setsockopt_label()
559 mac_getsockopt_label(struct ucred *cred, struct socket *so, struct mac *mac) in mac_getsockopt_label() argument
568 error = mac_check_structmac_consistent(mac); in mac_getsockopt_label()
573 error = copyinstr(mac->m_string, elements, mac->m_buflen, NULL); in mac_getsockopt_label()
585 mac->m_buflen); in mac_getsockopt_label()
598 struct mac *mac) in mac_getsockopt_peerlabel() argument
607 error = mac_check_structmac_consistent(mac); in mac_getsockopt_peerlabel()
612 error = copyinstr(mac->m_string, elements, mac->m_buflen, NULL); in mac_getsockopt_peerlabel()
[all …]
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_api.c18 if (hw->mac.ops.init_params) { in e1000_init_mac_params()
122 struct e1000_mac_info *mac = &hw->mac; in e1000_set_mac_type() local
129 mac->type = e1000_82542; in e1000_set_mac_type()
133 mac->type = e1000_82543; in e1000_set_mac_type()
139 mac->type = e1000_82544; in e1000_set_mac_type()
146 mac->type = e1000_82540; in e1000_set_mac_type()
150 mac->type = e1000_82545; in e1000_set_mac_type()
160 mac->type = e1000_82546; in e1000_set_mac_type()
173 mac->type = e1000_82541; in e1000_set_mac_type()
183 mac->type = e1000_82547; in e1000_set_mac_type()
[all …]
H A De1000_mac.c19 struct e1000_mac_info *mac = &hw->mac; in e1000_init_mac_ops_generic() local
151 struct e1000_mac_info *mac = &hw->mac; in e1000_get_bus_info_pci_generic() local
206 struct e1000_mac_info *mac = &hw->mac; in e1000_get_bus_info_pcie_generic() local
352 hw->mac.ops.rar_set(hw, hw->mac.addr, 0); in e1000_init_rx_addrs_generic()
683 struct e1000_mac_info *mac = &hw->mac; in e1000_check_for_copper_link_generic() local
748 struct e1000_mac_info *mac = &hw->mac; in e1000_check_for_fiber_link_generic() local
815 struct e1000_mac_info *mac = &hw->mac; in e1000_check_for_serdes_link_generic() local
1032 struct e1000_mac_info *mac = &hw->mac; in e1000_commit_fc_settings_generic() local
1101 struct e1000_mac_info *mac = &hw->mac; in e1000_poll_fiber_serdes_link_generic() local
1325 struct e1000_mac_info *mac = &hw->mac; in e1000_config_fc_after_link_up_generic() local
[all …]
H A De1000_82571.c87 switch (hw->mac.type) { in e1000_init_phy_params_82571()
145 switch (hw->mac.type) { in e1000_init_phy_params_82571()
200 switch (hw->mac.type) { in e1000_init_nvm_params_82571()
258 struct e1000_mac_info *mac = &hw->mac; in e1000_init_mac_params_82571() local
345 mac->has_fwsm = true; in e1000_init_mac_params_82571()
364 mac->has_fwsm = true; in e1000_init_mac_params_82571()
1162 struct e1000_mac_info *mac = &hw->mac; in e1000_init_hw_82571() local
1205 switch (mac->type) { in e1000_init_hw_82571()
1627 struct e1000_mac_info *mac = &hw->mac; in e1000_check_for_serdes_link_82571() local
1855 hw->mac.ops.rar_set(hw, hw->mac.addr, in e1000_set_laa_state_82571()
[all …]
H A De1000_82540.c64 switch (hw->mac.type) { in e1000_init_phy_params_82540()
130 struct e1000_mac_info *mac = &hw->mac; in e1000_init_mac_params_82540() local
153 mac->mta_reg_count = 128; in e1000_init_mac_params_82540()
191 mac->ops.get_link_up_info = in e1000_init_mac_params_82540()
263 switch (hw->mac.type) { in e1000_reset_hw_82540()
300 struct e1000_mac_info *mac = &hw->mac; in e1000_init_hw_82540() local
319 mac->ops.clear_vfta(hw); in e1000_init_hw_82540()
432 struct e1000_mac_info *mac = &hw->mac; in e1000_setup_fiber_serdes_link_82540() local
437 switch (mac->type) { in e1000_setup_fiber_serdes_link_82540()
681 hw->mac.perm_addr[5] ^= 1; in e1000_read_mac_addr_82540()
[all …]
H A De1000_82542.c72 struct e1000_mac_info *mac = &hw->mac; in e1000_init_mac_params_82542() local
80 mac->mta_reg_count = 128; in e1000_init_mac_params_82542()
93 mac->ops.init_hw = e1000_init_hw_82542; in e1000_init_mac_params_82542()
97 mac->ops.setup_physical_interface = in e1000_init_mac_params_82542()
112 mac->ops.led_on = e1000_led_on_82542; in e1000_init_mac_params_82542()
117 mac->ops.get_link_up_info = in e1000_init_mac_params_82542()
215 struct e1000_mac_info *mac = &hw->mac; in e1000_init_hw_82542() local
225 mac->ops.clear_vfta(hw); in e1000_init_hw_82542()
289 struct e1000_mac_info *mac = &hw->mac; in e1000_setup_link_82542() local
300 if (mac->report_tx_early) in e1000_setup_link_82542()
[all …]
H A De1000_82543.c108 switch (hw->mac.type) { in e1000_init_phy_params_82543()
163 struct e1000_mac_info *mac = &hw->mac; in e1000_init_mac_params_82543() local
179 mac->mta_reg_count = 128; in e1000_init_mac_params_82543()
200 mac->ops.check_for_link = in e1000_init_mac_params_82543()
717 if (!hw->mac.autoneg && (hw->mac.forced_speed_duplex & in e1000_phy_force_speed_duplex_82543()
924 struct e1000_mac_info *mac = &hw->mac; in e1000_init_hw_82543() local
934 mac->ops.clear_vfta(hw); in e1000_init_hw_82543()
1057 if (hw->mac.autoneg) { in e1000_setup_copper_link_82543()
1165 struct e1000_mac_info *mac = &hw->mac; in e1000_check_for_copper_link_82543() local
1193 if (!mac->autoneg) { in e1000_check_for_copper_link_82543()
[all …]
H A De1000_vf.c63 struct e1000_mac_info *mac = &hw->mac; in e1000_init_mac_params_vf() local
76 mac->asf_firmware_present = false; in e1000_init_mac_params_vf()
78 mac->arc_subsystem_valid = false; in e1000_init_mac_params_vf()
80 mac->adaptive_ifs = false; in e1000_init_mac_params_vf()
82 mac->mta_reg_count = 128; in e1000_init_mac_params_vf()
84 mac->rar_entry_count = 1; in e1000_init_mac_params_vf()
495 hw->mac.addr[i] = hw->mac.perm_addr[i]; in e1000_read_mac_addr_vf()
511 struct e1000_mac_info *mac = &hw->mac; in e1000_check_for_link_vf() local
525 mac->get_link_status = true; in e1000_check_for_link_vf()
527 if (!mac->get_link_status) in e1000_check_for_link_vf()
[all …]
H A De1000_82541.c190 struct e1000_mac_info *mac = &hw->mac; in e1000_init_mac_params_82541() local
285 if ((hw->mac.type == e1000_82541) || (hw->mac.type == e1000_82547)) { in e1000_reset_hw_82541()
292 switch (hw->mac.type) { in e1000_reset_hw_82541()
315 if ((hw->mac.type == e1000_82541) || (hw->mac.type == e1000_82547)) { in e1000_reset_hw_82541()
343 struct e1000_mac_info *mac = &hw->mac; in e1000_init_hw_82541() local
365 mac->ops.clear_vfta(hw); in e1000_init_hw_82541()
479 if ((hw->mac.type == e1000_82541) || (hw->mac.type == e1000_82547)) { in e1000_phy_hw_reset_82541()
516 if (hw->mac.type == e1000_82541 || hw->mac.type == e1000_82547) { in e1000_setup_copper_link_82541()
527 if (hw->mac.autoneg) { in e1000_setup_copper_link_82541()
553 struct e1000_mac_info *mac = &hw->mac; in e1000_check_for_link_82541() local
[all …]
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x540.c31 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_ops_X540() local
82 mac->rar_highwater = 1; in ixgbe_init_ops_X540()
236 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
243 hw->mac.num_rar_entries = 128; in ixgbe_reset_hw_X540()
247 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_X540()
252 hw->mac.san_mac_rar_index = hw->mac.num_rar_entries - 1; in ixgbe_reset_hw_X540()
254 hw->mac.ops.set_rar(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_X540()
258 hw->mac.ops.clear_vmdq(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_X540()
262 hw->mac.num_rar_entries--; in ixgbe_reset_hw_X540()
266 hw->mac.ops.get_wwn_prefix(hw, &hw->mac.wwnn_prefix, in ixgbe_reset_hw_X540()
[all …]
H A Dixgbe_api.c39 if (hw->mac.ops.get_rtrup2tc) in ixgbe_dcb_get_rtrup2tc()
66 switch (hw->mac.type) { in ixgbe_init_shared_code()
165 hw->mac.type = ixgbe_mac_X540; in ixgbe_set_mac_type()
220 hw->mac.type, ret_val); in ixgbe_set_mac_type()
411 return hw->mac.max_tx_queues; in ixgbe_get_num_of_tx_queues()
422 return hw->mac.max_rx_queues; in ixgbe_get_num_of_rx_queues()
1301 if (hw->mac.ops.enable_mdd) in ixgbe_enable_mdd()
1313 if (hw->mac.ops.mdd_event) in ixgbe_mdd_event()
1667 if (hw->mac.ops.disable_rx) in ixgbe_disable_rx()
1673 if (hw->mac.ops.enable_rx) in ixgbe_enable_rx()
[all …]
H A Dixgbe_vf.c29 hw->mac.ops.clear_hw_cntrs = NULL; in ixgbe_init_ops_vf()
33 hw->mac.ops.get_bus_info = NULL; in ixgbe_init_ops_vf()
47 hw->mac.ops.enable_mc = NULL; in ixgbe_init_ops_vf()
48 hw->mac.ops.disable_mc = NULL; in ixgbe_init_ops_vf()
49 hw->mac.ops.clear_vfta = NULL; in ixgbe_init_ops_vf()
53 hw->mac.max_tx_queues = 1; in ixgbe_init_ops_vf()
54 hw->mac.max_rx_queues = 1; in ixgbe_init_ops_vf()
132 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_hw_vf()
155 hw->mac.ops.stop_adapter(hw); in ixgbe_reset_hw_vf()
552 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_check_mac_link_vf() local
[all …]
H A Dixgbe_hv_vf.c94 struct ixgbe_mac_info *mac = &hw->mac; in ixgbevf_hv_check_mac_link_vf() local
100 mac->get_link_status = true; in ixgbevf_hv_check_mac_link_vf()
102 if (!mac->get_link_status) in ixgbevf_hv_check_mac_link_vf()
113 if (mac->type == ixgbe_mac_82599_vf) { in ixgbevf_hv_check_mac_link_vf()
128 if (hw->mac.type >= ixgbe_mac_X550) { in ixgbevf_hv_check_mac_link_vf()
138 if (hw->mac.type == ixgbe_mac_X550) { in ixgbevf_hv_check_mac_link_vf()
146 if (hw->mac.type >= ixgbe_mac_X550) in ixgbevf_hv_check_mac_link_vf()
156 mac->get_link_status = false; in ixgbevf_hv_check_mac_link_vf()
159 *link_up = !mac->get_link_status; in ixgbevf_hv_check_mac_link_vf()
217 hw->mac.ops.reset_hw = ixgbevf_hv_reset_hw_vf; in ixgbevf_hv_init_ops_vf()
[all …]
H A Dixgbe_82599.c33 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_mac_link_ops_82599() local
45 mac->ops.enable_tx_laser = in ixgbe_init_mac_link_ops_82599()
84 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_phy_ops_82599() local
290 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_ops_82599() local
329 mac->rar_highwater = 1; in ixgbe_init_ops_82599()
1134 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
1145 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_82599()
1150 hw->mac.san_mac_rar_index = hw->mac.num_rar_entries - 1; in ixgbe_reset_hw_82599()
1152 hw->mac.ops.set_rar(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_82599()
1156 hw->mac.ops.clear_vmdq(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_82599()
[all …]
H A Dixgbe_82598.c91 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_ops_82598() local
119 mac->ops.set_vlvf = NULL; in ixgbe_init_ops_82598()
140 mac->ops.flap_tx_laser = NULL; in ixgbe_init_ops_82598()
145 mac->ops.set_fw_drv_ver = NULL; in ixgbe_init_ops_82598()
147 mac->ops.get_rtrup2tc = NULL; in ixgbe_init_ops_82598()
163 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_phy_ops_82598() local
176 mac->ops.get_link_capabilities = in ixgbe_init_phy_ops_82598()
281 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82598()
888 hw->mac.orig_autoc = autoc; in ixgbe_reset_hw_82598()
895 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
[all …]
H A Dixgbe_x550.c26 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_ops_X550() local
577 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_ops_X550EM() local
759 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_ops_X550EM_a() local
817 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_ops_X550EM_x() local
1654 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_setup_sgmii() local
1723 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_setup_sgmii_fw() local
1793 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_mac_link_ops_X550em() local
2512 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
2646 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_setup_sfi_x550a() local
2798 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_setup_ixfi_x550em_x() local
[all …]
/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_api.c35 hw->mac.type = fm10k_mac_pf; in fm10k_set_mac_type()
38 hw->mac.type = fm10k_mac_vf; in fm10k_set_mac_type()
49 hw->mac.type, ret_val); in fm10k_set_mac_type()
75 switch (hw->mac.type) { in fm10k_init_shared_code()
165 if (hw->mac.ops.is_slot_appropriate) in fm10k_is_slot_appropriate()
208 switch (hw->mac.type) { in fm10k_update_hw_stats()
226 switch (hw->mac.type) { in fm10k_rebind_hw_stats()
262 if (hw->mac.ops.set_dma_mask) in fm10k_set_dma_mask()
263 hw->mac.ops.set_dma_mask(hw, dma_mask); in fm10k_set_dma_mask()
313 const u8 *mac, u16 vid, bool add) in fm10k_update_mc_addr() argument
[all …]
H A Dfm10k_vf.c14 u8 *perm_addr = hw->mac.perm_addr; in fm10k_stop_hw_vf()
43 for (i = 0; i < hw->mac.max_queues; i++) { in fm10k_stop_hw_vf()
75 hw->mac.reset_while_pending++; in fm10k_reset_hw_vf()
133 hw->mac.max_queues = i; in fm10k_init_hw_vf()
149 hw->mac.max_queues = 0; in fm10k_init_hw_vf()
315 if (!IS_VALID_ETHER_ADDR(mac)) in fm10k_update_uc_addr_vf()
320 memcmp(hw->mac.perm_addr, mac, ETH_ALEN)) in fm10k_update_uc_addr_vf()
361 if (!IS_MULTICAST_ETHER_ADDR(mac)) in fm10k_update_mc_addr_vf()
371 mac, vid); in fm10k_update_mc_addr_vf()
616 struct fm10k_mac_info *mac = &hw->mac; in fm10k_init_ops_vf() local
[all …]
H A Dfm10k_pf.c41 hw->mac.reset_while_pending++; in fm10k_reset_hw_pf()
349 ((u32)mac[4] << 8) | in fm10k_update_xc_addr_pf()
350 ((u32)mac[5])); in fm10k_update_xc_addr_pf()
352 ((u16)mac[1])); in fm10k_update_xc_addr_pf()
952 ((u32)vf_info->mac[2]); in fm10k_iov_assign_default_mac_vlan_pf()
1092 hw->mac.itr_scale << in fm10k_iov_reset_resources_pf()
1239 u8 mac[ETH_ALEN]; in fm10k_iov_msg_mac_vlan_pf() local
1301 memcmp(mac, vf_info->mac, ETH_ALEN)) in fm10k_iov_msg_mac_vlan_pf()
1341 mac, vlan, set); in fm10k_iov_msg_mac_vlan_pf()
1839 fm10k_record_global_table_data(&err_msg.mac, &hw->swapi.mac); in fm10k_msg_err_pf()
[all …]
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.c753 hw->mac.get_mac_addr(hw, hw->mac.addr); in txgbe_init_rx_addrs()
756 hw->mac.addr[0], hw->mac.addr[1], in txgbe_init_rx_addrs()
759 hw->mac.addr[4], hw->mac.addr[5]); in txgbe_init_rx_addrs()
764 hw->mac.addr[0], hw->mac.addr[1], in txgbe_init_rx_addrs()
767 hw->mac.addr[4], hw->mac.addr[5]); in txgbe_init_rx_addrs()
769 hw->mac.set_rar(hw, 0, hw->mac.addr, 0, true); in txgbe_init_rx_addrs()
2560 struct txgbe_mac_info *mac = &hw->mac; in txgbe_init_mac_link_ops() local
2606 struct txgbe_mac_info *mac = &hw->mac; in txgbe_init_phy_raptor() local
2767 struct txgbe_mac_info *mac = &hw->mac; in txgbe_init_ops_pf() local
3608 hw->mac.orig_autoc = hw->mac.autoc_read(hw); in txgbe_reset_hw()
[all …]
H A Dtxgbe_dummy.h554 hw->mac.init_hw = txgbe_mac_init_hw_dummy; in txgbe_init_ops_dummy()
555 hw->mac.reset_hw = txgbe_mac_reset_hw_dummy; in txgbe_init_ops_dummy()
556 hw->mac.start_hw = txgbe_mac_start_hw_dummy; in txgbe_init_ops_dummy()
557 hw->mac.stop_hw = txgbe_mac_stop_hw_dummy; in txgbe_init_ops_dummy()
586 hw->mac.led_on = txgbe_mac_led_on_dummy; in txgbe_init_ops_dummy()
587 hw->mac.led_off = txgbe_mac_led_off_dummy; in txgbe_init_ops_dummy()
588 hw->mac.set_rar = txgbe_mac_set_rar_dummy; in txgbe_init_ops_dummy()
591 hw->mac.set_vmdq = txgbe_mac_set_vmdq_dummy; in txgbe_init_ops_dummy()
596 hw->mac.set_vfta = txgbe_mac_set_vfta_dummy; in txgbe_init_ops_dummy()
607 hw->mac.get_thermal_sensor_data = in txgbe_init_ops_dummy()
[all …]

12345678910>>...28