Lines Matching refs:fm10k_intfc
28 void fm10k_systime_to_hwtstamp(struct fm10k_intfc *interface, in fm10k_systime_to_hwtstamp()
41 static struct sk_buff *fm10k_ts_tx_skb(struct fm10k_intfc *interface, in fm10k_ts_tx_skb()
55 void fm10k_ts_tx_enqueue(struct fm10k_intfc *interface, struct sk_buff *skb) in fm10k_ts_tx_enqueue()
85 void fm10k_ts_tx_hwtstamp(struct fm10k_intfc *interface, __le16 dglort, in fm10k_ts_tx_hwtstamp()
112 void fm10k_ts_tx_subtask(struct fm10k_intfc *interface) in fm10k_ts_tx_subtask()
137 static u64 fm10k_systime_read(struct fm10k_intfc *interface) in fm10k_systime_read()
144 void fm10k_ts_reset(struct fm10k_intfc *interface) in fm10k_ts_reset()
155 void fm10k_ts_init(struct fm10k_intfc *interface) in fm10k_ts_init()
178 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_get_ts_config()
209 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_set_ts_config()
262 struct fm10k_intfc *interface; in fm10k_ptp_adjfreq()
266 interface = container_of(ptp, struct fm10k_intfc, ptp_caps); in fm10k_ptp_adjfreq()
277 struct fm10k_intfc *interface; in fm10k_ptp_adjtime()
280 interface = container_of(ptp, struct fm10k_intfc, ptp_caps); in fm10k_ptp_adjtime()
291 struct fm10k_intfc *interface; in fm10k_ptp_gettime()
295 interface = container_of(ptp, struct fm10k_intfc, ptp_caps); in fm10k_ptp_gettime()
309 struct fm10k_intfc *interface; in fm10k_ptp_settime()
313 interface = container_of(ptp, struct fm10k_intfc, ptp_caps); in fm10k_ptp_settime()
327 struct fm10k_intfc *interface; in fm10k_ptp_enable()
349 interface = container_of(ptp, struct fm10k_intfc, ptp_caps); in fm10k_ptp_enable()
407 void fm10k_ptp_register(struct fm10k_intfc *interface) in fm10k_ptp_register()
450 void fm10k_ptp_unregister(struct fm10k_intfc *interface) in fm10k_ptp_unregister()