Home
last modified time | relevance | path

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

/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()
540 (*hw->f_mac_write)(hw, in ipn3ke_rpst_25g_nic_side_tx_stats_reset()
569 (*hw->f_mac_write)(hw, in ipn3ke_rpst_25g_nic_side_rx_stats_reset()
607 (*hw->f_mac_write)(hw, in ipn3ke_rpst_10g_nic_side_tx_stats_reset()
632 (*hw->f_mac_write)(hw, in ipn3ke_rpst_10g_nic_side_rx_stats_reset()
765 (*hw->f_mac_write)(hw, in ipn3ke_rpst_read_25g_lineside_stats_registers()
779 (*hw->f_mac_write)(hw, in ipn3ke_rpst_read_25g_lineside_stats_registers()
1314 (*hw->f_mac_write)(hw, in ipn3ke_rpst_read_25g_lineside_stats_registers()
1329 (*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()