Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h260 struct ixgbe_q_vector *q_vector; /* backpointer to host q_vector */
382 struct ixgbe_q_vector { struct
415 static inline void ixgbe_qv_init_lock(struct ixgbe_q_vector *q_vector) in ixgbe_qv_init_lock() argument
422 static inline bool ixgbe_qv_lock_napi(struct ixgbe_q_vector *q_vector) in ixgbe_qv_lock_napi()
435 static inline void ixgbe_qv_unlock_napi(struct ixgbe_q_vector *q_vector) in ixgbe_qv_unlock_napi()
448 static inline bool ixgbe_qv_lock_poll(struct ixgbe_q_vector *q_vector) in ixgbe_qv_lock_poll()
460 static inline void ixgbe_qv_unlock_poll(struct ixgbe_q_vector *q_vector) in ixgbe_qv_unlock_poll()
469 static inline bool ixgbe_qv_busy_polling(struct ixgbe_q_vector *q_vector) in ixgbe_qv_busy_polling()
475 static inline bool ixgbe_qv_disable(struct ixgbe_q_vector *q_vector) in ixgbe_qv_disable()
484 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.c1092 static bool ixgbe_clean_tx_irq(struct ixgbe_q_vector *q_vector, in ixgbe_clean_tx_irq()
1312 static void ixgbe_update_dca(struct ixgbe_q_vector *q_vector) in ixgbe_update_dca()
1659 static void ixgbe_rx_skb(struct ixgbe_q_vector *q_vector, in ixgbe_rx_skb()
2045 static int ixgbe_clean_rx_irq(struct ixgbe_q_vector *q_vector, in ixgbe_clean_rx_irq()
2147 struct ixgbe_q_vector *q_vector = in ixgbe_low_latency_recv()
2148 container_of(napi, struct ixgbe_q_vector, napi); in ixgbe_low_latency_recv()
2186 struct ixgbe_q_vector *q_vector; in ixgbe_configure_msix()
2260 static void ixgbe_update_itr(struct ixgbe_q_vector *q_vector, in ixgbe_update_itr()
2317 void ixgbe_write_eitr(struct ixgbe_q_vector *q_vector) in ixgbe_write_eitr()
2345 static void ixgbe_set_itr(struct ixgbe_q_vector *q_vector) in ixgbe_set_itr()
[all …]
Dixgbe_ethtool.c2252 struct ixgbe_q_vector *q_vector; in ixgbe_set_coalesce()