Lines Matching refs:interface
186 struct fm10k_intfc *interface; member
399 static inline void fm10k_mbx_lock(struct fm10k_intfc *interface) in fm10k_mbx_lock() argument
401 spin_lock(&interface->mbx_lock); in fm10k_mbx_lock()
404 static inline void fm10k_mbx_unlock(struct fm10k_intfc *interface) in fm10k_mbx_unlock() argument
406 spin_unlock(&interface->mbx_lock); in fm10k_mbx_unlock()
409 static inline int fm10k_mbx_trylock(struct fm10k_intfc *interface) in fm10k_mbx_trylock() argument
411 return spin_trylock(&interface->mbx_lock); 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);
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);
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() argument
558 static inline void fm10k_dbg_intfc_exit(struct fm10k_intfc *interface) {} in fm10k_dbg_intfc_exit() argument