Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h47 s32 (*set_rlpml)(struct ixgbe_hw *, u16); member
H A Dvf.c1014 .set_rlpml = ixgbevf_set_rlpml_vf,
1032 .set_rlpml = ixgbevf_hv_set_rlpml_vf,
H A Dixgbevf_main.c2016 ret = hw->mac.ops.set_rlpml(hw, netdev->mtu + ETH_HLEN + ETH_FCS_LEN); in ixgbevf_configure_rx()
4286 ret = hw->mac.ops.set_rlpml(hw, max_frame); in ixgbevf_change_mtu()