Searched refs:BNXT_TSO_SIZE (Results 1 – 2 of 2) sorted by relevance
359 .isc_tx_maxsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),360 .isc_tx_maxsegsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),361 .isc_tso_maxsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),362 .isc_tso_maxsegsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),363 .isc_rx_maxsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),364 .isc_rx_maxsegsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),2320 scctx->isc_tx_tso_size_max = BNXT_TSO_SIZE; in bnxt_attach_pre()2321 scctx->isc_tx_tso_segsize_max = BNXT_TSO_SIZE; in bnxt_attach_pre()
267 #define BNXT_TSO_SIZE UINT16_MAX macro