Home
last modified time | relevance | path

Searched refs:f_mac_write (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_ethdev.h308 ipn3ke_indirect_mac_write_t f_mac_write; member
954 (*hw->f_mac_write)(hw, in ipn3ke_xmac_tx_enable()
966 (*hw->f_mac_write)(hw, in ipn3ke_xmac_tx_disable()
978 (*hw->f_mac_write)(hw, in ipn3ke_xmac_rx_enable()
990 (*hw->f_mac_write)(hw, in ipn3ke_xmac_rx_disable()
1003 (*hw->f_mac_write)(hw, in ipn3ke_xmac_smac_ovd_dis()
1021 (*hw->f_mac_write)(hw, in ipn3ke_xmac_tx_clr_10G_stcs()
1039 (*hw->f_mac_write)(hw, in ipn3ke_xmac_rx_clr_10G_stcs()
1055 (*hw->f_mac_write)(hw, in ipn3ke_xmac_tx_clr_25G_stcs()
1071 (*hw->f_mac_write)(hw, in ipn3ke_xmac_rx_clr_25G_stcs()
H A Dipn3ke_representor.c142 (*hw->f_mac_write)(hw, in ipn3ke_rpst_dev_start()
150 (*hw->f_mac_write)(hw, in ipn3ke_rpst_dev_start()
550 (*hw->f_mac_write)(hw, in ipn3ke_rpst_25g_nic_side_tx_stats_reset()
579 (*hw->f_mac_write)(hw, in ipn3ke_rpst_25g_nic_side_rx_stats_reset()
617 (*hw->f_mac_write)(hw, in ipn3ke_rpst_10g_nic_side_tx_stats_reset()
642 (*hw->f_mac_write)(hw, in ipn3ke_rpst_10g_nic_side_rx_stats_reset()
775 (*hw->f_mac_write)(hw, in ipn3ke_rpst_read_25g_lineside_stats_registers()
789 (*hw->f_mac_write)(hw, in ipn3ke_rpst_read_25g_lineside_stats_registers()
1324 (*hw->f_mac_write)(hw, in ipn3ke_rpst_read_25g_lineside_stats_registers()
1339 (*hw->f_mac_write)(hw, in ipn3ke_rpst_read_25g_lineside_stats_registers()
[all …]
H A Dipn3ke_ethdev.c232 if (!(*hw->f_mac_read) || !(*hw->f_mac_write)) in ipn3ke_mtu_set()
249 (*hw->f_mac_write)(hw, in ipn3ke_mtu_set()
255 (*hw->f_mac_write)(hw, in ipn3ke_mtu_set()
312 hw->f_mac_write = ipn3ke_indirect_mac_write; in ipn3ke_hw_init()