Home
last modified time | relevance | path

Searched refs:IFCAP_HWRXTSTMP (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/net/
H A Dif.h292 #define IFCAP_HWRXTSTMP IFCAP_BIT(IFCAP_B_HWRXTSTMP) macro
/freebsd/sbin/ifconfig/
H A Difconfig.c2160 DEF_CMD("hwrxtstmp", IFCAP_HWRXTSTMP, setifcap),
2161 DEF_CMD("-hwrxtstmp", IFCAP_HWRXTSTMP, clearifcap),
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3699 if (mask & IFCAP_HWRXTSTMP) { in mlx5e_ioctl()
3700 if_togglecapenable(ifp, IFCAP_HWRXTSTMP); in mlx5e_ioctl()
3701 if (if_getcapenable(ifp) & IFCAP_HWRXTSTMP) { in mlx5e_ioctl()
4614 if_setcapabilitiesbit(ifp, IFCAP_HWSTATS | IFCAP_HWRXTSTMP, 0); in mlx5e_create_ifp()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c2821 IFCAP_HWRXTSTMP | IFCAP_MEXTPG | IFCAP_NV)
3242 if (mask & IFCAP_HWRXTSTMP) { in cxgbe_ioctl()
3246 if_togglecapenable(ifp, IFCAP_HWRXTSTMP); in cxgbe_ioctl()
3248 if (if_getcapenable(ifp) & IFCAP_HWRXTSTMP) in cxgbe_ioctl()
H A Dt4_sge.c4051 if (if_getcapenable(ifp) & IFCAP_HWRXTSTMP) in alloc_rxq()