Searched refs:qede_ptp (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/qlogic/qede/ |
D | qede_ptp.c | 10 struct qede_ptp { struct 40 struct qede_ptp *ptp = container_of(info, struct qede_ptp, clock_info); in qede_ptp_adjfreq() argument 61 struct qede_ptp *ptp; in qede_ptp_adjtime() 63 ptp = container_of(info, struct qede_ptp, clock_info); in qede_ptp_adjtime() 79 struct qede_ptp *ptp; in qede_ptp_gettime() 82 ptp = container_of(info, struct qede_ptp, clock_info); in qede_ptp_gettime() 100 struct qede_ptp *ptp; in qede_ptp_settime() 103 ptp = container_of(info, struct qede_ptp, clock_info); in qede_ptp_settime() 124 struct qede_ptp *ptp; in qede_ptp_ancillary_feature_enable() 126 ptp = container_of(info, struct qede_ptp, clock_info); in qede_ptp_ancillary_feature_enable() [all …]
|
D | Makefile | 6 qede-y := qede_main.o qede_fp.o qede_filter.o qede_ethtool.o qede_ptp.o
|
D | qede.h | 137 struct qede_ptp; 182 struct qede_ptp *ptp;
|