Home
last modified time | relevance | path

Searched refs:set_rlpml (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h50 s32 (*set_rlpml)(struct ixgbe_hw *, u16); member
H A Dvf.c996 .set_rlpml = ixgbevf_set_rlpml_vf,
1014 .set_rlpml = ixgbevf_hv_set_rlpml_vf,
H A Dixgbevf_main.c2024 ret = hw->mac.ops.set_rlpml(hw, netdev->mtu + ETH_HLEN + ETH_FCS_LEN); in ixgbevf_configure_rx()
4290 ret = hw->mac.ops.set_rlpml(hw, max_frame); in ixgbevf_change_mtu()
/kernel/linux/linux-6.6/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()

Completed in 16 milliseconds