Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h192 struct ixgbevf_q_vector { struct
221 static inline void ixgbevf_qv_init_lock(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_init_lock() argument
228 static inline bool ixgbevf_qv_lock_napi(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_lock_napi()
249 static inline bool ixgbevf_qv_unlock_napi(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_unlock_napi()
266 static inline bool ixgbevf_qv_lock_poll(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_lock_poll()
286 static inline bool ixgbevf_qv_unlock_poll(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_unlock_poll()
302 static inline bool ixgbevf_qv_busy_polling(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_busy_polling()
309 static inline bool ixgbevf_qv_disable(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_disable()
382 struct ixgbevf_q_vector *q_vector[MAX_MSIX_Q_VECTORS];
502 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()
911 static int ixgbevf_clean_rx_irq(struct ixgbevf_q_vector *q_vector, in ixgbevf_clean_rx_irq()
1007 struct ixgbevf_q_vector *q_vector = in ixgbevf_poll()
1008 container_of(napi, struct ixgbevf_q_vector, napi); in ixgbevf_poll()
1060 void ixgbevf_write_eitr(struct ixgbevf_q_vector *q_vector) in ixgbevf_write_eitr()
1079 struct ixgbevf_q_vector *q_vector = in ixgbevf_busy_poll_recv()
1080 container_of(napi, struct ixgbevf_q_vector, napi); in ixgbevf_busy_poll_recv()
1118 struct ixgbevf_q_vector *q_vector; in ixgbevf_configure_msix()
[all …]
Dethtool.c748 struct ixgbevf_q_vector *q_vector; in ixgbevf_set_coalesce()