Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igbvf/
A Ddefines.h65 #define MAX_JUMBO_FRAME_SIZE 0x3F00 macro
/linux/drivers/net/ethernet/atheros/atl1e/
A Datl1e.h74 #define MAX_JUMBO_FRAME_SIZE 0x2000 macro
A Datl1e_main.c2268 netdev->max_mtu = MAX_JUMBO_FRAME_SIZE - in atl1e_init_netdev()
/linux/drivers/net/ethernet/intel/igc/
A Digc_defines.h148 #define MAX_JUMBO_FRAME_SIZE 0x2600 macro
A Digc_main.c98 hwm = (pba << 10) - (adapter->max_frame_size + MAX_JUMBO_FRAME_SIZE); in igc_reset()
3585 u32 rctl = 0, rlpml = MAX_JUMBO_FRAME_SIZE; in igc_set_rx_mode()
/linux/drivers/net/ethernet/atheros/atlx/
A Datl2.h220 #define MAX_JUMBO_FRAME_SIZE 0x2000 macro
A Datl1.h304 #define MAX_JUMBO_FRAME_SIZE 10240 macro
A Datl1.c3003 netdev->max_mtu = MAX_JUMBO_FRAME_SIZE - in atl1_probe()
/linux/drivers/net/ethernet/intel/e1000e/
A Ddefines.h330 #define MAX_JUMBO_FRAME_SIZE 0x3F00 macro
/linux/drivers/net/ethernet/atheros/atl1c/
A Datl1c.h62 #define MAX_JUMBO_FRAME_SIZE (6*1024) macro
A Datl1c_main.c551 netdev->max_mtu = MAX_JUMBO_FRAME_SIZE - in atl1c_set_max_mtu()
/linux/drivers/net/ethernet/intel/igb/
A De1000_defines.h375 #define MAX_JUMBO_FRAME_SIZE 0x2600 macro
A Digb_main.c2299 min_rx_space = DIV_ROUND_UP(MAX_JUMBO_FRAME_SIZE, 1024); in igb_reset()
2339 hwm = (pba << 10) - (adapter->max_frame_size + MAX_JUMBO_FRAME_SIZE); in igb_reset()
4574 if (size > MAX_JUMBO_FRAME_SIZE) in igb_set_vf_rlpml()
4575 size = MAX_JUMBO_FRAME_SIZE; in igb_set_vf_rlpml()
5184 u32 rctl = 0, vmolr = 0, rlpml = MAX_JUMBO_FRAME_SIZE; in igb_set_rx_mode()
5270 vmolr |= MAX_JUMBO_FRAME_SIZE; in igb_set_rx_mode()
/linux/drivers/net/ethernet/intel/e1000/
A De1000_hw.h448 #define MAX_JUMBO_FRAME_SIZE 0x3F00 macro
A De1000_main.c1072 netdev->max_mtu = MAX_JUMBO_FRAME_SIZE - (ETH_HLEN + ETH_FCS_LEN); in e1000_probe()

Completed in 103 milliseconds