Home
last modified time | relevance | path

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

/src/sys/dev/e1000/
H A Dif_em.h341 #define EM_TSO_SIZE 65535 macro
H A Dif_em.c710 .isc_tx_maxsize = EM_TSO_SIZE + sizeof(struct ether_vlan_header),
712 .isc_tso_maxsize = EM_TSO_SIZE + sizeof(struct ether_vlan_header),
738 .isc_tx_maxsize = EM_TSO_SIZE + sizeof(struct ether_vlan_header),
740 .isc_tso_maxsize = EM_TSO_SIZE + sizeof(struct ether_vlan_header),
1054 scctx->isc_tx_tso_size_max = EM_TSO_SIZE; in em_if_attach_pre()
1076 scctx->isc_tx_tso_size_max = EM_TSO_SIZE; in em_if_attach_pre()
1112 scctx->isc_tx_tso_size_max = EM_TSO_SIZE; in em_if_attach_pre()