Searched refs:isc_rx_maxsegsize (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/net/ |
H A D | iflib.h | 253 bus_size_t isc_rx_maxsegsize; member
|
H A D | iflib.c | 1975 sctx->isc_rx_maxsegsize, /* maxsegsize */ in iflib_rxsd_alloc() 5708 MPASS(sctx->isc_rx_maxsegsize); in _iflib_assert()
|
/freebsd/sys/dev/mgb/ |
H A D | if_mgb.c | 308 .isc_rx_maxsegsize = MCLBYTES,
|
/freebsd/sys/dev/enetc/ |
H A D | if_enetc.c | 233 .isc_rx_maxsegsize = ENETC_MAX_FRAME_LEN,
|
/freebsd/sys/dev/iavf/ |
H A D | if_iavf_iflib.c | 193 .isc_rx_maxsegsize = IAVF_MAX_FRAME,
|
/freebsd/sys/dev/ice/ |
H A D | if_ice_iflib.c | 263 .isc_rx_maxsegsize = ICE_MAX_FRAME_SIZE, 3422 .isc_rx_maxsegsize = ICE_MAX_FRAME_SIZE,
|
/freebsd/sys/dev/enic/ |
H A D | if_enic.c | 203 .isc_rx_maxsegsize = ENIC_DEFAULT_RX_MAX_PKT_SIZE,
|
/freebsd/sys/dev/ixgbe/ |
H A D | if_ixv.c | 217 .isc_rx_maxsegsize = MJUM16BYTES,
|
H A D | if_ix.c | 430 .isc_rx_maxsegsize = PAGE_SIZE*4,
|
/freebsd/sys/dev/ixl/ |
H A D | if_ixl.c | 334 .isc_rx_maxsegsize = IXL_MAX_DMA_SEG_SIZE,
|
/freebsd/sys/dev/vmware/vmxnet3/ |
H A D | if_vmx.c | 287 .isc_rx_maxsegsize = VMXNET3_RX_MAXSEGSIZE,
|
/freebsd/sys/dev/axgbe/ |
H A D | if_axgbe_pci.c | 255 .isc_rx_maxsegsize = MJUM9BYTES,
|
/freebsd/sys/dev/e1000/ |
H A D | if_em.c | 714 .isc_rx_maxsegsize = MJUM9BYTES, 742 .isc_rx_maxsegsize = MJUM9BYTES,
|
/freebsd/sys/dev/igc/ |
H A D | if_igc.c | 291 .isc_rx_maxsegsize = MJUM9BYTES,
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | if_bnxt.c | 364 .isc_rx_maxsegsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),
|