Home
last modified time | relevance | path

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

/freebsd-14.2/sys/net/
H A Dif.h292 #define IFCAP_HWRXTSTMP IFCAP_BIT(IFCAP_B_HWRXTSTMP) macro
/freebsd-14.2/sbin/ifconfig/
H A Difconfig.c2102 DEF_CMD("hwrxtstmp", IFCAP_HWRXTSTMP, setifcap),
2103 DEF_CMD("-hwrxtstmp", IFCAP_HWRXTSTMP, clearifcap),
/freebsd-14.2/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3630 if (mask & IFCAP_HWRXTSTMP) { in mlx5e_ioctl()
3631 if_togglecapenable(ifp, IFCAP_HWRXTSTMP); in mlx5e_ioctl()
3632 if (if_getcapenable(ifp) & IFCAP_HWRXTSTMP) { in mlx5e_ioctl()
4519 if_setcapabilitiesbit(ifp, IFCAP_HWSTATS | IFCAP_HWRXTSTMP, 0); in mlx5e_create_ifp()
/freebsd-14.2/sys/dev/cxgbe/
H A Dt4_main.c2611 IFCAP_HWRXTSTMP | IFCAP_MEXTPG)
3021 if (mask & IFCAP_HWRXTSTMP) { in cxgbe_ioctl()
3025 if_togglecapenable(ifp, IFCAP_HWRXTSTMP); in cxgbe_ioctl()
3027 if (if_getcapenable(ifp) & IFCAP_HWRXTSTMP) in cxgbe_ioctl()
H A Dt4_sge.c3985 if (if_getcapenable(ifp) & IFCAP_HWRXTSTMP) in alloc_rxq()