Searched refs:IFCAP_HWRXTSTMP (Results 1 – 5 of 5) sorted by relevance
248 #define IFCAP_HWRXTSTMP 0x2000000 /* hardware rx timestamping */ macro
1697 DEF_CMD("hwrxtstmp", IFCAP_HWRXTSTMP, setifcap),1698 DEF_CMD("-hwrxtstmp", -IFCAP_HWRXTSTMP, setifcap),
3422 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()
1724 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()
3762 if (vi->ifp->if_capenable & IFCAP_HWRXTSTMP) in alloc_rxq()