Home
last modified time | relevance | path

Searched defs:hw (Results 1 – 25 of 230) sorted by relevance

12345678910

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_api.c14 s32 e1000_init_mac_params(struct e1000_hw *hw) in e1000_init_mac_params()
40 s32 e1000_init_nvm_params(struct e1000_hw *hw) in e1000_init_nvm_params()
66 s32 e1000_init_phy_params(struct e1000_hw *hw) in e1000_init_phy_params()
120 s32 e1000_set_mac_type(struct e1000_hw *hw) in e1000_set_mac_type()
629 s32 e1000_reset_hw(struct e1000_hw *hw) in e1000_reset_hw()
644 s32 e1000_init_hw(struct e1000_hw *hw) in e1000_init_hw()
660 s32 e1000_setup_link(struct e1000_hw *hw) in e1000_setup_link()
694 s32 e1000_setup_led(struct e1000_hw *hw) in e1000_setup_led()
725 s32 e1000_blink_led(struct e1000_hw *hw) in e1000_blink_led()
755 s32 e1000_led_on(struct e1000_hw *hw) in e1000_led_on()
[all …]
H A De1000_82571.c64 STATIC s32 e1000_init_phy_params_82571(struct e1000_hw *hw) in e1000_init_phy_params_82571()
434 STATIC s32 e1000_get_phy_id_82571(struct e1000_hw *hw) in e1000_get_phy_id_82571()
713 STATIC s32 e1000_acquire_nvm_82571(struct e1000_hw *hw) in e1000_acquire_nvm_82571()
743 STATIC void e1000_release_nvm_82571(struct e1000_hw *hw) in e1000_release_nvm_82571()
1035 STATIC s32 e1000_reset_hw_82571(struct e1000_hw *hw) in e1000_reset_hw_82571()
1160 STATIC s32 e1000_init_hw_82571(struct e1000_hw *hw) in e1000_init_hw_82571()
1379 STATIC void e1000_clear_vfta_82571(struct e1000_hw *hw) in e1000_clear_vfta_82571()
1448 STATIC s32 e1000_led_on_82574(struct e1000_hw *hw) in e1000_led_on_82574()
1476 bool e1000_check_phy_82574(struct e1000_hw *hw) in e1000_check_phy_82574()
1515 STATIC s32 e1000_setup_link_82571(struct e1000_hw *hw) in e1000_setup_link_82571()
[all …]
H A De1000_mac.c17 void e1000_init_mac_ops_generic(struct e1000_hw *hw) in e1000_init_mac_ops_generic()
149 s32 e1000_get_bus_info_pci_generic(struct e1000_hw *hw) in e1000_get_bus_info_pci_generic()
304 void e1000_clear_vfta_generic(struct e1000_hw *hw) in e1000_clear_vfta_generic()
974 s32 e1000_setup_link_generic(struct e1000_hw *hw) in e1000_setup_link_generic()
1261 s32 e1000_force_mac_fc_generic(struct e1000_hw *hw) in e1000_force_mac_fc_generic()
1810 s32 e1000_id_led_init_generic(struct e1000_hw *hw) in e1000_id_led_init_generic()
1878 s32 e1000_setup_led_generic(struct e1000_hw *hw) in e1000_setup_led_generic()
1910 s32 e1000_cleanup_led_generic(struct e1000_hw *hw) in e1000_cleanup_led_generic()
1924 s32 e1000_blink_led_generic(struct e1000_hw *hw) in e1000_blink_led_generic()
1971 s32 e1000_led_on_generic(struct e1000_hw *hw) in e1000_led_on_generic()
[all …]
H A De1000_82575.c419 s32 e1000_init_nvm_params_82575(struct e1000_hw *hw) in e1000_init_nvm_params_82575()
587 STATIC s32 e1000_get_phy_id_82575(struct e1000_hw *hw) in e1000_get_phy_id_82575()
1353 STATIC s32 e1000_reset_hw_82575(struct e1000_hw *hw) in e1000_reset_hw_82575()
1417 STATIC s32 e1000_init_hw_82575(struct e1000_hw *hw) in e1000_init_hw_82575()
2277 STATIC s32 e1000_reset_hw_82580(struct e1000_hw *hw) in e1000_reset_hw_82580()
3011 void e1000_clear_vfta_i350(struct e1000_hw *hw) in e1000_clear_vfta_i350()
3055 s32 e1000_set_i2c_bb(struct e1000_hw *hw) in e1000_set_i2c_bb()
3245 STATIC void e1000_i2c_start(struct e1000_hw *hw) in e1000_i2c_start()
3276 STATIC void e1000_i2c_stop(struct e1000_hw *hw) in e1000_i2c_stop()
3356 STATIC s32 e1000_get_i2c_ack(struct e1000_hw *hw) in e1000_get_i2c_ack()
[all …]
H A De1000_82543.c52 STATIC s32 e1000_init_phy_params_82543(struct e1000_hw *hw) in e1000_init_phy_params_82543()
135 STATIC s32 e1000_init_nvm_params_82543(struct e1000_hw *hw) in e1000_init_nvm_params_82543()
161 STATIC s32 e1000_init_mac_params_82543(struct e1000_hw *hw) in e1000_init_mac_params_82543()
303 bool e1000_tbi_sbp_enabled_82543(struct e1000_hw *hw) in e1000_tbi_sbp_enabled_82543()
377 void e1000_tbi_adjust_stats_82543(struct e1000_hw *hw, in e1000_tbi_adjust_stats_82543()
827 STATIC s32 e1000_phy_hw_reset_82543(struct e1000_hw *hw) in e1000_phy_hw_reset_82543()
867 STATIC s32 e1000_reset_hw_82543(struct e1000_hw *hw) in e1000_reset_hw_82543()
922 STATIC s32 e1000_init_hw_82543(struct e1000_hw *hw) in e1000_init_hw_82543()
985 STATIC s32 e1000_setup_link_82543(struct e1000_hw *hw) in e1000_setup_link_82543()
1446 STATIC s32 e1000_led_on_82543(struct e1000_hw *hw) in e1000_led_on_82543()
[all …]
H A De1000_80003es2lan.c59 STATIC s32 e1000_init_phy_params_80003es2lan(struct e1000_hw *hw) in e1000_init_phy_params_80003es2lan()
110 STATIC s32 e1000_init_nvm_params_80003es2lan(struct e1000_hw *hw) in e1000_init_nvm_params_80003es2lan()
166 STATIC s32 e1000_init_mac_params_80003es2lan(struct e1000_hw *hw) in e1000_init_mac_params_80003es2lan()
265 STATIC s32 e1000_acquire_phy_80003es2lan(struct e1000_hw *hw) in e1000_acquire_phy_80003es2lan()
281 STATIC void e1000_release_phy_80003es2lan(struct e1000_hw *hw) in e1000_release_phy_80003es2lan()
298 STATIC s32 e1000_acquire_mac_csr_80003es2lan(struct e1000_hw *hw) in e1000_acquire_mac_csr_80003es2lan()
332 STATIC s32 e1000_acquire_nvm_80003es2lan(struct e1000_hw *hw) in e1000_acquire_nvm_80003es2lan()
356 STATIC void e1000_release_nvm_80003es2lan(struct e1000_hw *hw) in e1000_release_nvm_80003es2lan()
601 STATIC s32 e1000_get_cfg_done_80003es2lan(struct e1000_hw *hw) in e1000_get_cfg_done_80003es2lan()
789 STATIC s32 e1000_reset_hw_80003es2lan(struct e1000_hw *hw) in e1000_reset_hw_80003es2lan()
[all …]
H A De1000_phy.c40 void e1000_init_phy_ops_generic(struct e1000_hw *hw) in e1000_init_phy_ops_generic()
201 s32 e1000_get_phy_id(struct e1000_hw *hw) in e1000_get_phy_id()
242 s32 e1000_phy_reset_dsp_generic(struct e1000_hw *hw) in e1000_phy_reset_dsp_generic()
1454 s32 e1000_phy_setup_autoneg(struct e1000_hw *hw) in e1000_phy_setup_autoneg()
2189 s32 e1000_check_polarity_m88(struct e1000_hw *hw) in e1000_check_polarity_m88()
2216 s32 e1000_check_polarity_igp(struct e1000_hw *hw) in e1000_check_polarity_igp()
2259 s32 e1000_check_polarity_ife(struct e1000_hw *hw) in e1000_check_polarity_ife()
2609 s32 e1000_get_phy_info_m88(struct e1000_hw *hw) in e1000_get_phy_info_m88()
2684 s32 e1000_get_phy_info_igp(struct e1000_hw *hw) in e1000_get_phy_info_igp()
2746 s32 e1000_get_phy_info_ife(struct e1000_hw *hw) in e1000_get_phy_info_ife()
[all …]
H A De1000_vf.c31 STATIC s32 e1000_init_phy_params_vf(struct e1000_hw *hw) in e1000_init_phy_params_vf()
47 STATIC s32 e1000_init_nvm_params_vf(struct e1000_hw *hw) in e1000_init_nvm_params_vf()
61 STATIC s32 e1000_init_mac_params_vf(struct e1000_hw *hw) in e1000_init_mac_params_vf()
114 void e1000_init_function_pointers_vf(struct e1000_hw *hw) in e1000_init_function_pointers_vf()
172 STATIC s32 e1000_get_bus_info_pcie_vf(struct e1000_hw *hw) in e1000_get_bus_info_pcie_vf()
231 STATIC s32 e1000_reset_hw_vf(struct e1000_hw *hw) in e1000_reset_hw_vf()
280 STATIC s32 e1000_init_hw_vf(struct e1000_hw *hw) in e1000_init_hw_vf()
354 STATIC void e1000_write_msg_read_ack(struct e1000_hw *hw, in e1000_write_msg_read_ack()
374 void e1000_update_mc_addr_list_vf(struct e1000_hw *hw, in e1000_update_mc_addr_list_vf()
490 STATIC s32 e1000_read_mac_addr_vf(struct e1000_hw *hw) in e1000_read_mac_addr_vf()
[all …]
H A De1000_mbx.c97 s32 e1000_check_for_msg(struct e1000_hw *hw, u16 mbx_id) in e1000_check_for_msg()
117 s32 e1000_check_for_ack(struct e1000_hw *hw, u16 mbx_id) in e1000_check_for_ack()
137 s32 e1000_check_for_rst(struct e1000_hw *hw, u16 mbx_id) in e1000_check_for_rst()
278 void e1000_init_mbx_ops_generic(struct e1000_hw *hw) in e1000_init_mbx_ops_generic()
298 STATIC u32 e1000_read_v2p_mailbox(struct e1000_hw *hw) in e1000_read_v2p_mailbox()
336 STATIC s32 e1000_check_for_msg_vf(struct e1000_hw *hw, in e1000_check_for_msg_vf()
359 STATIC s32 e1000_check_for_ack_vf(struct e1000_hw *hw, in e1000_check_for_ack_vf()
382 STATIC s32 e1000_check_for_rst_vf(struct e1000_hw *hw, in e1000_check_for_rst_vf()
405 STATIC s32 e1000_obtain_mbx_lock_vf(struct e1000_hw *hw) in e1000_obtain_mbx_lock_vf()
512 s32 e1000_init_mbx_params_vf(struct e1000_hw *hw) in e1000_init_mbx_params_vf()
[all …]
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_api.c55 s32 ixgbe_init_shared_code(struct ixgbe_hw *hw) in ixgbe_init_shared_code()
108 s32 ixgbe_set_mac_type(struct ixgbe_hw *hw) in ixgbe_set_mac_type()
230 s32 ixgbe_init_hw(struct ixgbe_hw *hw) in ixgbe_init_hw()
243 s32 ixgbe_reset_hw(struct ixgbe_hw *hw) in ixgbe_reset_hw()
259 s32 ixgbe_start_hw(struct ixgbe_hw *hw) in ixgbe_start_hw()
487 s32 ixgbe_reset_phy(struct ixgbe_hw *hw) in ixgbe_reset_phy()
1036 s32 ixgbe_enable_mc(struct ixgbe_hw *hw) in ixgbe_enable_mc()
1048 s32 ixgbe_disable_mc(struct ixgbe_hw *hw) in ixgbe_disable_mc()
1060 s32 ixgbe_clear_vfta(struct ixgbe_hw *hw) in ixgbe_clear_vfta()
1110 s32 ixgbe_fc_enable(struct ixgbe_hw *hw) in ixgbe_fc_enable()
[all …]
H A Dixgbe_x550.c24 s32 ixgbe_init_ops_X550(struct ixgbe_hw *hw) in ixgbe_init_ops_X550()
147 STATIC s32 ixgbe_reset_cs4227(struct ixgbe_hw *hw) in ixgbe_reset_cs4227()
484 s32 ixgbe_shutdown_fw_phy(struct ixgbe_hw *hw) in ixgbe_shutdown_fw_phy()
575 s32 ixgbe_init_ops_X550EM(struct ixgbe_hw *hw) in ixgbe_init_ops_X550EM()
757 s32 ixgbe_init_ops_X550EM_a(struct ixgbe_hw *hw) in ixgbe_init_ops_X550EM_a()
853 s32 ixgbe_dmac_config_X550(struct ixgbe_hw *hw) in ixgbe_dmac_config_X550()
1192 s32 ixgbe_get_phy_token(struct ixgbe_hw *hw) in ixgbe_get_phy_token()
1230 s32 ixgbe_put_phy_token(struct ixgbe_hw *hw) in ixgbe_put_phy_token()
1350 void ixgbe_enable_mdd_X550(struct ixgbe_hw *hw) in ixgbe_enable_mdd_X550()
2403 s32 ixgbe_reset_hw_X550em(struct ixgbe_hw *hw) in ixgbe_reset_hw_X550em()
[all …]
H A Dixgbe_common.c39 s32 ixgbe_init_ops_generic(struct ixgbe_hw *hw) in ixgbe_init_ops_generic()
198 s32 ixgbe_setup_fc_generic(struct ixgbe_hw *hw) in ixgbe_setup_fc_generic()
356 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw) in ixgbe_start_hw_generic()
420 void ixgbe_start_hw_gen2(struct ixgbe_hw *hw) in ixgbe_start_hw_gen2()
457 s32 ixgbe_init_hw_generic(struct ixgbe_hw *hw) in ixgbe_init_hw_generic()
2734 s32 ixgbe_enable_mc_generic(struct ixgbe_hw *hw) in ixgbe_enable_mc_generic()
2771 s32 ixgbe_fc_enable_generic(struct ixgbe_hw *hw) in ixgbe_fc_enable_generic()
3064 void ixgbe_fc_autoneg(struct ixgbe_hw *hw) in ixgbe_fc_autoneg()
4761 void ixgbe_clear_tx_pending(struct ixgbe_hw *hw) in ixgbe_clear_tx_pending()
5156 bool ixgbe_mng_present(struct ixgbe_hw *hw) in ixgbe_mng_present()
[all …]
H A Dixgbe_mbx.c17 s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ixgbe_read_mbx()
67 s32 ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_msg()
87 s32 ixgbe_check_for_ack(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_ack()
107 s32 ixgbe_check_for_rst(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_rst()
127 STATIC s32 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_poll_for_msg()
159 STATIC s32 ixgbe_poll_for_ack(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_poll_for_ack()
251 void ixgbe_init_mbx_ops_generic(struct ixgbe_hw *hw) in ixgbe_init_mbx_ops_generic()
266 STATIC u32 ixgbe_read_v2p_mailbox(struct ixgbe_hw *hw) in ixgbe_read_v2p_mailbox()
370 STATIC s32 ixgbe_obtain_mbx_lock_vf(struct ixgbe_hw *hw) in ixgbe_obtain_mbx_lock_vf()
471 void ixgbe_init_mbx_params_vf(struct ixgbe_hw *hw) in ixgbe_init_mbx_params_vf()
[all …]
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_api.c327 s32 igc_set_i2c_bb(struct igc_hw *hw) in igc_set_i2c_bb()
660 s32 igc_set_mac_type(struct igc_hw *hw) in igc_set_mac_type()
1008 void igc_clear_vfta(struct igc_hw *hw) in igc_clear_vfta()
1110 s32 igc_reset_hw(struct igc_hw *hw) in igc_reset_hw()
1125 s32 igc_init_hw(struct igc_hw *hw) in igc_init_hw()
1141 s32 igc_setup_link(struct igc_hw *hw) in igc_setup_link()
1175 s32 igc_setup_led(struct igc_hw *hw) in igc_setup_led()
1206 s32 igc_blink_led(struct igc_hw *hw) in igc_blink_led()
1236 s32 igc_led_on(struct igc_hw *hw) in igc_led_on()
1251 s32 igc_led_off(struct igc_hw *hw) in igc_led_off()
[all …]
H A Digc_mac.c18 void igc_init_mac_ops_generic(struct igc_hw *hw) in igc_init_mac_ops_generic()
147 s32 igc_get_bus_info_pci_generic(struct igc_hw *hw) in igc_get_bus_info_pci_generic()
302 void igc_clear_vfta_generic(struct igc_hw *hw) in igc_clear_vfta_generic()
971 s32 igc_setup_link_generic(struct igc_hw *hw) in igc_setup_link_generic()
1254 s32 igc_force_mac_fc_generic(struct igc_hw *hw) in igc_force_mac_fc_generic()
1685 s32 igc_id_led_init_generic(struct igc_hw *hw) in igc_id_led_init_generic()
1753 s32 igc_setup_led_generic(struct igc_hw *hw) in igc_setup_led_generic()
1785 s32 igc_cleanup_led_generic(struct igc_hw *hw) in igc_cleanup_led_generic()
1799 s32 igc_blink_led_generic(struct igc_hw *hw) in igc_blink_led_generic()
1846 s32 igc_led_on_generic(struct igc_hw *hw) in igc_led_on_generic()
[all …]
H A Digc_phy.c40 void igc_init_phy_ops_generic(struct igc_hw *hw) in igc_init_phy_ops_generic()
200 s32 igc_get_phy_id(struct igc_hw *hw) in igc_get_phy_id()
241 s32 igc_phy_reset_dsp_generic(struct igc_hw *hw) in igc_phy_reset_dsp_generic()
1452 s32 igc_phy_setup_autoneg(struct igc_hw *hw) in igc_phy_setup_autoneg()
2224 s32 igc_check_polarity_m88(struct igc_hw *hw) in igc_check_polarity_m88()
2251 s32 igc_check_polarity_igp(struct igc_hw *hw) in igc_check_polarity_igp()
2294 s32 igc_check_polarity_ife(struct igc_hw *hw) in igc_check_polarity_ife()
2649 s32 igc_get_phy_info_m88(struct igc_hw *hw) in igc_get_phy_info_m88()
2724 s32 igc_get_phy_info_igp(struct igc_hw *hw) in igc_get_phy_info_igp()
2786 s32 igc_get_phy_info_ife(struct igc_hw *hw) in igc_get_phy_info_ife()
[all …]
/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_api.c15 s32 fm10k_set_mac_type(struct fm10k_hw *hw) in fm10k_set_mac_type()
66 s32 fm10k_init_shared_code(struct fm10k_hw *hw) in fm10k_init_shared_code()
90 #define fm10k_call_func(hw, func, params, error) \ argument
100 s32 fm10k_reset_hw(struct fm10k_hw *hw) in fm10k_reset_hw()
112 s32 fm10k_init_hw(struct fm10k_hw *hw) in fm10k_init_hw()
124 s32 fm10k_stop_hw(struct fm10k_hw *hw) in fm10k_stop_hw()
137 s32 fm10k_start_hw(struct fm10k_hw *hw) in fm10k_start_hw()
149 s32 fm10k_get_bus_info(struct fm10k_hw *hw) in fm10k_get_bus_info()
163 bool fm10k_is_slot_appropriate(struct fm10k_hw *hw) in fm10k_is_slot_appropriate()
194 s32 fm10k_read_mac_addr(struct fm10k_hw *hw) in fm10k_read_mac_addr()
[all …]
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.c31 #define VIRTIO_PCI_CONFIG(hw) \ argument
134 legacy_get_features(struct virtio_hw *hw) in legacy_get_features()
155 legacy_get_status(struct virtio_hw *hw) in legacy_get_status()
170 legacy_get_isr(struct virtio_hw *hw) in legacy_get_isr()
298 modern_get_features(struct virtio_hw *hw) in modern_get_features()
324 modern_get_status(struct virtio_hw *hw) in modern_get_status()
336 modern_get_isr(struct virtio_hw *hw) in modern_get_isr()
496 vtpci_reset(struct virtio_hw *hw) in vtpci_reset()
504 vtpci_reinit_complete(struct virtio_hw *hw) in vtpci_reinit_complete()
519 vtpci_get_status(struct virtio_hw *hw) in vtpci_get_status()
[all …]
/f-stack/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.c36 ifcvf_init_hw(struct ifcvf_hw *hw, PCI_DEV *dev) in ifcvf_init_hw()
103 ifcvf_get_status(struct ifcvf_hw *hw) in ifcvf_get_status()
115 ifcvf_reset(struct ifcvf_hw *hw) in ifcvf_reset()
135 ifcvf_get_features(struct ifcvf_hw *hw) in ifcvf_get_features()
162 ifcvf_config_features(struct ifcvf_hw *hw) in ifcvf_config_features()
188 ifcvf_hw_enable(struct ifcvf_hw *hw) in ifcvf_hw_enable()
237 ifcvf_hw_disable(struct ifcvf_hw *hw) in ifcvf_hw_disable()
258 ifcvf_start_hw(struct ifcvf_hw *hw) in ifcvf_start_hw()
275 ifcvf_stop_hw(struct ifcvf_hw *hw) in ifcvf_stop_hw()
304 ifcvf_disable_logging(struct ifcvf_hw *hw) in ifcvf_disable_logging()
[all …]
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.c86 s32 txgbe_setup_fc(struct txgbe_hw *hw) in txgbe_setup_fc()
242 s32 txgbe_start_hw(struct txgbe_hw *hw) in txgbe_start_hw()
292 s32 txgbe_start_hw_gen2(struct txgbe_hw *hw) in txgbe_start_hw_gen2()
319 s32 txgbe_init_hw(struct txgbe_hw *hw) in txgbe_init_hw()
519 s32 txgbe_stop_hw(struct txgbe_hw *hw) in txgbe_stop_hw()
941 s32 txgbe_fc_enable(struct txgbe_hw *hw) in txgbe_fc_enable()
1207 void txgbe_fc_autoneg(struct txgbe_hw *hw) in txgbe_fc_autoneg()
1876 s32 txgbe_clear_vfta(struct txgbe_hw *hw) in txgbe_clear_vfta()
2306 void txgbe_enable_rx(struct txgbe_hw *hw) in txgbe_enable_rx()
3459 txgbe_reset_misc(struct txgbe_hw *hw) in txgbe_reset_misc()
[all …]
/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.c31 #define VIRTIO_PCI_CONFIG(hw) \ argument
60 modern_read_dev_config(struct virtio_crypto_hw *hw, size_t offset, in modern_read_dev_config()
90 modern_get_features(struct virtio_crypto_hw *hw) in modern_get_features()
116 modern_get_status(struct virtio_crypto_hw *hw) in modern_get_status()
122 modern_set_status(struct virtio_crypto_hw *hw, uint8_t status) in modern_set_status()
128 modern_reset(struct virtio_crypto_hw *hw) in modern_reset()
135 modern_get_isr(struct virtio_crypto_hw *hw) in modern_get_isr()
273 vtpci_cryptodev_reset(struct virtio_crypto_hw *hw) in vtpci_cryptodev_reset()
281 vtpci_cryptodev_reinit_complete(struct virtio_crypto_hw *hw) in vtpci_cryptodev_reinit_complete()
296 vtpci_cryptodev_get_status(struct virtio_crypto_hw *hw) in vtpci_cryptodev_get_status()
[all …]
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_adminq.c17 STATIC void iavf_adminq_init_regs(struct iavf_hw *hw) in iavf_adminq_init_regs()
83 void iavf_free_adminq_asq(struct iavf_hw *hw) in iavf_free_adminq_asq()
96 void iavf_free_adminq_arq(struct iavf_hw *hw) in iavf_free_adminq_arq()
212 STATIC void iavf_free_arq_bufs(struct iavf_hw *hw) in iavf_free_arq_bufs()
231 STATIC void iavf_free_asq_bufs(struct iavf_hw *hw) in iavf_free_asq_bufs()
324 enum iavf_status iavf_init_asq(struct iavf_hw *hw) in iavf_init_asq()
387 enum iavf_status iavf_init_arq(struct iavf_hw *hw) in iavf_init_arq()
439 enum iavf_status iavf_shutdown_asq(struct iavf_hw *hw) in iavf_shutdown_asq()
512 enum iavf_status iavf_init_adminq(struct iavf_hw *hw) in iavf_init_adminq()
581 u16 iavf_clean_asq(struct iavf_hw *hw) in iavf_clean_asq()
[all …]
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_adminq.c17 STATIC void i40e_adminq_init_regs(struct i40e_hw *hw) in i40e_adminq_init_regs()
98 void i40e_free_adminq_asq(struct i40e_hw *hw) in i40e_free_adminq_asq()
111 void i40e_free_adminq_arq(struct i40e_hw *hw) in i40e_free_adminq_arq()
227 STATIC void i40e_free_arq_bufs(struct i40e_hw *hw) in i40e_free_arq_bufs()
246 STATIC void i40e_free_asq_bufs(struct i40e_hw *hw) in i40e_free_asq_bufs()
375 enum i40e_status_code i40e_init_asq(struct i40e_hw *hw) in i40e_init_asq()
438 enum i40e_status_code i40e_init_arq(struct i40e_hw *hw) in i40e_init_arq()
557 STATIC void i40e_resume_aq(struct i40e_hw *hw) in i40e_resume_aq()
576 STATIC void i40e_set_hw_flags(struct i40e_hw *hw) in i40e_set_hw_flags()
781 u16 i40e_clean_asq(struct i40e_hw *hw) in i40e_clean_asq()
[all …]
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_controlq.c35 static void ice_adminq_init_regs(struct ice_hw *hw) in ice_adminq_init_regs()
50 static void ice_mailbox_init_regs(struct ice_hw *hw) in ice_mailbox_init_regs()
134 ice_alloc_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_rq_bufs()
259 ice_cfg_sq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_sq_regs()
272 ice_cfg_rq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_rq_regs()
286 #define ICE_FREE_CQ_BUFS(hw, qi, ring) \ argument
475 static bool ice_aq_ver_check(struct ice_hw *hw) in ice_aq_ver_check()
661 void ice_shutdown_all_ctrlq(struct ice_hw *hw) in ice_shutdown_all_ctrlq()
683 enum ice_status ice_init_all_ctrlq(struct ice_hw *hw) in ice_init_all_ctrlq()
739 enum ice_status ice_create_all_ctrlq(struct ice_hw *hw) in ice_create_all_ctrlq()
[all …]
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c349 struct hns3_hw *hw = &hns->hw; in hns3vf_configure_mac_addr() local
537 struct hns3_hw *hw = &hns->hw; in hns3vf_configure_all_mc_mac_addr() local
611 struct hns3_hw *hw = &hns->hw; in hns3vf_dev_promiscuous_enable() local
626 struct hns3_hw *hw = &hns->hw; in hns3vf_dev_promiscuous_disable() local
640 struct hns3_hw *hw = &hns->hw; in hns3vf_dev_allmulticast_enable() local
657 struct hns3_hw *hw = &hns->hw; in hns3vf_dev_allmulticast_disable() local
673 struct hns3_hw *hw = &hns->hw; in hns3vf_restore_promisc() local
775 struct hns3_hw *hw = &hns->hw; in hns3vf_dev_configure() local
947 struct hns3_hw *hw = &hns->hw; in hns3vf_dev_infos_get() local
1055 struct hns3_hw *hw = &hns->hw; in hns3vf_check_event_cause() local
[all …]

12345678910