Lines Matching refs:fm10k_intfc

186 	struct fm10k_intfc *interface;
290 struct fm10k_intfc { struct
399 static inline void fm10k_mbx_lock(struct fm10k_intfc *interface) in fm10k_mbx_lock() argument
404 static inline void fm10k_mbx_unlock(struct fm10k_intfc *interface) in fm10k_mbx_unlock()
409 static inline int fm10k_mbx_trylock(struct fm10k_intfc *interface) in fm10k_mbx_trylock()
480 int fm10k_init_queueing_scheme(struct fm10k_intfc *interface);
481 void fm10k_clear_queueing_scheme(struct fm10k_intfc *interface);
485 void fm10k_tx_timeout_reset(struct fm10k_intfc *interface);
491 void fm10k_mbx_free_irq(struct fm10k_intfc *);
492 int fm10k_mbx_request_irq(struct fm10k_intfc *);
493 void fm10k_qv_free_irq(struct fm10k_intfc *interface);
494 int fm10k_qv_request_irq(struct fm10k_intfc *interface);
497 void fm10k_up(struct fm10k_intfc *interface);
498 void fm10k_down(struct fm10k_intfc *interface);
499 void fm10k_update_stats(struct fm10k_intfc *interface);
500 void fm10k_service_event_schedule(struct fm10k_intfc *interface);
501 void fm10k_macvlan_schedule(struct fm10k_intfc *interface);
502 void fm10k_update_rx_drop_en(struct fm10k_intfc *interface);
510 void fm10k_clean_all_rx_rings(struct fm10k_intfc *);
511 void fm10k_clean_all_tx_rings(struct fm10k_intfc *);
514 void fm10k_restore_rx_state(struct fm10k_intfc *);
515 void fm10k_reset_rx_state(struct fm10k_intfc *);
519 int fm10k_queue_vlan_request(struct fm10k_intfc *interface, u32 vid,
521 int fm10k_queue_mac_request(struct fm10k_intfc *interface, u16 glort,
523 void fm10k_clear_macvlan_queue(struct fm10k_intfc *interface,
528 void fm10k_write_reta(struct fm10k_intfc *interface, const u32 *indir);
531 s32 fm10k_iov_event(struct fm10k_intfc *interface);
532 s32 fm10k_iov_mbx(struct fm10k_intfc *interface);
537 s32 fm10k_iov_update_pvid(struct fm10k_intfc *interface, u16 glort, u16 pvid);
550 void fm10k_dbg_intfc_init(struct fm10k_intfc *interface);
551 void fm10k_dbg_intfc_exit(struct fm10k_intfc *interface);
557 static inline void fm10k_dbg_intfc_init(struct fm10k_intfc *interface) {} in fm10k_dbg_intfc_init()
558 static inline void fm10k_dbg_intfc_exit(struct fm10k_intfc *interface) {} in fm10k_dbg_intfc_exit()