Home
last modified time | relevance | path

Searched refs:setup_pba (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/net/ngbe/base/
H A Dngbe_dummy.h308 hw->mac.setup_pba = ngbe_setup_pba_dummy; in ngbe_init_ops_dummy()
H A Dngbe_type.h285 void (*setup_pba)(struct ngbe_hw *hw); member
H A Dngbe_hw.c1940 mac->setup_pba = ngbe_set_pba; in ngbe_init_ops_pf()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dummy.h590 hw->mac.setup_pba = txgbe_mac_setup_pba_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_type.h553 void (*setup_pba)(struct txgbe_hw *hw, int num_pb, u32 headroom, member
H A Dtxgbe_hw.c2699 mac->setup_pba = txgbe_set_pba; in txgbe_init_ops_pf()
/dpdk/drivers/net/ngbe/
H A Dngbe_ethdev.c1017 hw->mac.setup_pba(hw); in ngbe_dev_start()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c3670 hw->mac.setup_pba(hw, tc, hdrm, PBA_STRATEGY_EQUAL); in txgbe_configure_pb()