Home
last modified time | relevance | path

Searched refs:MAX_JUMBO_FRAME_SIZE (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/net/ethernet/intel/igbvf/
H A Ddefines.h65 #define MAX_JUMBO_FRAME_SIZE 0x3F00 macro
/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h74 #define MAX_JUMBO_FRAME_SIZE 0x2000 macro
H A Datl1e_main.c2274 netdev->max_mtu = MAX_JUMBO_FRAME_SIZE - in atl1e_init_netdev()
/linux/drivers/net/ethernet/atheros/atlx/
H A Datl2.h220 #define MAX_JUMBO_FRAME_SIZE 0x2000 macro
H A Datl1.h304 #define MAX_JUMBO_FRAME_SIZE 10240 macro
H A Datl1.c3038 netdev->max_mtu = MAX_JUMBO_FRAME_SIZE - in atl1_probe()
/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h330 #define MAX_JUMBO_FRAME_SIZE 0x3F00 macro
/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h62 #define MAX_JUMBO_FRAME_SIZE (6*1024) macro
H A Datl1c_main.c536 netdev->max_mtu = MAX_JUMBO_FRAME_SIZE - in atl1c_set_max_mtu()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_defines.h147 #define MAX_JUMBO_FRAME_SIZE 0x2600 macro
H A Digc_main.c97 hwm = (pba << 10) - (adapter->max_frame_size + MAX_JUMBO_FRAME_SIZE); in igc_reset()
4117 u32 rctl = 0, rlpml = MAX_JUMBO_FRAME_SIZE; in igc_set_rx_mode()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h375 #define MAX_JUMBO_FRAME_SIZE 0x2600 macro
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h445 #define MAX_JUMBO_FRAME_SIZE 0x3F00 macro
H A De1000_main.c1066 netdev->max_mtu = MAX_JUMBO_FRAME_SIZE - (ETH_HLEN + ETH_FCS_LEN); in e1000_probe()