Searched defs:fm10k_intfc (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h193 struct fm10k_intfc *interface;
238 struct fm10k_intfc { struct
353 static inline void fm10k_mbx_lock(struct fm10k_intfc *interface)
362 static inline void fm10k_mbx_unlock(struct fm10k_intfc *interface)
369 static inline int fm10k_mbx_trylock(struct fm10k_intfc *interface)
440 int fm10k_init_queueing_scheme(struct fm10k_intfc *interface);
441 void fm10k_clear_queueing_scheme(struct fm10k_intfc *interface);
444 void fm10k_tx_timeout_reset(struct fm10k_intfc *interface);
449 void fm10k_mbx_free_irq(struct fm10k_intfc *);
450 int fm10k_mbx_request_irq(struct fm10k_intfc *);
[all...]

Completed in 68 milliseconds