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()
111 void fm10k_ts_tx_subtask(struct fm10k_intfc *interface) in fm10k_ts_tx_subtask()
136 static u64 fm10k_systime_read(struct fm10k_intfc *interface) in fm10k_systime_read()
143 void fm10k_ts_reset(struct fm10k_intfc *interface) in fm10k_ts_reset()
154 void fm10k_ts_init(struct fm10k_intfc *interface) in fm10k_ts_init()
177 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_get_ts_config()
208 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_set_ts_config()
261 struct fm10k_intfc *interface; in fm10k_ptp_adjfreq()
265 interface = container_of(ptp, struct fm10k_intfc, ptp_caps); in fm10k_ptp_adjfreq()
276 struct fm10k_intfc *interface; in fm10k_ptp_adjtime()
279 interface = container_of(ptp, struct fm10k_intfc, ptp_caps); in fm10k_ptp_adjtime()
290 struct fm10k_intfc *interface; in fm10k_ptp_gettime()
294 interface = container_of(ptp, struct fm10k_intfc, ptp_caps); in fm10k_ptp_gettime()
308 struct fm10k_intfc *interface; in fm10k_ptp_settime()
312 interface = container_of(ptp, struct fm10k_intfc, ptp_caps); in fm10k_ptp_settime()
326 struct fm10k_intfc *interface; in fm10k_ptp_enable()
348 interface = container_of(ptp, struct fm10k_intfc, ptp_caps); in fm10k_ptp_enable()
406 void fm10k_ptp_register(struct fm10k_intfc *interface) in fm10k_ptp_register()
449 void fm10k_ptp_unregister(struct fm10k_intfc *interface) in fm10k_ptp_unregister()