Searched refs:BNXT_TSO_SIZE (Results 1 – 2 of 2) sorted by relevance
368 .isc_tx_maxsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),369 .isc_tx_maxsegsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),370 .isc_tso_maxsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),371 .isc_tso_maxsegsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),372 .isc_rx_maxsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),373 .isc_rx_maxsegsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),2559 scctx->isc_tx_tso_size_max = BNXT_TSO_SIZE; in bnxt_attach_pre()2560 scctx->isc_tx_tso_segsize_max = BNXT_TSO_SIZE; in bnxt_attach_pre()
282 #define BNXT_TSO_SIZE UINT16_MAX macro