Searched refs:isc_tso_maxsize (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/net/ |
H A D | iflib.h | 250 bus_size_t isc_tso_maxsize; member
|
H A D | iflib.c | 1726 MPASS(sctx->isc_tso_maxsize >= tsomaxsize); in iflib_txsd_alloc()
|
/freebsd/sys/dev/mgb/ |
H A D | if_mgb.c | 317 .isc_tso_maxsize = MGB_TSO_MAXSIZE + sizeof(struct ether_vlan_header),
|
/freebsd/sys/dev/iavf/ |
H A D | if_iavf_iflib.c | 189 .isc_tso_maxsize = IAVF_TSO_SIZE + sizeof(struct ether_vlan_header),
|
/freebsd/sys/dev/ice/ |
H A D | if_ice_iflib.c | 254 .isc_tso_maxsize = ICE_TSO_SIZE + sizeof(struct ether_vlan_header), 3417 .isc_tso_maxsize = ICE_TSO_SIZE + sizeof(struct ether_vlan_header),
|
/freebsd/sys/dev/ixgbe/ |
H A D | if_ixv.c | 213 .isc_tso_maxsize = IXGBE_TSO_SIZE + sizeof(struct ether_vlan_header),
|
H A D | if_ix.c | 426 .isc_tso_maxsize = IXGBE_TSO_SIZE + sizeof(struct ether_vlan_header),
|
/freebsd/sys/dev/ixl/ |
H A D | if_ixl.c | 330 .isc_tso_maxsize = IXL_TSO_SIZE + sizeof(struct ether_vlan_header),
|
/freebsd/sys/dev/vmware/vmxnet3/ |
H A D | if_vmx.c | 277 .isc_tso_maxsize = VMXNET3_TSO_MAXSIZE + sizeof(struct ether_vlan_header),
|
/freebsd/sys/dev/axgbe/ |
H A D | if_axgbe_pci.c | 252 .isc_tso_maxsize = XGBE_TSO_MAX_SIZE + sizeof(struct ether_vlan_header),
|
/freebsd/sys/dev/e1000/ |
H A D | if_em.c | 710 .isc_tso_maxsize = EM_TSO_SIZE + sizeof(struct ether_vlan_header), 738 .isc_tso_maxsize = EM_TSO_SIZE + sizeof(struct ether_vlan_header),
|
/freebsd/sys/dev/igc/ |
H A D | if_igc.c | 287 .isc_tso_maxsize = IGC_TSO_SIZE + sizeof(struct ether_vlan_header),
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | if_bnxt.c | 361 .isc_tso_maxsize = BNXT_TSO_SIZE + sizeof(struct ether_vlan_header),
|