Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h92 struct ixgbevf_q_vector *q_vector; /* backpointer to q_vector */
231 struct ixgbevf_q_vector { struct
308 struct ixgbevf_q_vector *q_vector[MAX_MSIX_Q_VECTORS];
453 extern void ixgbevf_write_eitr(struct ixgbevf_q_vector *q_vector);
H A Dixgbevf_main.c113 static void ixgbevf_set_itr(struct ixgbevf_q_vector *q_vector);
268 static bool ixgbevf_clean_tx_irq(struct ixgbevf_q_vector *q_vector, in ixgbevf_clean_tx_irq()
433 static void ixgbevf_rx_skb(struct ixgbevf_q_vector *q_vector, in ixgbevf_rx_skb()
1116 static int ixgbevf_clean_rx_irq(struct ixgbevf_q_vector *q_vector, in ixgbevf_clean_rx_irq()
1273 struct ixgbevf_q_vector *q_vector = in ixgbevf_poll()
1274 container_of(napi, struct ixgbevf_q_vector, napi); in ixgbevf_poll()
1327 void ixgbevf_write_eitr(struct ixgbevf_q_vector *q_vector) in ixgbevf_write_eitr()
1351 struct ixgbevf_q_vector *q_vector; in ixgbevf_configure_msix()
1417 static void ixgbevf_update_itr(struct ixgbevf_q_vector *q_vector, in ixgbevf_update_itr()
1466 static void ixgbevf_set_itr(struct ixgbevf_q_vector *q_vector) in ixgbevf_set_itr()
[all …]