Searched refs:IFCAP_HWRXTSTMP (Results 1 – 5 of 5) sorted by relevance
247 #define IFCAP_HWRXTSTMP 0x2000000 /* hardware rx timestamping */ macro
1746 DEF_CMD("hwrxtstmp", IFCAP_HWRXTSTMP, setifcap),1747 DEF_CMD("-hwrxtstmp", -IFCAP_HWRXTSTMP, setifcap),
3603 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()
2551 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()
4047 if (ifp->if_capenable & IFCAP_HWRXTSTMP) in alloc_rxq()