Searched refs:max_frs (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sriov.c | 478 u32 max_frs; in ixgbe_set_vf_lpe() local 546 max_frs = IXGBE_READ_REG(hw, IXGBE_MAXFRS); in ixgbe_set_vf_lpe() 547 max_frs &= IXGBE_MHADD_MFS_MASK; in ixgbe_set_vf_lpe() 548 max_frs >>= IXGBE_MHADD_MFS_SHIFT; in ixgbe_set_vf_lpe() 550 if (max_frs < max_frame) { in ixgbe_set_vf_lpe() 551 max_frs = max_frame << IXGBE_MHADD_MFS_SHIFT; in ixgbe_set_vf_lpe() 552 IXGBE_WRITE_REG(hw, IXGBE_MAXFRS, max_frs); in ixgbe_set_vf_lpe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sriov.c | 478 u32 max_frs; in ixgbe_set_vf_lpe() local 546 max_frs = IXGBE_READ_REG(hw, IXGBE_MAXFRS); in ixgbe_set_vf_lpe() 547 max_frs &= IXGBE_MHADD_MFS_MASK; in ixgbe_set_vf_lpe() 548 max_frs >>= IXGBE_MHADD_MFS_SHIFT; in ixgbe_set_vf_lpe() 550 if (max_frs < max_frame) { in ixgbe_set_vf_lpe() 551 max_frs = max_frame << IXGBE_MHADD_MFS_SHIFT; in ixgbe_set_vf_lpe() 552 IXGBE_WRITE_REG(hw, IXGBE_MAXFRS, max_frs); in ixgbe_set_vf_lpe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/ |
H A D | nic.h | 471 u16 max_frs; member
|
H A D | nic_main.c | 1039 ret = nic_update_hw_frs(nic, mbx.frs.max_frs, in nic_handle_mbx_intr()
|
H A D | nicvf_main.c | 1434 mbx.frs.max_frs = mtu; in nicvf_update_hw_max_frs()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/ |
H A D | nic.h | 471 u16 max_frs; member
|
H A D | nic_main.c | 1039 ret = nic_update_hw_frs(nic, mbx.frs.max_frs, in nic_handle_mbx_intr()
|
H A D | nicvf_main.c | 1431 mbx.frs.max_frs = mtu; in nicvf_update_hw_max_frs()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_common.h | 233 u16 max_frs; member
|
H A D | otx2_common.c | 215 pfvf->max_frs = mtu + OTX2_ETH_HLEN; in otx2_hw_set_mtu() 216 req->maxlen = pfvf->max_frs; in otx2_hw_set_mtu()
|
H A D | otx2_pf.c | 1712 (!skb_shinfo(skb)->gso_size && skb->len > pf->max_frs)) { in otx2_xmit()
|
Completed in 23 milliseconds