Searched refs:ipn3ke_hw (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/ipn3ke/ |
| H A D | ipn3ke_ethdev.c | 40 ipn3ke_indirect_read(struct ipn3ke_hw *hw, uint32_t *rd_data, in ipn3ke_indirect_read() 79 ipn3ke_indirect_write(struct ipn3ke_hw *hw, uint32_t wr_data, in ipn3ke_indirect_write() 129 ipn3ke_hw_cap_init(struct ipn3ke_hw *hw) in ipn3ke_hw_cap_init() 194 ipn3ke_vbng_init_done(struct ipn3ke_hw *hw) in ipn3ke_vbng_init_done() 225 ipn3ke_mtu_set(struct ipn3ke_hw *hw, uint32_t mac_num, in ipn3ke_mtu_set() 279 ipn3ke_mtu_setup(struct ipn3ke_hw *hw) in ipn3ke_mtu_setup() 298 struct ipn3ke_hw *hw) in ipn3ke_hw_init() 424 ipn3ke_hw_uninit(struct ipn3ke_hw *hw) in ipn3ke_hw_uninit() 469 struct ipn3ke_hw *hw; in ipn3ke_vswitch_probe() 482 sizeof(struct ipn3ke_hw), in ipn3ke_vswitch_probe() [all …]
|
| H A D | ipn3ke_ethdev.h | 154 struct ipn3ke_hw; 235 struct ipn3ke_hw *hw; 259 typedef int (*ipn3ke_indirect_mac_read_t)(struct ipn3ke_hw *hw, 263 typedef int (*ipn3ke_indirect_mac_write_t)(struct ipn3ke_hw *hw, 267 struct ipn3ke_hw { struct 342 static inline uint32_t _ipn3ke_indrct_read(struct ipn3ke_hw *hw, in _ipn3ke_indrct_read() 365 static inline void _ipn3ke_indrct_write(struct ipn3ke_hw *hw, in _ipn3ke_indrct_write() 554 ipn3ke_hw_tm_init(struct ipn3ke_hw *hw); 949 static inline void ipn3ke_xmac_tx_enable(struct ipn3ke_hw *hw, in ipn3ke_xmac_tx_enable() 961 static inline void ipn3ke_xmac_tx_disable(struct ipn3ke_hw *hw, in ipn3ke_xmac_tx_disable() [all …]
|
| H A D | ipn3ke_representor.c | 48 struct ipn3ke_hw *hw = IPN3KE_DEV_PRIVATE_TO_HW(ethdev); in ipn3ke_rpst_dev_infos_get() 117 struct ipn3ke_hw *hw = IPN3KE_DEV_PRIVATE_TO_HW(dev); in ipn3ke_rpst_dev_start() 199 struct ipn3ke_hw *hw = IPN3KE_DEV_PRIVATE_TO_HW(dev); in ipn3ke_rpst_dev_stop() 216 struct ipn3ke_hw *hw = IPN3KE_DEV_PRIVATE_TO_HW(dev); in ipn3ke_rpst_dev_close() 678 (struct ipn3ke_hw *hw, in ipn3ke_rpst_read_25g_lineside_stats_registers() 1433 (struct ipn3ke_hw *hw, in ipn3ke_rpst_read_10g_lineside_stats_registers() 2064 struct ipn3ke_hw *hw = NULL; in ipn3ke_rpst_stats_reset() 2127 struct ipn3ke_hw *hw = NULL; in ipn3ke_rpst_stats_get() 2227 struct ipn3ke_hw *hw = NULL; in ipn3ke_rpst_xstats_get() 2520 struct ipn3ke_hw *hw; in ipn3ke_rpst_link_check() [all …]
|
| H A D | ipn3ke_tm.c | 80 ipn3ke_hw_tm_init(struct ipn3ke_hw *hw) in ipn3ke_hw_tm_init() 220 ipn3ke_hw_tm_shaper_profile_search(struct ipn3ke_hw *hw, in ipn3ke_hw_tm_shaper_profile_search() 289 ipn3ke_hw_tm_tdrop_profile_search(struct ipn3ke_hw *hw, in ipn3ke_hw_tm_tdrop_profile_search() 375 struct ipn3ke_hw *hw = IPN3KE_DEV_PRIVATE_TO_HW(dev); in ipn3ke_pmd_tm_node_type_get() 495 struct ipn3ke_hw *hw = IPN3KE_DEV_PRIVATE_TO_HW(dev); in ipn3ke_tm_level_capabilities_get() 616 struct ipn3ke_hw *hw = IPN3KE_DEV_PRIVATE_TO_HW(dev); in ipn3ke_tm_node_capabilities_get() 753 struct ipn3ke_hw *hw = IPN3KE_DEV_PRIVATE_TO_HW(dev); in ipn3ke_tm_shaper_profile_add() 830 struct ipn3ke_hw *hw = IPN3KE_DEV_PRIVATE_TO_HW(dev); in ipn3ke_tm_shaper_profile_delete() 899 ipn3ke_hw_tm_tdrop_wr(struct ipn3ke_hw *hw, in ipn3ke_hw_tm_tdrop_wr() 937 struct ipn3ke_hw *hw = IPN3KE_DEV_PRIVATE_TO_HW(dev); in ipn3ke_tm_tdrop_profile_add() [all …]
|
| H A D | ipn3ke_flow.c | 988 ipn3ke_flow_hw_update(struct ipn3ke_hw *hw, in ipn3ke_flow_hw_update() 1086 ipn3ke_flow_hw_flush(struct ipn3ke_hw *hw) in ipn3ke_flow_hw_flush() 1119 ipn3ke_flow_convert_finalise(struct ipn3ke_hw *hw, in ipn3ke_flow_convert_finalise() 1164 struct ipn3ke_hw *hw = IPN3KE_DEV_PRIVATE_TO_HW(dev); in ipn3ke_flow_create() 1209 struct ipn3ke_hw *hw = IPN3KE_DEV_PRIVATE_TO_HW(dev); in ipn3ke_flow_destroy() 1231 struct ipn3ke_hw *hw = IPN3KE_DEV_PRIVATE_TO_HW(dev); in ipn3ke_flow_flush() 1244 struct ipn3ke_hw *hw = (struct ipn3ke_hw *)dev; in ipn3ke_flow_init()
|