Home
last modified time | relevance | path

Searched refs:fcoe_mtu (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_fcoe.c84 netdev->fcoe_mtu = true; in cxgb_fcoe_enable()
114 netdev->fcoe_mtu = false; in cxgb_fcoe_disable()
/linux-6.15/Documentation/networking/net_cachelines/
H A Dnet_device.rst171 unsigned_long:1 fcoe_mtu
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c861 netdev->fcoe_mtu = true; in ixgbe_fcoe_enable()
901 netdev->fcoe_mtu = false; in ixgbe_fcoe_disable()
H A Dixgbe_sriov.c499 if (dev->fcoe_mtu) in ixgbe_set_vf_lpe()
861 if (dev->fcoe_mtu) in ixgbe_set_vf_rx_tx()
H A Dixgbe_dcb_nl.c321 if (adapter->netdev->fcoe_mtu) in ixgbe_dcbnl_set_all()
H A Dixgbe_lib.c985 if (adapter->netdev->fcoe_mtu) { in ixgbe_alloc_q_vector()
H A Dixgbe_main.c5329 if (adapter->netdev->fcoe_mtu) in ixgbe_configure_dcb()
5386 if (dev->fcoe_mtu && tc < IXGBE_FCOE_JUMBO_FRAME_SIZE && in ixgbe_hpbthresh()
5447 if (dev->fcoe_mtu && tc < IXGBE_FCOE_JUMBO_FRAME_SIZE && in ixgbe_lpbthresh()
/linux-6.15/net/8021q/
H A Dvlan_dev.c550 dev->fcoe_mtu = true; in vlan_dev_init()
/linux-6.15/drivers/scsi/fcoe/
H A Dfcoe.c725 if (netdev->fcoe_mtu) { in fcoe_netdev_config()
1866 if (netdev->fcoe_mtu) in fcoe_device_notification()
/linux-6.15/include/linux/
H A Dnetdevice.h2433 unsigned long fcoe_mtu:1; member