Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Dif_igc.h251 #define IGC_TSO_SIZE 65535 macro
H A Dif_igc.c274 .isc_tx_maxsize = IGC_TSO_SIZE + sizeof(struct ether_vlan_header),
276 .isc_tso_maxsize = IGC_TSO_SIZE + sizeof(struct ether_vlan_header),
505 scctx->isc_tx_tso_size_max = IGC_TSO_SIZE; in igc_if_attach_pre()