Searched refs:isc_tx_maxsize (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/net/ |
H A D | iflib.h | 248 bus_size_t isc_tx_maxsize; member
|
H A D | iflib.c | 1739 sctx->isc_tx_maxsize, /* maxsize */ in iflib_txsd_alloc() 1748 (uintmax_t)sctx->isc_tx_maxsize, nsegments, (uintmax_t)sctx->isc_tx_maxsegsize); in iflib_txsd_alloc() 5703 MPASS(sctx->isc_tx_maxsize); in _iflib_assert()
|
/freebsd/sys/dev/mgb/ |
H A D | if_mgb.c | 296 .isc_tx_maxsize = MGB_DMA_MAXSEGS * MCLBYTES,
|
/freebsd/sys/dev/enetc/ |
H A D | if_enetc.c | 229 .isc_tx_maxsize = ENETC_MAX_FRAME_LEN,
|
/freebsd/sys/dev/iavf/ |
H A D | if_iavf_iflib.c | 187 .isc_tx_maxsize = IAVF_MAX_FRAME,
|
/freebsd/sys/dev/ice/ |
H A D | if_ice_iflib.c | 244 .isc_tx_maxsize = ICE_MAX_FRAME_SIZE, 3415 .isc_tx_maxsize = ICE_MAX_FRAME_SIZE,
|
/freebsd/sys/dev/enic/ |
H A D | if_enic.c | 193 .isc_tx_maxsize = ENIC_TX_MAX_PKT_SIZE,
|
/freebsd/sys/dev/ixgbe/ |
H A D | if_ixv.c | 211 .isc_tx_maxsize = IXGBE_TSO_SIZE + sizeof(struct ether_vlan_header),
|
H A D | if_ix.c | 424 .isc_tx_maxsize = IXGBE_TSO_SIZE + sizeof(struct ether_vlan_header),
|
/freebsd/sys/dev/ixl/ |
H A D | if_ixl.c | 328 .isc_tx_maxsize = IXL_TSO_SIZE + sizeof(struct ether_vlan_header),
|
/freebsd/sys/dev/vmware/vmxnet3/ |
H A D | if_vmx.c | 275 .isc_tx_maxsize = VMXNET3_TX_MAXSIZE,
|
/freebsd/sys/dev/axgbe/ |
H A D | if_axgbe_pci.c | 250 .isc_tx_maxsize = XGBE_TSO_MAX_SIZE + sizeof(struct ether_vlan_header),
|
/freebsd/sys/dev/e1000/ |
H A D | if_em.c | 708 .isc_tx_maxsize = EM_TSO_SIZE + sizeof(struct ether_vlan_header), 736 .isc_tx_maxsize = EM_TSO_SIZE + sizeof(struct ether_vlan_header),
|
/freebsd/sys/dev/igc/ |
H A D | if_igc.c | 285 .isc_tx_maxsize = IGC_TSO_SIZE + sizeof(struct ether_vlan_header),
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | if_bnxt.c | 359 .isc_tx_maxsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),
|