Searched refs:IFCAP_HWRXTSTMP (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/net/ |
| H A D | if.h | 292 #define IFCAP_HWRXTSTMP IFCAP_BIT(IFCAP_B_HWRXTSTMP) macro
|
| /freebsd/sbin/ifconfig/ |
| H A D | ifconfig.c | 2160 DEF_CMD("hwrxtstmp", IFCAP_HWRXTSTMP, setifcap), 2161 DEF_CMD("-hwrxtstmp", IFCAP_HWRXTSTMP, clearifcap),
|
| /freebsd/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_main.c | 3699 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 D | t4_main.c | 2821 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 D | t4_sge.c | 4051 if (if_getcapenable(ifp) & IFCAP_HWRXTSTMP) in alloc_rxq()
|