Searched refs:tqp_vector (Results 1 – 4 of 4) sorted by relevance
384 struct hns3_enet_tqp_vector *tqp_vector = vector; in hns3_irq_handle() local386 napi_schedule_irqoff(&tqp_vector->napi); in hns3_irq_handle()387 tqp_vector->event_cnt++; in hns3_irq_handle()398 tqp_vectors = &priv->tqp_vector[i]; in hns3_nic_uninit_irq()422 tqp_vectors = &priv->tqp_vector[i]; in hns3_nic_init_irq()469 static void hns3_mask_vector_irq(struct hns3_enet_tqp_vector *tqp_vector, in hns3_mask_vector_irq() argument472 writel(mask_en, tqp_vector->mask_addr); in hns3_mask_vector_irq()475 static void hns3_vector_enable(struct hns3_enet_tqp_vector *tqp_vector) in hns3_vector_enable() argument477 napi_enable(&tqp_vector->napi); in hns3_vector_enable()478 enable_irq(tqp_vector->vector_irq); in hns3_vector_enable()[all …]
468 struct hns3_enet_tqp_vector *tqp_vector; member583 struct hns3_enet_tqp_vector *tqp_vector; member666 #define ring_to_netdev(ring) ((ring)->tqp_vector->napi.dev)718 void hns3_set_vector_coalesce_rx_gl(struct hns3_enet_tqp_vector *tqp_vector,720 void hns3_set_vector_coalesce_tx_gl(struct hns3_enet_tqp_vector *tqp_vector,722 void hns3_set_vector_coalesce_rl(struct hns3_enet_tqp_vector *tqp_vector,724 void hns3_set_vector_coalesce_rx_ql(struct hns3_enet_tqp_vector *tqp_vector,726 void hns3_set_vector_coalesce_tx_ql(struct hns3_enet_tqp_vector *tqp_vector,
455 static void hns3_get_coal_info(struct hns3_enet_tqp_vector *tqp_vector, in hns3_get_coal_info() argument466 coal = &tqp_vector->tx_group.coal; in hns3_get_coal_info()467 dim = &tqp_vector->tx_group.dim; in hns3_get_coal_info()470 ql_enable = tqp_vector->tx_group.coal.ql_enable; in hns3_get_coal_info()472 coal = &tqp_vector->rx_group.coal; in hns3_get_coal_info()473 dim = &tqp_vector->rx_group.dim; in hns3_get_coal_info()476 ql_enable = tqp_vector->rx_group.coal.ql_enable; in hns3_get_coal_info()490 reg_val = readl(tqp_vector->mask_addr + gl_offset) & in hns3_get_coal_info()494 reg_val = readl(tqp_vector->mask_addr + ql_offset) & in hns3_get_coal_info()507 struct hns3_enet_tqp_vector *tqp_vector; in hns3_dump_coal_info() local[all …]
184 struct hns3_enet_tqp_vector *tqp_vector = ring->tqp_vector; in hns3_lb_check_skb_data() local197 tqp_vector->rx_group.total_packets++; in hns3_lb_check_skb_data()217 rx_group = &ring->tqp_vector->rx_group; in hns3_lb_check_rx_ring()1524 tx_vector = priv->ring[queue].tqp_vector; in hns3_set_coalesce_per_queue()1525 rx_vector = priv->ring[queue_num + queue].tqp_vector; in hns3_set_coalesce_per_queue()