Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ixl/
Dixl.h140 #define IXL_TSO_SIZE ((255*1024)-1) macro
Dif_ixl.c334 .isc_tx_maxsize = IXL_TSO_SIZE + sizeof(struct ether_vlan_header),
336 .isc_tso_maxsize = IXL_TSO_SIZE + sizeof(struct ether_vlan_header),
440 scctx->isc_tx_tso_size_max = IXL_TSO_SIZE; in ixl_setup_ssctx()