Searched refs:IXL_TSO_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/ixl/
H A Dixl.h140 #define IXL_TSO_SIZE ((255*1024)-1) macro
H A Dif_ixl.c329 .isc_tx_maxsize = IXL_TSO_SIZE + sizeof(struct ether_vlan_header),
331 .isc_tso_maxsize = IXL_TSO_SIZE + sizeof(struct ether_vlan_header),
435 scctx->isc_tx_tso_size_max = IXL_TSO_SIZE;
H A Dif_iavf.c250 .isc_tx_maxsize = IXL_TSO_SIZE + sizeof(struct ether_vlan_header),
252 .isc_tso_maxsize = IXL_TSO_SIZE + sizeof(struct ether_vlan_header),
466 scctx->isc_tx_tso_size_max = IXL_TSO_SIZE;

Completed in 111 milliseconds