Home
last modified time | relevance | path

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

/freebsd-12.1/sys/net/
H A Diflib.h216 int isc_capenable; member
H A Diflib.c4550 if_setcapenable(ifp, scctx->isc_capenable | IFCAP_HWSTATS); in iflib_device_register()
4810 if_setcapenable(ifp, scctx->isc_capenable | IFCAP_HWSTATS | IFCAP_LINKSTATE); in iflib_pseudo_register()
/freebsd-12.1/sys/dev/e1000/
H A Dif_em.c828 scctx->isc_capabilities = scctx->isc_capenable = IGB_CAPS; in em_if_attach_pre()
850 scctx->isc_capabilities = scctx->isc_capenable = EM_CAPS; in em_if_attach_pre()
867 scctx->isc_capenable &= ~(IFCAP_TSO4 | IFCAP_VLAN_HWTSO); in em_if_attach_pre()
886 scctx->isc_capabilities = scctx->isc_capenable = LEM_CAPS; in em_if_attach_pre()
888 scctx->isc_capenable &= ~(IFCAP_HWCSUM|IFCAP_VLAN_HWCSUM); in em_if_attach_pre()
1071 scctx->isc_capenable &= ~IFCAP_WOL; in em_if_attach_pre()
1073 scctx->isc_capenable |= IFCAP_WOL_MAGIC; in em_if_attach_pre()
/freebsd-12.1/sys/dev/bnxt/
H A Dif_bnxt.c789 scctx->isc_capabilities = scctx->isc_capenable = in bnxt_attach_pre()
801 scctx->isc_capenable |= IFCAP_WOL_MAGIC; in bnxt_attach_pre()
/freebsd-12.1/sys/dev/ixl/
H A Dif_ixl.c566 scctx->isc_capabilities = scctx->isc_capenable = IXL_CAPS; in ixl_if_attach_pre()
H A Dif_iavf.c470 scctx->isc_capabilities = scctx->isc_capenable = IXL_CAPS; in iavf_if_attach_pre()
/freebsd-12.1/sys/dev/ixgbe/
H A Dif_ixv.c512 scctx->isc_capenable = scctx->isc_capabilities; in ixv_if_attach_pre()
H A Dif_ix.c1027 scctx->isc_capabilities = scctx->isc_capenable = IXGBE_CAPS; in ixgbe_if_attach_pre()
/freebsd-12.1/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c419 scctx->isc_capabilities = scctx->isc_capenable = in vmxnet3_attach_pre()