Searched refs:ixgbevf_q_vector (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf.h | 92 struct ixgbevf_q_vector *q_vector; /* backpointer to q_vector */ 231 struct ixgbevf_q_vector { struct 324 struct ixgbevf_q_vector *q_vector[MAX_MSIX_Q_VECTORS]; 461 extern void ixgbevf_write_eitr(struct ixgbevf_q_vector *q_vector);
|
H A D | ixgbevf_main.c | 109 static void ixgbevf_set_itr(struct ixgbevf_q_vector *q_vector); 264 static bool ixgbevf_clean_tx_irq(struct ixgbevf_q_vector *q_vector, in ixgbevf_clean_tx_irq() 429 static void ixgbevf_rx_skb(struct ixgbevf_q_vector *q_vector, in ixgbevf_rx_skb() 1123 static int ixgbevf_clean_rx_irq(struct ixgbevf_q_vector *q_vector, in ixgbevf_clean_rx_irq() 1280 struct ixgbevf_q_vector *q_vector = in ixgbevf_poll() 1281 container_of(napi, struct ixgbevf_q_vector, napi); in ixgbevf_poll() 1334 void ixgbevf_write_eitr(struct ixgbevf_q_vector *q_vector) in ixgbevf_write_eitr() 1358 struct ixgbevf_q_vector *q_vector; in ixgbevf_configure_msix() 1424 static void ixgbevf_update_itr(struct ixgbevf_q_vector *q_vector, in ixgbevf_update_itr() 1473 static void ixgbevf_set_itr(struct ixgbevf_q_vector *q_vecto [all...] |
H A D | ethtool.c | 817 struct ixgbevf_q_vector *q_vector; in ixgbevf_set_coalesce()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf.h | 92 struct ixgbevf_q_vector *q_vector; /* backpointer to q_vector */ 231 struct ixgbevf_q_vector { struct 324 struct ixgbevf_q_vector *q_vector[MAX_MSIX_Q_VECTORS]; 462 extern void ixgbevf_write_eitr(struct ixgbevf_q_vector *q_vector);
|
H A D | ixgbevf_main.c | 109 static void ixgbevf_set_itr(struct ixgbevf_q_vector *q_vector); 264 static bool ixgbevf_clean_tx_irq(struct ixgbevf_q_vector *q_vector, in ixgbevf_clean_tx_irq() 429 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() 1272 struct ixgbevf_q_vector *q_vector = in ixgbevf_poll() 1273 container_of(napi, struct ixgbevf_q_vector, napi); in ixgbevf_poll() 1326 void ixgbevf_write_eitr(struct ixgbevf_q_vector *q_vector) in ixgbevf_write_eitr() 1350 struct ixgbevf_q_vector *q_vector; in ixgbevf_configure_msix() 1416 static void ixgbevf_update_itr(struct ixgbevf_q_vector *q_vector, in ixgbevf_update_itr() 1465 static void ixgbevf_set_itr(struct ixgbevf_q_vector *q_vecto [all...] |
H A D | ethtool.c | 821 struct ixgbevf_q_vector *q_vector; in ixgbevf_set_coalesce()
|
Completed in 13 milliseconds