Home
last modified time | relevance | path

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

/linux/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/Documentation/networking/net_cachelines/
H A Dnet_device.rst172 unsigned_long:1 fcoe_mtu
/linux/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.c503 if (dev->fcoe_mtu) in ixgbe_set_vf_lpe()
867 if (dev->fcoe_mtu) in ixgbe_set_vf_rx_tx()
H A Dixgbe_main.c5507 if (adapter->netdev->fcoe_mtu) in ixgbe_configure_dcb()
5564 if (dev->fcoe_mtu && tc < IXGBE_FCOE_JUMBO_FRAME_SIZE && in ixgbe_hpbthresh()
5625 if (dev->fcoe_mtu && tc < IXGBE_FCOE_JUMBO_FRAME_SIZE && in ixgbe_lpbthresh()
/linux/net/8021q/
H A Dvlan_dev.c550 dev->fcoe_mtu = true; in vlan_dev_init()
/linux/drivers/scsi/fcoe/
H A Dfcoe.c725 if (netdev->fcoe_mtu) { in fcoe_netdev_config()
1846 if (netdev->fcoe_mtu) in fcoe_device_notification()
/linux/include/linux/
H A Dnetdevice.h2462 unsigned long fcoe_mtu:1; member