Home
last modified time | relevance | path

Searched refs:isc_capenable (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/dev/e1000/
H A Dem_txrx.c736 if (scctx->isc_capenable & IFCAP_RXCSUM) in lem_isc_rxd_pkt_get()
739 if (scctx->isc_capenable & IFCAP_VLAN_HWTAGGING && in lem_isc_rxd_pkt_get()
801 if (scctx->isc_capenable & IFCAP_RXCSUM) in em_isc_rxd_pkt_get()
804 if (scctx->isc_capenable & IFCAP_VLAN_HWTAGGING && in em_isc_rxd_pkt_get()
H A Dif_em.c1324 scctx->isc_capabilities = scctx->isc_capenable = in em_if_attach_pre()
1330 scctx->isc_capenable = scctx->isc_capabilities; in em_if_attach_pre()
1353 scctx->isc_capabilities = scctx->isc_capenable = EM_CAPS; in em_if_attach_pre()
1358 scctx->isc_capenable &= ~IFCAP_TSO; in em_if_attach_pre()
1366 scctx->isc_capenable &= ~IFCAP_TSO; in em_if_attach_pre()
1389 scctx->isc_capabilities = scctx->isc_capenable = LEM_CAPS; in em_if_attach_pre()
1396 scctx->isc_capenable &= ~IFCAP_TSO; in em_if_attach_pre()
1402 scctx->isc_capenable = scctx->isc_capabilities; in em_if_attach_pre()
1410 scctx->isc_capenable = scctx->isc_capabilities; in em_if_attach_pre()
1418 scctx->isc_capenable = scctx->isc_capabilities; in em_if_attach_pre()
[all …]
H A Digb_txrx.c542 if ((scctx->isc_capenable & IFCAP_RXCSUM) != 0) { in igb_isc_rxd_pkt_get()
/freebsd/sys/dev/enic/
H A Denic_txrx.c116 if ((scctx->isc_capenable & IFCAP_RXCSUM) != 0) in enic_isc_txd_encap()
429 if ((scctx->isc_capenable & IFCAP_RXCSUM) != 0) in vnic_rq_service()
H A Dif_enic.c461 scctx->isc_capabilities = scctx->isc_capenable = \ in enic_attach_pre()
/freebsd/sys/net/
H A Diflib.h221 int isc_capenable; member
H A Diflib.c4970 ctx->ifc_softc_ctx.isc_capenable ^= setmask; in iflib_if_ioctl()
5643 scctx->isc_capenable | IFCAP_HWSTATS | IFCAP_MEXTPG); in iflib_device_register()
/freebsd/sys/dev/ixgbe/
H A Dix_txrx.c454 if ((scctx->isc_capenable & IFCAP_RXCSUM) != 0) in ixgbe_isc_rxd_pkt_get()
H A Dif_ix.c1296 scctx->isc_capabilities = scctx->isc_capenable = IXGBE_CAPS; in ixgbe_if_attach_pre()
1495 scctx->isc_capenable &= ~IFCAP_WOL; in ixgbe_configure_wakeup()
1499 scctx->isc_capenable |= IFCAP_WOL_MAGIC; in ixgbe_configure_wakeup()
H A Dif_ixv.c549 scctx->isc_capenable = scctx->isc_capabilities; in ixv_if_attach_pre()
/freebsd/sys/dev/igc/
H A Digc_txrx.c538 if ((scctx->isc_capenable & IFCAP_RXCSUM) != 0) in igc_isc_rxd_pkt_get()
H A Dif_igc.c603 scctx->isc_capabilities = scctx->isc_capenable = IGC_CAPS; in igc_if_attach_pre()
2913 scctx->isc_capenable &= ~IFCAP_WOL; in igc_configure_wakeup()
2915 scctx->isc_capenable |= IFCAP_WOL_MAGIC; in igc_configure_wakeup()
/freebsd/sys/dev/iavf/
H A Diavf_txrx_iflib.c726 if ((scctx->isc_capenable & IFCAP_RXCSUM) != 0) in iavf_isc_rxd_pkt_get()
H A Dif_iavf_iflib.c407 scctx->isc_capabilities = scctx->isc_capenable = IAVF_CAPS; in iavf_if_attach_pre()
/freebsd/sys/dev/ice/
H A Dif_ice_iflib.c465 scctx->isc_capenable = ICE_SAFE_CAPS; in ice_setup_scctx()
468 scctx->isc_capenable = ICE_FULL_CAPS; in ice_setup_scctx()
472 scctx->isc_capabilities = scctx->isc_capenable; in ice_setup_scctx()
3791 scctx->isc_capenable = ICE_FULL_CAPS; in ice_subif_setup_scctx()
/freebsd/sys/dev/ixl/
H A Dixl_txrx.c702 if ((scctx->isc_capenable & IFCAP_RXCSUM) != 0) in ixl_isc_rxd_pkt_get()
H A Dif_ixl.c465 scctx->isc_capabilities = scctx->isc_capenable = IXL_CAPS; in ixl_setup_ssctx()
/freebsd/sys/dev/axgbe/
H A Dif_axgbe_pci.c702 scctx->isc_capenable = (IFCAP_HWCSUM | IFCAP_HWCSUM_IPV6 | in axgbe_init_iflib_softc_ctx()
707 scctx->isc_capabilities = scctx->isc_capenable; in axgbe_init_iflib_softc_ctx()
/freebsd/sys/dev/mgb/
H A Dif_mgb.c365 scctx->isc_capabilities = scctx->isc_capenable = 0; in mgb_attach_pre()
/freebsd/sys/dev/enetc/
H A Dif_enetc.c424 scctx->isc_capabilities = scctx->isc_capenable = ENETC_IFCAPS; in enetc_attach_pre()
/freebsd/sys/dev/aq/
H A Daq_main.c430 scctx->isc_capenable = scctx->isc_capabilities; in aq_if_attach_pre()
/freebsd/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c437 scctx->isc_capabilities = scctx->isc_capenable = in vmxnet3_attach_pre()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c2782 scctx->isc_capabilities = scctx->isc_capenable = in bnxt_attach_pre()
2797 scctx->isc_capenable |= IFCAP_WOL_MAGIC; in bnxt_attach_pre()