Home
last modified time | relevance | path

Searched refs:set_rlpml (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_hv_vf.c225 hw->mac.ops.set_rlpml = ixgbevf_hv_set_rlpml_vf; in ixgbevf_hv_init_ops_vf()
H A Dixgbe_vf.c51 hw->mac.ops.set_rlpml = ixgbevf_rlpml_set_vf; in ixgbe_init_ops_vf()
H A Dixgbe_type.h3993 s32 (*set_rlpml)(struct ixgbe_hw *, u16); member
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h511 s32 (*set_rlpml)(struct txgbe_hw *hw, u16 max_size); member
H A Dtxgbe_dummy.h602 hw->mac.set_rlpml = txgbe_mac_set_rlpml_dummy; in txgbe_init_ops_dummy()