Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h91 struct ixgbevf_q_vector *q_vector; /* backpointer to q_vector */
229 struct ixgbevf_q_vector { struct
322 struct ixgbevf_q_vector *q_vector[MAX_MSIX_Q_VECTORS];
452 extern void ixgbevf_write_eitr(struct ixgbevf_q_vector *q_vector);
Dixgbevf_main.c111 static void ixgbevf_set_itr(struct ixgbevf_q_vector *q_vector);
265 static bool ixgbevf_clean_tx_irq(struct ixgbevf_q_vector *q_vector, in ixgbevf_clean_tx_irq()
427 static void ixgbevf_rx_skb(struct ixgbevf_q_vector *q_vector, in ixgbevf_rx_skb()
1107 static int ixgbevf_clean_rx_irq(struct ixgbevf_q_vector *q_vector, in ixgbevf_clean_rx_irq()
1256 struct ixgbevf_q_vector *q_vector = in ixgbevf_poll()
1257 container_of(napi, struct ixgbevf_q_vector, napi); in ixgbevf_poll()
1306 void ixgbevf_write_eitr(struct ixgbevf_q_vector *q_vector) in ixgbevf_write_eitr()
1330 struct ixgbevf_q_vector *q_vector; in ixgbevf_configure_msix()
1396 static void ixgbevf_update_itr(struct ixgbevf_q_vector *q_vector, in ixgbevf_update_itr()
1442 static void ixgbevf_set_itr(struct ixgbevf_q_vector *q_vector) in ixgbevf_set_itr()
[all …]
Dethtool.c823 struct ixgbevf_q_vector *q_vector; in ixgbevf_set_coalesce()