Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net/
HDif.h247 #define IFCAP_HWRXTSTMP 0x2000000 /* hardware rx timestamping */ macro
/freebsd-13-stable/sbin/ifconfig/
HDifconfig.c1746 DEF_CMD("hwrxtstmp", IFCAP_HWRXTSTMP, setifcap),
1747 DEF_CMD("-hwrxtstmp", -IFCAP_HWRXTSTMP, setifcap),
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
HDmlx5_en_main.c3603 if (mask & IFCAP_HWRXTSTMP) { in mlx5e_ioctl()
3604 ifp->if_capenable ^= IFCAP_HWRXTSTMP; in mlx5e_ioctl()
3605 if (ifp->if_capenable & IFCAP_HWRXTSTMP) { in mlx5e_ioctl()
4557 ifp->if_capabilities |= IFCAP_HWSTATS | IFCAP_HWRXTSTMP; in mlx5e_create_ifp()
/freebsd-13-stable/sys/dev/cxgbe/
HDt4_main.c2551 IFCAP_HWRXTSTMP | IFCAP_MEXTPG)
2964 if (mask & IFCAP_HWRXTSTMP) { in cxgbe_ioctl()
2968 ifp->if_capenable ^= IFCAP_HWRXTSTMP; in cxgbe_ioctl()
2970 if (ifp->if_capenable & IFCAP_HWRXTSTMP) in cxgbe_ioctl()
HDt4_sge.c4047 if (ifp->if_capenable & IFCAP_HWRXTSTMP) in alloc_rxq()