Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Ddefines.h65 #define MAX_JUMBO_FRAME_SIZE 0x3F00 macro
/openbmc/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()
/openbmc/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.c3005 netdev->max_mtu = MAX_JUMBO_FRAME_SIZE - in atl1_probe()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h330 #define MAX_JUMBO_FRAME_SIZE 0x3F00 macro
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_defines.h145 #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()
3876 u32 rctl = 0, rlpml = MAX_JUMBO_FRAME_SIZE; in igc_set_rx_mode()
/openbmc/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()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h375 #define MAX_JUMBO_FRAME_SIZE 0x2600 macro
H A Digb_main.c2326 min_rx_space = DIV_ROUND_UP(MAX_JUMBO_FRAME_SIZE, 1024); in igb_reset()
2366 hwm = (pba << 10) - (adapter->max_frame_size + MAX_JUMBO_FRAME_SIZE); in igb_reset()
4664 if (size > MAX_JUMBO_FRAME_SIZE) in igb_set_vf_rlpml()
4665 size = MAX_JUMBO_FRAME_SIZE; in igb_set_vf_rlpml()
5280 u32 rctl = 0, vmolr = 0, rlpml = MAX_JUMBO_FRAME_SIZE; in igb_set_rx_mode()
5366 vmolr |= MAX_JUMBO_FRAME_SIZE; in igb_set_rx_mode()
/openbmc/u-boot/drivers/net/
H A De1000.h439 #define MAX_JUMBO_FRAME_SIZE 0x3F00 macro
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h445 #define MAX_JUMBO_FRAME_SIZE 0x3F00 macro
H A De1000_main.c1072 netdev->max_mtu = MAX_JUMBO_FRAME_SIZE - (ETH_HLEN + ETH_FCS_LEN); in e1000_probe()