Lines Matching refs:fm10k_intfc
200 struct fm10k_intfc *interface;
248 struct fm10k_intfc { struct
374 static inline void fm10k_mbx_lock(struct fm10k_intfc *interface) in fm10k_mbx_lock() argument
383 static inline void fm10k_mbx_unlock(struct fm10k_intfc *interface) in fm10k_mbx_unlock()
390 static inline int fm10k_mbx_trylock(struct fm10k_intfc *interface) in fm10k_mbx_trylock()
461 int fm10k_init_queueing_scheme(struct fm10k_intfc *interface);
462 void fm10k_clear_queueing_scheme(struct fm10k_intfc *interface);
466 void fm10k_tx_timeout_reset(struct fm10k_intfc *interface);
471 void fm10k_mbx_free_irq(struct fm10k_intfc *);
472 int fm10k_mbx_request_irq(struct fm10k_intfc *);
473 void fm10k_qv_free_irq(struct fm10k_intfc *interface);
474 int fm10k_qv_request_irq(struct fm10k_intfc *interface);
477 void fm10k_up(struct fm10k_intfc *interface);
478 void fm10k_down(struct fm10k_intfc *interface);
479 void fm10k_update_stats(struct fm10k_intfc *interface);
480 void fm10k_service_event_schedule(struct fm10k_intfc *interface);
481 void fm10k_update_rx_drop_en(struct fm10k_intfc *interface);
492 void fm10k_clean_all_rx_rings(struct fm10k_intfc *);
493 void fm10k_clean_all_tx_rings(struct fm10k_intfc *);
496 void fm10k_restore_rx_state(struct fm10k_intfc *);
497 void fm10k_reset_rx_state(struct fm10k_intfc *);
506 s32 fm10k_iov_event(struct fm10k_intfc *interface);
507 s32 fm10k_iov_mbx(struct fm10k_intfc *interface);
512 s32 fm10k_iov_update_pvid(struct fm10k_intfc *interface, u16 glort, u16 pvid);
525 void fm10k_dbg_intfc_init(struct fm10k_intfc *interface);
526 void fm10k_dbg_intfc_exit(struct fm10k_intfc *interface);
532 static inline void fm10k_dbg_intfc_init(struct fm10k_intfc *interface) {} in fm10k_dbg_intfc_init()
533 static inline void fm10k_dbg_intfc_exit(struct fm10k_intfc *interface) {} in fm10k_dbg_intfc_exit()
539 void fm10k_systime_to_hwtstamp(struct fm10k_intfc *interface,
542 void fm10k_ts_tx_enqueue(struct fm10k_intfc *interface, struct sk_buff *skb);
543 void fm10k_ts_tx_hwtstamp(struct fm10k_intfc *interface, __le16 dglort,
545 void fm10k_ts_reset(struct fm10k_intfc *interface);
546 void fm10k_ts_init(struct fm10k_intfc *interface);
547 void fm10k_ts_tx_subtask(struct fm10k_intfc *interface);
548 void fm10k_ptp_register(struct fm10k_intfc *interface);
549 void fm10k_ptp_unregister(struct fm10k_intfc *interface);