Home
last modified time | relevance | path

Searched refs:tqp_vector (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c87 struct hns3_enet_tqp_vector *tqp_vector = vector; in hns3_irq_handle() local
89 napi_schedule_irqoff(&tqp_vector->napi); in hns3_irq_handle()
100 tqp_vectors = &priv->tqp_vector[i]; in hns3_nic_uninit_irq()
124 tqp_vectors = &priv->tqp_vector[i]; in hns3_nic_init_irq()
167 static void hns3_mask_vector_irq(struct hns3_enet_tqp_vector *tqp_vector, in hns3_mask_vector_irq() argument
170 writel(mask_en, tqp_vector->mask_addr); in hns3_mask_vector_irq()
173 static void hns3_vector_enable(struct hns3_enet_tqp_vector *tqp_vector) in hns3_vector_enable() argument
175 napi_enable(&tqp_vector->napi); in hns3_vector_enable()
178 hns3_mask_vector_irq(tqp_vector, 1); in hns3_vector_enable()
181 static void hns3_vector_disable(struct hns3_enet_tqp_vector *tqp_vector) in hns3_vector_disable() argument
[all …]
Dhns3_enet.h406 struct hns3_enet_tqp_vector *tqp_vector; member
522 struct hns3_enet_tqp_vector *tqp_vector; member
662 void hns3_set_vector_coalesce_rx_gl(struct hns3_enet_tqp_vector *tqp_vector,
664 void hns3_set_vector_coalesce_tx_gl(struct hns3_enet_tqp_vector *tqp_vector,
666 void hns3_set_vector_coalesce_rl(struct hns3_enet_tqp_vector *tqp_vector,
Dhns3_ethtool.c175 struct hns3_enet_tqp_vector *tqp_vector = ring->tqp_vector; in hns3_lb_check_skb_data() local
185 tqp_vector->rx_group.total_packets++; in hns3_lb_check_skb_data()
205 rx_group = &ring->tqp_vector->rx_group; in hns3_lb_check_rx_ring()
1101 tx_vector = priv->ring_data[queue].ring->tqp_vector; in hns3_get_coalesce_per_queue()
1102 rx_vector = priv->ring_data[queue_num + queue].ring->tqp_vector; in hns3_get_coalesce_per_queue()
1227 tx_vector = priv->ring_data[queue].ring->tqp_vector; in hns3_set_coalesce_per_queue()
1228 rx_vector = priv->ring_data[queue_num + queue].ring->tqp_vector; in hns3_set_coalesce_per_queue()
Dhns3_debugfs.c148 !ring_data->ring->tqp_vector) in hns3_dbg_queue_map()
154 ring_data->ring->tqp_vector->vector_irq); in hns3_dbg_queue_map()