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

/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h169 struct ixgbevf_q_vector { struct
194 static inline void ixgbevf_qv_init_lock(struct ixgbevf_q_vector *q_vector)
202 static inline bool ixgbevf_qv_lock_napi(struct ixgbevf_q_vector *q_vector)
222 static inline bool ixgbevf_qv_unlock_napi(struct ixgbevf_q_vector *q_vector)
238 static inline bool ixgbevf_qv_lock_poll(struct ixgbevf_q_vector *q_vector)
257 static inline bool ixgbevf_qv_unlock_poll(struct ixgbevf_q_vector *q_vector)
272 static inline bool ixgbevf_qv_busy_polling(struct ixgbevf_q_vector *q_vector)
279 static inline bool ixgbevf_qv_disable(struct ixgbevf_q_vector *q_vector)
345 struct ixgbevf_q_vector *q_vector[MAX_MSIX_Q_VECTORS];
456 extern void ixgbevf_write_eitr(struct ixgbevf_q_vector *q_vecto
[all...]

Completed in 435 milliseconds