Home
last modified time | relevance | path

Searched defs:q_vector (Results 1 – 25 of 25) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_debugfs.c135 struct fm10k_q_vector *q_vector = ring->q_vector; in fm10k_dbg_desc_open() local
169 void fm10k_dbg_q_vector_init(struct fm10k_q_vector *q_vector) in fm10k_dbg_q_vector_init()
212 void fm10k_dbg_q_vector_exit(struct fm10k_q_vector *q_vector) in fm10k_dbg_q_vector_exit()
Dfm10k_main.c590 static void fm10k_receive_skb(struct fm10k_q_vector *q_vector, in fm10k_receive_skb()
596 static int fm10k_clean_rx_irq(struct fm10k_q_vector *q_vector, in fm10k_clean_rx_irq()
1204 static bool fm10k_clean_tx_irq(struct fm10k_q_vector *q_vector, in fm10k_clean_tx_irq()
1399 static void fm10k_qv_enable(struct fm10k_q_vector *q_vector) in fm10k_qv_enable()
1422 struct fm10k_q_vector *q_vector = in fm10k_poll() local
1574 struct fm10k_q_vector *q_vector; in fm10k_alloc_q_vector() local
1673 struct fm10k_q_vector *q_vector = interface->q_vector[v_idx]; in fm10k_free_q_vector() local
Dfm10k_pci.c835 struct fm10k_q_vector *q_vector; in fm10k_napi_enable_all() local
846 struct fm10k_q_vector *q_vector = data; in fm10k_msix_clean_rings() local
1449 struct fm10k_q_vector *q_vector; in fm10k_qv_free_irq() local
1484 struct fm10k_q_vector *q_vector = interface->q_vector[vector]; in fm10k_qv_request_irq() local
1528 struct fm10k_q_vector *q_vector; in fm10k_qv_request_irq() local
1582 struct fm10k_q_vector *q_vector; in fm10k_napi_disable_all() local
Dfm10k.h120 struct fm10k_q_vector *q_vector;/* backpointer to host q_vector */ member
305 struct fm10k_q_vector *q_vector[MAX_Q_VECTORS]; member
530 static inline void fm10k_dbg_q_vector_init(struct fm10k_q_vector *q_vector) {} in fm10k_dbg_q_vector_init()
531 static inline void fm10k_dbg_q_vector_exit(struct fm10k_q_vector *q_vector) {} in fm10k_dbg_q_vector_exit()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c290 static bool ixgbevf_clean_tx_irq(struct ixgbevf_q_vector *q_vector, in ixgbevf_clean_tx_irq()
444 static void ixgbevf_rx_skb(struct ixgbevf_q_vector *q_vector, in ixgbevf_rx_skb()
911 static int ixgbevf_clean_rx_irq(struct ixgbevf_q_vector *q_vector, in ixgbevf_clean_rx_irq()
1007 struct ixgbevf_q_vector *q_vector = in ixgbevf_poll() local
1060 void ixgbevf_write_eitr(struct ixgbevf_q_vector *q_vector) in ixgbevf_write_eitr()
1079 struct ixgbevf_q_vector *q_vector = in ixgbevf_busy_poll_recv() local
1118 struct ixgbevf_q_vector *q_vector; in ixgbevf_configure_msix() local
1184 static void ixgbevf_update_itr(struct ixgbevf_q_vector *q_vector, in ixgbevf_update_itr()
1230 static void ixgbevf_set_itr(struct ixgbevf_q_vector *q_vector) in ixgbevf_set_itr()
1287 struct ixgbevf_q_vector *q_vector = data; in ixgbevf_msix_clean_rings() local
[all …]
Dixgbevf.h221 static inline void ixgbevf_qv_init_lock(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_init_lock()
228 static inline bool ixgbevf_qv_lock_napi(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_lock_napi()
249 static inline bool ixgbevf_qv_unlock_napi(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_unlock_napi()
266 static inline bool ixgbevf_qv_lock_poll(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_lock_poll()
286 static inline bool ixgbevf_qv_unlock_poll(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_unlock_poll()
302 static inline bool ixgbevf_qv_busy_polling(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_busy_polling()
309 static inline bool ixgbevf_qv_disable(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_disable()
382 struct ixgbevf_q_vector *q_vector[MAX_MSIX_Q_VECTORS]; member
Dethtool.c748 struct ixgbevf_q_vector *q_vector; in ixgbevf_set_coalesce() local
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h260 struct ixgbe_q_vector *q_vector; /* backpointer to host q_vector */ member
415 static inline void ixgbe_qv_init_lock(struct ixgbe_q_vector *q_vector) in ixgbe_qv_init_lock()
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()
488 static inline bool ixgbe_qv_lock_napi(struct ixgbe_q_vector *q_vector) in ixgbe_qv_lock_napi()
[all …]
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() local
2186 struct ixgbe_q_vector *q_vector; in ixgbe_configure_msix() local
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()
2755 struct ixgbe_q_vector *q_vector = data; in ixgbe_msix_clean_rings() local
[all …]
Dixgbe_lib.c805 struct ixgbe_q_vector *q_vector; in ixgbe_alloc_q_vector() local
971 struct ixgbe_q_vector *q_vector = adapter->q_vector[v_idx]; in ixgbe_free_q_vector() local
Dixgbe_ethtool.c2252 struct ixgbe_q_vector *q_vector; in ixgbe_set_coalesce() local
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf_main.c332 struct i40e_q_vector *q_vector = data; in i40evf_msix_clean_rings() local
351 struct i40e_q_vector *q_vector = adapter->q_vector[v_idx]; in i40evf_map_vector_to_rxq() local
372 struct i40e_q_vector *q_vector = adapter->q_vector[v_idx]; in i40evf_map_vector_to_txq() local
490 struct i40e_q_vector *q_vector = adapter->q_vector[vector]; in i40evf_request_traffic_irqs() local
951 struct i40e_q_vector *q_vector; in i40evf_napi_enable_all() local
970 struct i40e_q_vector *q_vector; in i40evf_napi_disable_all() local
1331 struct i40e_q_vector *q_vector; in i40evf_alloc_q_vectors() local
1377 struct i40e_q_vector *q_vector = adapter->q_vector[q_idx]; in i40evf_free_q_vectors() local
Di40e_txrx.c287 static void i40evf_force_wb(struct i40e_vsi *vsi, struct i40e_q_vector *q_vector) in i40evf_force_wb()
774 struct i40e_q_vector *q_vector = rx_ring->q_vector; in i40e_receive_skb() local
1242 struct i40e_q_vector *q_vector) in i40e_update_enable_itr()
1319 struct i40e_q_vector *q_vector = in i40evf_napi_poll() local
Di40evf_virtchnl.c341 struct i40e_q_vector *q_vector; in i40evf_map_queues() local
Di40evf_ethtool.c321 struct i40e_q_vector *q_vector; in i40evf_set_coalesce() local
Di40evf.h193 struct i40e_q_vector *q_vector[MAX_MSIX_Q_VECTORS]; member
Di40e_txrx.h287 struct i40e_q_vector *q_vector; /* Backreference to associated vector */ member
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_main.c795 static void igb_assign_vector(struct igb_q_vector *q_vector, int msix_vector) in igb_assign_vector()
958 struct igb_q_vector *q_vector = adapter->q_vector[i]; in igb_request_msix() local
1008 struct igb_q_vector *q_vector = adapter->q_vector[v_idx]; in igb_free_q_vector() local
1029 struct igb_q_vector *q_vector = adapter->q_vector[v_idx]; in igb_reset_q_vector() local
1196 struct igb_q_vector *q_vector; in igb_alloc_q_vector() local
4433 static void igb_update_ring_itr(struct igb_q_vector *q_vector) in igb_update_ring_itr()
4507 static void igb_update_itr(struct igb_q_vector *q_vector, in igb_update_itr()
4559 static void igb_set_itr(struct igb_q_vector *q_vector) in igb_set_itr()
5505 static void igb_write_itr(struct igb_q_vector *q_vector) in igb_write_itr()
5527 struct igb_q_vector *q_vector = data; in igb_msix_ring() local
[all …]
Digb_ptp.c745 void igb_ptp_rx_pktstamp(struct igb_q_vector *q_vector, in igb_ptp_rx_pktstamp()
767 void igb_ptp_rx_rgtstamp(struct igb_q_vector *q_vector, in igb_ptp_rx_rgtstamp()
Digb.h234 struct igb_q_vector *q_vector; /* backlink to q_vector */ member
416 struct igb_q_vector *q_vector[MAX_Q_VECTORS]; member
Digb_ethtool.c2215 struct igb_q_vector *q_vector = adapter->q_vector[i]; in igb_set_coalesce() local
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c776 void i40e_force_wb(struct i40e_vsi *vsi, struct i40e_q_vector *q_vector) in i40e_force_wb()
1300 struct i40e_q_vector *q_vector = rx_ring->q_vector; in i40e_receive_skb() local
1802 struct i40e_q_vector *q_vector) in i40e_update_enable_itr()
1881 struct i40e_q_vector *q_vector = in i40e_napi_poll() local
Di40e_main.c3088 struct i40e_q_vector *q_vector = vsi->q_vectors[i]; in i40e_vsi_configure_msix() local
3180 struct i40e_q_vector *q_vector = vsi->q_vectors[0]; in i40e_configure_msi_and_legacy() local
3267 struct i40e_q_vector *q_vector = data; in i40e_msix_clean_rings() local
3294 struct i40e_q_vector *q_vector = vsi->q_vectors[vector]; in i40e_vsi_request_irq_msix() local
3442 struct i40e_q_vector *q_vector = vsi->q_vectors[0]; in i40e_intr() local
3629 struct i40e_q_vector *q_vector = data; in i40e_fdir_clean_ring() local
3649 struct i40e_q_vector *q_vector = vsi->q_vectors[v_idx]; in i40e_map_vector_to_qp() local
3689 struct i40e_q_vector *q_vector = vsi->q_vectors[v_start]; in i40e_vsi_map_rings_to_vectors() local
4078 struct i40e_q_vector *q_vector = vsi->q_vectors[v_idx]; in i40e_free_q_vector() local
7620 struct i40e_q_vector *q_vector; in i40e_vsi_alloc_q_vector() local
Di40e_txrx.h292 struct i40e_q_vector *q_vector; /* Backreference to associated vector */ member
Di40e_ethtool.c1879 struct i40e_q_vector *q_vector; in i40e_set_coalesce() local