Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net/
Dif.h248 #define IFCAP_HWRXTSTMP 0x2000000 /* hardware rx timestamping */ macro
/freebsd-12-stable/sbin/ifconfig/
Difconfig.c1697 DEF_CMD("hwrxtstmp", IFCAP_HWRXTSTMP, setifcap),
1698 DEF_CMD("-hwrxtstmp", -IFCAP_HWRXTSTMP, setifcap),
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
Dmlx5_en_main.c3422 if (mask & IFCAP_HWRXTSTMP) { in mlx5e_ioctl()
3423 ifp->if_capenable ^= IFCAP_HWRXTSTMP; in mlx5e_ioctl()
3424 if (ifp->if_capenable & IFCAP_HWRXTSTMP) { in mlx5e_ioctl()
4290 ifp->if_capabilities |= IFCAP_HWSTATS | IFCAP_HWRXTSTMP; in mlx5e_create_ifp()
/freebsd-12-stable/sys/dev/cxgbe/
Dt4_main.c1724 IFCAP_HWRXTSTMP | IFCAP_NOMAP)
2091 if (mask & IFCAP_HWRXTSTMP) { in cxgbe_ioctl()
2095 ifp->if_capenable ^= IFCAP_HWRXTSTMP; in cxgbe_ioctl()
2097 if (ifp->if_capenable & IFCAP_HWRXTSTMP) in cxgbe_ioctl()
Dt4_sge.c3762 if (vi->ifp->if_capenable & IFCAP_HWRXTSTMP) in alloc_rxq()