Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h482 void (*setup_pba)(struct txgbe_hw *hw, int num_pb, u32 headroom, member
H A Dtxgbe_dummy.h585 hw->mac.setup_pba = txgbe_mac_setup_pba_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c2845 mac->setup_pba = txgbe_set_pba; in txgbe_init_ops_pf()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c3526 hw->mac.setup_pba(hw, tc, hdrm, PBA_STRATEGY_EQUAL); in txgbe_configure_pb()