Home
last modified time | relevance | path

Searched refs:ixgbevf_q_vector (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h190 struct ixgbevf_q_vector { struct
219 static inline void ixgbevf_qv_init_lock(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_init_lock() argument
226 static inline bool ixgbevf_qv_lock_napi(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_lock_napi()
247 static inline bool ixgbevf_qv_unlock_napi(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_unlock_napi()
264 static inline bool ixgbevf_qv_lock_poll(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_lock_poll()
284 static inline bool ixgbevf_qv_unlock_poll(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_unlock_poll()
300 static inline bool ixgbevf_qv_busy_polling(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_busy_polling()
307 static inline bool ixgbevf_qv_disable(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_disable()
380 struct ixgbevf_q_vector *q_vector[MAX_MSIX_Q_VECTORS];
491 extern void ixgbevf_write_eitr(struct ixgbevf_q_vector *q_vector);
Dixgbevf_main.c118 static void ixgbevf_set_itr(struct ixgbevf_q_vector *q_vector);
290 static bool ixgbevf_clean_tx_irq(struct ixgbevf_q_vector *q_vector, in ixgbevf_clean_tx_irq()
444 static void ixgbevf_rx_skb(struct ixgbevf_q_vector *q_vector, in ixgbevf_rx_skb()
912 static int ixgbevf_clean_rx_irq(struct ixgbevf_q_vector *q_vector, in ixgbevf_clean_rx_irq()
1008 struct ixgbevf_q_vector *q_vector = in ixgbevf_poll()
1009 container_of(napi, struct ixgbevf_q_vector, napi); in ixgbevf_poll()
1059 void ixgbevf_write_eitr(struct ixgbevf_q_vector *q_vector) in ixgbevf_write_eitr()
1078 struct ixgbevf_q_vector *q_vector = in ixgbevf_busy_poll_recv()
1079 container_of(napi, struct ixgbevf_q_vector, napi); in ixgbevf_busy_poll_recv()
1117 struct ixgbevf_q_vector *q_vector; in ixgbevf_configure_msix()
[all …]
Dethtool.c748 struct ixgbevf_q_vector *q_vector; in ixgbevf_set_coalesce()