Searched refs:BNXT_TSO_SIZE (Results 1 – 2 of 2) sorted by relevance
303 .isc_tx_maxsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),304 .isc_tx_maxsegsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),305 .isc_tso_maxsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),306 .isc_tso_maxsegsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),307 .isc_rx_maxsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),308 .isc_rx_maxsegsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),820 scctx->isc_tx_tso_size_max = BNXT_TSO_SIZE; in bnxt_attach_pre()821 scctx->isc_tx_tso_segsize_max = BNXT_TSO_SIZE; in bnxt_attach_pre()
225 #define BNXT_TSO_SIZE UINT16_MAX macro