Home
last modified time | relevance | path

Searched refs:IXGBE_TSO_SIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe.h183 #define IXGBE_TSO_SIZE 262140 macro
H A Dif_ixv.c211 .isc_tx_maxsize = IXGBE_TSO_SIZE + sizeof(struct ether_vlan_header),
213 .isc_tso_maxsize = IXGBE_TSO_SIZE + sizeof(struct ether_vlan_header),
505 scctx->isc_tx_tso_size_max = IXGBE_TSO_SIZE; in ixv_if_attach_pre()
H A Dif_ix.c424 .isc_tx_maxsize = IXGBE_TSO_SIZE + sizeof(struct ether_vlan_header),
426 .isc_tso_maxsize = IXGBE_TSO_SIZE + sizeof(struct ether_vlan_header),
1099 scctx->isc_tx_tso_size_max = IXGBE_TSO_SIZE; in ixgbe_if_attach_pre()