Searched refs:set_rlpml (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
H A D | vf.h | 50 s32 (*set_rlpml)(struct ixgbe_hw *, u16); member
|
H A D | vf.c | 996 .set_rlpml = ixgbevf_set_rlpml_vf, 1014 .set_rlpml = ixgbevf_hv_set_rlpml_vf,
|
H A D | ixgbevf_main.c | 2024 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 D | vf.h | 47 s32 (*set_rlpml)(struct ixgbe_hw *, u16); member
|
H A D | vf.c | 1014 .set_rlpml = ixgbevf_set_rlpml_vf, 1032 .set_rlpml = ixgbevf_hv_set_rlpml_vf,
|
H A D | ixgbevf_main.c | 2016 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