Lines Matching refs:fm10k_intfc

190 	struct fm10k_intfc *interface;
294 struct fm10k_intfc { struct
403 static inline void fm10k_mbx_lock(struct fm10k_intfc *interface) in fm10k_mbx_lock() argument
408 static inline void fm10k_mbx_unlock(struct fm10k_intfc *interface) in fm10k_mbx_unlock()
413 static inline int fm10k_mbx_trylock(struct fm10k_intfc *interface) in fm10k_mbx_trylock()
484 int fm10k_init_queueing_scheme(struct fm10k_intfc *interface);
485 void fm10k_clear_queueing_scheme(struct fm10k_intfc *interface);
489 void fm10k_tx_timeout_reset(struct fm10k_intfc *interface);
495 void fm10k_mbx_free_irq(struct fm10k_intfc *);
496 int fm10k_mbx_request_irq(struct fm10k_intfc *);
497 void fm10k_qv_free_irq(struct fm10k_intfc *interface);
498 int fm10k_qv_request_irq(struct fm10k_intfc *interface);
501 void fm10k_up(struct fm10k_intfc *interface);
502 void fm10k_down(struct fm10k_intfc *interface);
503 void fm10k_update_stats(struct fm10k_intfc *interface);
504 void fm10k_service_event_schedule(struct fm10k_intfc *interface);
505 void fm10k_macvlan_schedule(struct fm10k_intfc *interface);
506 void fm10k_update_rx_drop_en(struct fm10k_intfc *interface);
514 void fm10k_clean_all_rx_rings(struct fm10k_intfc *);
515 void fm10k_clean_all_tx_rings(struct fm10k_intfc *);
518 void fm10k_restore_rx_state(struct fm10k_intfc *);
519 void fm10k_reset_rx_state(struct fm10k_intfc *);
523 int fm10k_queue_vlan_request(struct fm10k_intfc *interface, u32 vid,
525 int fm10k_queue_mac_request(struct fm10k_intfc *interface, u16 glort,
527 void fm10k_clear_macvlan_queue(struct fm10k_intfc *interface,
532 void fm10k_write_reta(struct fm10k_intfc *interface, const u32 *indir);
535 s32 fm10k_iov_event(struct fm10k_intfc *interface);
536 s32 fm10k_iov_mbx(struct fm10k_intfc *interface);
541 s32 fm10k_iov_update_pvid(struct fm10k_intfc *interface, u16 glort, u16 pvid);
554 void fm10k_dbg_intfc_init(struct fm10k_intfc *interface);
555 void fm10k_dbg_intfc_exit(struct fm10k_intfc *interface);
561 static inline void fm10k_dbg_intfc_init(struct fm10k_intfc *interface) {} in fm10k_dbg_intfc_init()
562 static inline void fm10k_dbg_intfc_exit(struct fm10k_intfc *interface) {} in fm10k_dbg_intfc_exit()