Lines Matching refs:fm10k_intfc

193 	struct fm10k_intfc *interface;
241 struct fm10k_intfc { struct
355 static inline void fm10k_mbx_lock(struct fm10k_intfc *interface) in fm10k_mbx_lock() argument
364 static inline void fm10k_mbx_unlock(struct fm10k_intfc *interface) in fm10k_mbx_unlock()
371 static inline int fm10k_mbx_trylock(struct fm10k_intfc *interface) in fm10k_mbx_trylock()
442 int fm10k_init_queueing_scheme(struct fm10k_intfc *interface);
443 void fm10k_clear_queueing_scheme(struct fm10k_intfc *interface);
447 void fm10k_tx_timeout_reset(struct fm10k_intfc *interface);
452 void fm10k_mbx_free_irq(struct fm10k_intfc *);
453 int fm10k_mbx_request_irq(struct fm10k_intfc *);
454 void fm10k_qv_free_irq(struct fm10k_intfc *interface);
455 int fm10k_qv_request_irq(struct fm10k_intfc *interface);
458 void fm10k_up(struct fm10k_intfc *interface);
459 void fm10k_down(struct fm10k_intfc *interface);
460 void fm10k_update_stats(struct fm10k_intfc *interface);
461 void fm10k_service_event_schedule(struct fm10k_intfc *interface);
462 void fm10k_update_rx_drop_en(struct fm10k_intfc *interface);
473 void fm10k_clean_all_rx_rings(struct fm10k_intfc *);
474 void fm10k_clean_all_tx_rings(struct fm10k_intfc *);
477 void fm10k_restore_rx_state(struct fm10k_intfc *);
478 void fm10k_reset_rx_state(struct fm10k_intfc *);
487 s32 fm10k_iov_event(struct fm10k_intfc *interface);
488 s32 fm10k_iov_mbx(struct fm10k_intfc *interface);
493 s32 fm10k_iov_update_pvid(struct fm10k_intfc *interface, u16 glort, u16 pvid);
506 void fm10k_dbg_intfc_init(struct fm10k_intfc *interface);
507 void fm10k_dbg_intfc_exit(struct fm10k_intfc *interface);
513 static inline void fm10k_dbg_intfc_init(struct fm10k_intfc *interface) {} in fm10k_dbg_intfc_init()
514 static inline void fm10k_dbg_intfc_exit(struct fm10k_intfc *interface) {} in fm10k_dbg_intfc_exit()
520 void fm10k_systime_to_hwtstamp(struct fm10k_intfc *interface,
523 void fm10k_ts_tx_enqueue(struct fm10k_intfc *interface, struct sk_buff *skb);
524 void fm10k_ts_tx_hwtstamp(struct fm10k_intfc *interface, __le16 dglort,
526 void fm10k_ts_reset(struct fm10k_intfc *interface);
527 void fm10k_ts_init(struct fm10k_intfc *interface);
528 void fm10k_ts_tx_subtask(struct fm10k_intfc *interface);
529 void fm10k_ptp_register(struct fm10k_intfc *interface);
530 void fm10k_ptp_unregister(struct fm10k_intfc *interface);