Home
last modified time | relevance | path

Searched refs:IXL_TSO_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ixl/
H A Dixl.h139 #define IXL_TSO_SIZE ((255*1024)-1) macro
H A Dif_ixl.c328 .isc_tx_maxsize = IXL_TSO_SIZE + sizeof(struct ether_vlan_header),
330 .isc_tso_maxsize = IXL_TSO_SIZE + sizeof(struct ether_vlan_header),
434 scctx->isc_tx_tso_size_max = IXL_TSO_SIZE; in ixl_setup_ssctx()