Lines Matching refs:interface
186 struct fm10k_intfc *interface; member
393 static inline void fm10k_mbx_lock(struct fm10k_intfc *interface) in fm10k_mbx_lock() argument
395 spin_lock(&interface->mbx_lock); in fm10k_mbx_lock()
398 static inline void fm10k_mbx_unlock(struct fm10k_intfc *interface) in fm10k_mbx_unlock() argument
400 spin_unlock(&interface->mbx_lock); in fm10k_mbx_unlock()
403 static inline int fm10k_mbx_trylock(struct fm10k_intfc *interface) in fm10k_mbx_trylock() argument
405 return spin_trylock(&interface->mbx_lock); 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);
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);
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() argument
554 static inline void fm10k_dbg_intfc_exit(struct fm10k_intfc *interface) {} in fm10k_dbg_intfc_exit() argument