Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_fcoe.c84 netdev->features |= NETIF_F_FCOE_MTU; in cxgb_fcoe_enable()
85 netdev->vlan_features |= NETIF_F_FCOE_MTU; in cxgb_fcoe_enable()
115 netdev->features &= ~NETIF_F_FCOE_MTU; in cxgb_fcoe_disable()
116 netdev->vlan_features &= ~NETIF_F_FCOE_MTU; in cxgb_fcoe_disable()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdev_features.h103 #define NETIF_F_FCOE_MTU __NETIF_F(FCOE_MTU) macro
206 #define NETIF_F_ALL_FCOE (NETIF_F_FCOE_CRC | NETIF_F_FCOE_MTU | \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c861 netdev->features |= NETIF_F_FCOE_MTU; in ixgbe_fcoe_enable()
901 netdev->features &= ~NETIF_F_FCOE_MTU; in ixgbe_fcoe_disable()
H A Dixgbe_sriov.c497 if (dev->features & NETIF_F_FCOE_MTU) in ixgbe_set_vf_lpe()
875 if (dev->features & NETIF_F_FCOE_MTU) in ixgbe_vf_reset_msg()
H A Dixgbe_dcb_nl.c322 if (adapter->netdev->features & NETIF_F_FCOE_MTU) in ixgbe_dcbnl_set_all()
H A Dixgbe_lib.c980 if (adapter->netdev->features & NETIF_F_FCOE_MTU) { in ixgbe_alloc_q_vector()
H A Dixgbe_main.c5063 if (adapter->netdev->features & NETIF_F_FCOE_MTU) in ixgbe_configure_dcb()
5120 if ((dev->features & NETIF_F_FCOE_MTU) && in ixgbe_hpbthresh()
5181 if ((dev->features & NETIF_F_FCOE_MTU) && in ixgbe_lpbthresh()
10904 NETIF_F_FCOE_MTU; in ixgbe_probe()
/OK3568_Linux_fs/kernel/drivers/scsi/fcoe/
H A Dfcoe.c726 if (netdev->features & NETIF_F_FCOE_MTU) { in fcoe_netdev_config()
1877 if (netdev->features & NETIF_F_FCOE_MTU) in fcoe_device_notification()