Home
last modified time | relevance | path

Searched refs:ixgbe_q_vector (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h252 struct ixgbe_q_vector *q_vector; /* backpointer to host q_vector */
374 struct ixgbe_q_vector { struct
407 static inline void ixgbe_qv_init_lock(struct ixgbe_q_vector *q_vector) in ixgbe_qv_init_lock() argument
414 static inline bool ixgbe_qv_lock_napi(struct ixgbe_q_vector *q_vector) in ixgbe_qv_lock_napi()
427 static inline void ixgbe_qv_unlock_napi(struct ixgbe_q_vector *q_vector) in ixgbe_qv_unlock_napi()
440 static inline bool ixgbe_qv_lock_poll(struct ixgbe_q_vector *q_vector) in ixgbe_qv_lock_poll()
452 static inline void ixgbe_qv_unlock_poll(struct ixgbe_q_vector *q_vector) in ixgbe_qv_unlock_poll()
461 static inline bool ixgbe_qv_busy_polling(struct ixgbe_q_vector *q_vector) in ixgbe_qv_busy_polling()
467 static inline bool ixgbe_qv_disable(struct ixgbe_q_vector *q_vector) in ixgbe_qv_disable()
476 static inline void ixgbe_qv_init_lock(struct ixgbe_q_vector *q_vector) in ixgbe_qv_init_lock()
[all …]
Dixgbe_lib.c805 struct ixgbe_q_vector *q_vector; in ixgbe_alloc_q_vector()
813 size = sizeof(struct ixgbe_q_vector) + in ixgbe_alloc_q_vector()
971 struct ixgbe_q_vector *q_vector = adapter->q_vector[v_idx]; in ixgbe_free_q_vector()
Dixgbe_main.c1078 static bool ixgbe_clean_tx_irq(struct ixgbe_q_vector *q_vector, in ixgbe_clean_tx_irq()
1292 static void ixgbe_update_dca(struct ixgbe_q_vector *q_vector) in ixgbe_update_dca()
1619 static void ixgbe_rx_skb(struct ixgbe_q_vector *q_vector, in ixgbe_rx_skb()
2005 static int ixgbe_clean_rx_irq(struct ixgbe_q_vector *q_vector, in ixgbe_clean_rx_irq()
2107 struct ixgbe_q_vector *q_vector = in ixgbe_low_latency_recv()
2108 container_of(napi, struct ixgbe_q_vector, napi); in ixgbe_low_latency_recv()
2146 struct ixgbe_q_vector *q_vector; in ixgbe_configure_msix()
2220 static void ixgbe_update_itr(struct ixgbe_q_vector *q_vector, in ixgbe_update_itr()
2277 void ixgbe_write_eitr(struct ixgbe_q_vector *q_vector) in ixgbe_write_eitr()
2305 static void ixgbe_set_itr(struct ixgbe_q_vector *q_vector) in ixgbe_set_itr()
[all …]
Dixgbe_ethtool.c2247 struct ixgbe_q_vector *q_vector; in ixgbe_set_coalesce()