/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_debugfs.c | 134 struct fm10k_q_vector *q_vector = ring->q_vector; in fm10k_dbg_desc_open() local 168 void fm10k_dbg_q_vector_init(struct fm10k_q_vector *q_vector) in fm10k_dbg_q_vector_init() 211 void fm10k_dbg_q_vector_exit(struct fm10k_q_vector *q_vector) in fm10k_dbg_q_vector_exit()
|
D | fm10k_main.c | 599 static void fm10k_receive_skb(struct fm10k_q_vector *q_vector, in fm10k_receive_skb() 605 static bool fm10k_clean_rx_irq(struct fm10k_q_vector *q_vector, in fm10k_clean_rx_irq() 1217 static bool fm10k_clean_tx_irq(struct fm10k_q_vector *q_vector, in fm10k_clean_tx_irq() 1412 static void fm10k_qv_enable(struct fm10k_q_vector *q_vector) in fm10k_qv_enable() 1435 struct fm10k_q_vector *q_vector = in fm10k_poll() local 1584 struct fm10k_q_vector *q_vector; in fm10k_alloc_q_vector() local 1683 struct fm10k_q_vector *q_vector = interface->q_vector[v_idx]; in fm10k_free_q_vector() local
|
D | fm10k_pci.c | 800 struct fm10k_q_vector *q_vector; in fm10k_napi_enable_all() local 811 struct fm10k_q_vector *q_vector = data; in fm10k_msix_clean_rings() local 1388 struct fm10k_q_vector *q_vector; in fm10k_qv_free_irq() local 1423 struct fm10k_q_vector *q_vector = interface->q_vector[vector]; in fm10k_qv_request_irq() local 1467 struct fm10k_q_vector *q_vector; in fm10k_qv_request_irq() local 1521 struct fm10k_q_vector *q_vector; in fm10k_napi_disable_all() local
|
D | fm10k.h | 113 struct fm10k_q_vector *q_vector;/* backpointer to host q_vector */ member 286 struct fm10k_q_vector *q_vector[MAX_Q_VECTORS]; member 511 static inline void fm10k_dbg_q_vector_init(struct fm10k_q_vector *q_vector) {} in fm10k_dbg_q_vector_init() 512 static inline void fm10k_dbg_q_vector_exit(struct fm10k_q_vector *q_vector) {} in fm10k_dbg_q_vector_exit()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 290 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() 912 static int ixgbevf_clean_rx_irq(struct ixgbevf_q_vector *q_vector, in ixgbevf_clean_rx_irq() 1008 struct ixgbevf_q_vector *q_vector = in ixgbevf_poll() local 1059 void ixgbevf_write_eitr(struct ixgbevf_q_vector *q_vector) in ixgbevf_write_eitr() 1078 struct ixgbevf_q_vector *q_vector = in ixgbevf_busy_poll_recv() local 1117 struct ixgbevf_q_vector *q_vector; in ixgbevf_configure_msix() local 1183 static void ixgbevf_update_itr(struct ixgbevf_q_vector *q_vector, in ixgbevf_update_itr() 1229 static void ixgbevf_set_itr(struct ixgbevf_q_vector *q_vector) in ixgbevf_set_itr() 1286 struct ixgbevf_q_vector *q_vector = data; in ixgbevf_msix_clean_rings() local [all …]
|
D | ixgbevf.h | 219 static inline void ixgbevf_qv_init_lock(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_init_lock() 226 static inline bool ixgbevf_qv_lock_napi(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_lock_napi() 247 static inline bool ixgbevf_qv_unlock_napi(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_unlock_napi() 264 static inline bool ixgbevf_qv_lock_poll(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_lock_poll() 284 static inline bool ixgbevf_qv_unlock_poll(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_unlock_poll() 300 static inline bool ixgbevf_qv_busy_polling(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_busy_polling() 307 static inline bool ixgbevf_qv_disable(struct ixgbevf_q_vector *q_vector) in ixgbevf_qv_disable() 380 struct ixgbevf_q_vector *q_vector[MAX_MSIX_Q_VECTORS]; member
|
D | ethtool.c | 748 struct ixgbevf_q_vector *q_vector; in ixgbevf_set_coalesce() local
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe.h | 252 struct ixgbe_q_vector *q_vector; /* backpointer to host q_vector */ member 407 static inline void ixgbe_qv_init_lock(struct ixgbe_q_vector *q_vector) in ixgbe_qv_init_lock() 414 static inline bool ixgbe_qv_lock_napi(struct ixgbe_q_vector *q_vector) in ixgbe_qv_lock_napi() 427 static inline void ixgbe_qv_unlock_napi(struct ixgbe_q_vector *q_vector) in ixgbe_qv_unlock_napi() 440 static inline bool ixgbe_qv_lock_poll(struct ixgbe_q_vector *q_vector) in ixgbe_qv_lock_poll() 452 static inline void ixgbe_qv_unlock_poll(struct ixgbe_q_vector *q_vector) in ixgbe_qv_unlock_poll() 461 static inline bool ixgbe_qv_busy_polling(struct ixgbe_q_vector *q_vector) in ixgbe_qv_busy_polling() 467 static inline bool ixgbe_qv_disable(struct ixgbe_q_vector *q_vector) in ixgbe_qv_disable() 476 static inline void ixgbe_qv_init_lock(struct ixgbe_q_vector *q_vector) in ixgbe_qv_init_lock() 480 static inline bool ixgbe_qv_lock_napi(struct ixgbe_q_vector *q_vector) in ixgbe_qv_lock_napi() [all …]
|
D | ixgbe_main.c | 1078 static bool ixgbe_clean_tx_irq(struct ixgbe_q_vector *q_vector, in ixgbe_clean_tx_irq() 1292 static void ixgbe_update_dca(struct ixgbe_q_vector *q_vector) in ixgbe_update_dca() 1619 static void ixgbe_rx_skb(struct ixgbe_q_vector *q_vector, in ixgbe_rx_skb() 2005 static int ixgbe_clean_rx_irq(struct ixgbe_q_vector *q_vector, in ixgbe_clean_rx_irq() 2107 struct ixgbe_q_vector *q_vector = in ixgbe_low_latency_recv() local 2146 struct ixgbe_q_vector *q_vector; in ixgbe_configure_msix() local 2220 static void ixgbe_update_itr(struct ixgbe_q_vector *q_vector, in ixgbe_update_itr() 2277 void ixgbe_write_eitr(struct ixgbe_q_vector *q_vector) in ixgbe_write_eitr() 2305 static void ixgbe_set_itr(struct ixgbe_q_vector *q_vector) in ixgbe_set_itr() 2673 struct ixgbe_q_vector *q_vector = data; in ixgbe_msix_clean_rings() local [all …]
|
D | ixgbe_lib.c | 805 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
|
D | ixgbe_ethtool.c | 2247 struct ixgbe_q_vector *q_vector; in ixgbe_set_coalesce() local
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_main.c | 330 struct i40e_q_vector *q_vector = data; in i40evf_msix_clean_rings() local 349 struct i40e_q_vector *q_vector = adapter->q_vector[v_idx]; in i40evf_map_vector_to_rxq() local 369 struct i40e_q_vector *q_vector = adapter->q_vector[v_idx]; in i40evf_map_vector_to_txq() local 463 struct i40e_q_vector *q_vector = adapter->q_vector[vector]; in i40evf_request_traffic_irqs() local 910 struct i40e_q_vector *q_vector; in i40evf_napi_enable_all() local 929 struct i40e_q_vector *q_vector; in i40evf_napi_disable_all() local 1181 struct i40e_q_vector *q_vector; in i40evf_alloc_q_vectors() local 1227 struct i40e_q_vector *q_vector = adapter->q_vector[q_idx]; in i40evf_free_q_vectors() local
|
D | i40e_txrx.c | 371 static void i40e_force_wb(struct i40e_vsi *vsi, struct i40e_q_vector *q_vector) in i40e_force_wb() 457 static void i40e_update_dynamic_itr(struct i40e_q_vector *q_vector) in i40e_update_dynamic_itr() 830 struct i40e_q_vector *q_vector = rx_ring->q_vector; in i40e_receive_skb() local 1299 struct i40e_q_vector *q_vector = in i40evf_napi_poll() local
|
D | i40evf_virtchnl.c | 320 struct i40e_q_vector *q_vector; in i40evf_map_queues() local
|
D | i40evf_ethtool.c | 319 struct i40e_q_vector *q_vector; in i40evf_set_coalesce() local
|
D | i40evf.h | 191 struct i40e_q_vector *q_vector[MAX_MSIX_Q_VECTORS]; member
|
D | i40e_txrx.h | 265 struct i40e_q_vector *q_vector; /* Backreference to associated vector */ member
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 793 static void igb_assign_vector(struct igb_q_vector *q_vector, int msix_vector) in igb_assign_vector() 956 struct igb_q_vector *q_vector = adapter->q_vector[i]; in igb_request_msix() local 1006 struct igb_q_vector *q_vector = adapter->q_vector[v_idx]; in igb_free_q_vector() local 1027 struct igb_q_vector *q_vector = adapter->q_vector[v_idx]; in igb_reset_q_vector() local 1194 struct igb_q_vector *q_vector; in igb_alloc_q_vector() local 4437 static void igb_update_ring_itr(struct igb_q_vector *q_vector) in igb_update_ring_itr() 4511 static void igb_update_itr(struct igb_q_vector *q_vector, in igb_update_itr() 4563 static void igb_set_itr(struct igb_q_vector *q_vector) in igb_set_itr() 5513 static void igb_write_itr(struct igb_q_vector *q_vector) in igb_write_itr() 5535 struct igb_q_vector *q_vector = data; in igb_msix_ring() local [all …]
|
D | igb_ptp.c | 713 void igb_ptp_rx_pktstamp(struct igb_q_vector *q_vector, in igb_ptp_rx_pktstamp() 735 void igb_ptp_rx_rgtstamp(struct igb_q_vector *q_vector, in igb_ptp_rx_rgtstamp()
|
D | igb.h | 234 struct igb_q_vector *q_vector; /* backlink to q_vector */ member 416 struct igb_q_vector *q_vector[MAX_Q_VECTORS]; member
|
D | igb_ethtool.c | 2198 struct igb_q_vector *q_vector = adapter->q_vector[i]; in igb_set_coalesce() local
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.c | 859 static void i40e_force_wb(struct i40e_vsi *vsi, struct i40e_q_vector *q_vector) in i40e_force_wb() 945 static void i40e_update_dynamic_itr(struct i40e_q_vector *q_vector) in i40e_update_dynamic_itr() 1347 struct i40e_q_vector *q_vector = rx_ring->q_vector; in i40e_receive_skb() local 1849 struct i40e_q_vector *q_vector = in i40e_napi_poll() local
|
D | i40e_main.c | 2797 struct i40e_q_vector *q_vector; in i40e_vsi_configure_msix() local 2894 struct i40e_q_vector *q_vector = vsi->q_vectors[0]; in i40e_configure_msi_and_legacy() local 2998 struct i40e_q_vector *q_vector = data; in i40e_msix_clean_rings() local 3025 struct i40e_q_vector *q_vector = vsi->q_vectors[vector]; in i40e_vsi_request_irq_msix() local 3353 struct i40e_q_vector *q_vector = data; in i40e_fdir_clean_ring() local 3373 struct i40e_q_vector *q_vector = vsi->q_vectors[v_idx]; in map_vector_to_qp() local 3413 struct i40e_q_vector *q_vector = vsi->q_vectors[v_start]; in i40e_vsi_map_rings_to_vectors() local 3806 struct i40e_q_vector *q_vector = vsi->q_vectors[v_idx]; in i40e_free_q_vector() local 7245 struct i40e_q_vector *q_vector; in i40e_vsi_alloc_q_vector() local
|
D | i40e_txrx.h | 268 struct i40e_q_vector *q_vector; /* Backreference to associated vector */ member
|
D | i40e_ethtool.c | 1728 struct i40e_q_vector *q_vector; in i40e_set_coalesce() local
|