Lines Matching refs:fm10k_intfc

186 	struct fm10k_intfc *interface;
284 struct fm10k_intfc { struct
393 static inline void fm10k_mbx_lock(struct fm10k_intfc *interface) in fm10k_mbx_lock() argument
398 static inline void fm10k_mbx_unlock(struct fm10k_intfc *interface) in fm10k_mbx_unlock()
403 static inline int fm10k_mbx_trylock(struct fm10k_intfc *interface) in fm10k_mbx_trylock()
473 int fm10k_init_queueing_scheme(struct fm10k_intfc *interface);
474 void fm10k_clear_queueing_scheme(struct fm10k_intfc *interface);
478 void fm10k_tx_timeout_reset(struct fm10k_intfc *interface);
484 void fm10k_mbx_free_irq(struct fm10k_intfc *);
485 int fm10k_mbx_request_irq(struct fm10k_intfc *);
486 void fm10k_qv_free_irq(struct fm10k_intfc *interface);
487 int fm10k_qv_request_irq(struct fm10k_intfc *interface);
490 void fm10k_up(struct fm10k_intfc *interface);
491 void fm10k_down(struct fm10k_intfc *interface);
492 void fm10k_update_stats(struct fm10k_intfc *interface);
493 void fm10k_service_event_schedule(struct fm10k_intfc *interface);
494 void fm10k_macvlan_schedule(struct fm10k_intfc *interface);
495 void fm10k_update_rx_drop_en(struct fm10k_intfc *interface);
503 void fm10k_clean_all_rx_rings(struct fm10k_intfc *);
504 void fm10k_clean_all_tx_rings(struct fm10k_intfc *);
507 void fm10k_restore_rx_state(struct fm10k_intfc *);
508 void fm10k_reset_rx_state(struct fm10k_intfc *);
512 int fm10k_queue_vlan_request(struct fm10k_intfc *interface, u32 vid,
514 int fm10k_queue_mac_request(struct fm10k_intfc *interface, u16 glort,
516 void fm10k_clear_macvlan_queue(struct fm10k_intfc *interface,
521 void fm10k_write_reta(struct fm10k_intfc *interface, const u32 *indir);
524 s32 fm10k_iov_event(struct fm10k_intfc *interface);
525 s32 fm10k_iov_mbx(struct fm10k_intfc *interface);
530 void fm10k_iov_update_stats(struct fm10k_intfc *interface);
531 s32 fm10k_iov_update_pvid(struct fm10k_intfc *interface, u16 glort, u16 pvid);
546 void fm10k_dbg_intfc_init(struct fm10k_intfc *interface);
547 void fm10k_dbg_intfc_exit(struct fm10k_intfc *interface);
553 static inline void fm10k_dbg_intfc_init(struct fm10k_intfc *interface) {} in fm10k_dbg_intfc_init()
554 static inline void fm10k_dbg_intfc_exit(struct fm10k_intfc *interface) {} in fm10k_dbg_intfc_exit()