Searched refs:BNXT_TSO_SIZE (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/bnxt/bnxt_en/ |
| H A D | if_bnxt.c | 396 .isc_tx_maxsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header), 397 .isc_tx_maxsegsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header), 398 .isc_tso_maxsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header), 399 .isc_tso_maxsegsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header), 400 .isc_rx_maxsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header), 401 .isc_rx_maxsegsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header), 425 .isc_tx_maxsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header), 426 .isc_tx_maxsegsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header), 427 .isc_tso_maxsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header), 428 .isc_tso_maxsegsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header), [all …]
|
| H A D | bnxt.h | 292 #define BNXT_TSO_SIZE UINT16_MAX macro
|