Home
last modified time | relevance | path

Searched refs:txgbe_mac_raptor_vf (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_vf.c490 if (mac->type == txgbe_mac_raptor_vf && wait_to_complete) { in txgbe_check_mac_link_vf()
H A Dtxgbe_regs.h1710 if (hw->mac.type == txgbe_mac_raptor_vf) in txgbe_map_reg()
1714 if (hw->mac.type == txgbe_mac_raptor_vf) in txgbe_map_reg()
H A Dtxgbe_type.h149 txgbe_mac_raptor_vf, enumerator
H A Dtxgbe_hw.c2366 case txgbe_mac_raptor_vf: in txgbe_init_shared_code()
2404 hw->mac.type = txgbe_mac_raptor_vf; in txgbe_set_mac_type()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c82 case txgbe_mac_raptor_vf: in txgbe_is_vf()
2358 if (hw->mac.type == txgbe_mac_raptor_vf) { in txgbe_dev_tx_queue_setup()
2636 if (hw->mac.type == txgbe_mac_raptor_vf) { in txgbe_dev_rx_queue_setup()
2863 if (hw->mac.type == txgbe_mac_raptor_vf) in txgbe_rss_disable()
2900 if (hw->mac.type == txgbe_mac_raptor_vf) { in txgbe_dev_rss_hash_update()
2984 if (hw->mac.type == txgbe_mac_raptor_vf) { in txgbe_dev_rss_hash_conf_get()
H A Dtxgbe_ethdev.c4610 case txgbe_mac_raptor_vf: in txgbe_rss_update_sp()