Searched refs:hnae_queue (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_rcb.h | 87 struct hnae_queue q; 119 void hns_rcb_start(struct hnae_queue *q, u32 val); 126 void hns_rcb_ring_enable_hw(struct hnae_queue *q, u32 val); 127 void hns_rcb_int_clr_hw(struct hnae_queue *q, u32 flag); 128 void hns_rcb_int_ctrl_hw(struct hnae_queue *q, u32 flag, u32 enable); 129 void hns_rcbv2_int_ctrl_hw(struct hnae_queue *q, u32 flag, u32 mask); 130 void hns_rcbv2_int_clr_hw(struct hnae_queue *q, u32 flag); 133 void hns_rcb_reset_ring_hw(struct hnae_queue *q); 134 void hns_rcb_wait_fbd_clean(struct hnae_queue **qs, int q_num, u32 flag); 135 int hns_rcb_wait_tx_ring_clean(struct hnae_queue *qs); [all …]
|
D | hns_dsaf_rcb.c | 36 void hns_rcb_wait_fbd_clean(struct hnae_queue **qs, int q_num, u32 flag) in hns_rcb_wait_fbd_clean() 61 int hns_rcb_wait_tx_ring_clean(struct hnae_queue *qs) in hns_rcb_wait_tx_ring_clean() 88 void hns_rcb_reset_ring_hw(struct hnae_queue *q) in hns_rcb_reset_ring_hw() 138 void hns_rcb_int_ctrl_hw(struct hnae_queue *q, u32 flag, u32 mask) in hns_rcb_int_ctrl_hw() 155 void hns_rcb_int_clr_hw(struct hnae_queue *q, u32 flag) in hns_rcb_int_clr_hw() 168 void hns_rcbv2_int_ctrl_hw(struct hnae_queue *q, u32 flag, u32 mask) in hns_rcbv2_int_ctrl_hw() 179 void hns_rcbv2_int_clr_hw(struct hnae_queue *q, u32 flag) in hns_rcbv2_int_clr_hw() 193 void hns_rcb_ring_enable_hw(struct hnae_queue *q, u32 val) in hns_rcb_ring_enable_hw() 198 void hns_rcb_start(struct hnae_queue *q, u32 val) in hns_rcb_start() 218 void hns_rcb_set_tx_ring_bs(struct hnae_queue *q, u32 buf_size) in hns_rcb_set_tx_ring_bs() [all …]
|
D | hnae.h | 264 struct hnae_queue; 270 struct hnae_queue *q; 352 struct hnae_queue { struct 466 void (*init_queue)(struct hnae_queue *q); 467 void (*fini_queue)(struct hnae_queue *q); 482 void (*get_ring_bdnum_limit)(struct hnae_queue *queue, 561 struct hnae_queue *qs[]; /* flexible array of all queues */
|
D | hns_ae_adapt.c | 62 static struct ring_pair_cb *hns_ae_get_ring_pair(struct hnae_queue *q) in hns_ae_get_ring_pair() 193 static void hns_ae_init_queue(struct hnae_queue *q) in hns_ae_init_queue() 201 static void hns_ae_fini_queue(struct hnae_queue *q) in hns_ae_fini_queue() 297 struct hnae_queue *q; in hns_ae_set_mtu() 466 static void hns_ae_get_ring_bdnum_limit(struct hnae_queue *queue, in hns_ae_get_ring_bdnum_limit() 626 struct hnae_queue *queue; in hns_ae_update_stats()
|
D | hnae.c | 195 hnae_init_ring(struct hnae_queue *q, struct hnae_ring *ring, int flags) in hnae_init_ring() 239 static int hnae_init_queue(struct hnae_handle *h, struct hnae_queue *q, in hnae_init_queue() 266 static void hnae_fini_queue(struct hnae_queue *q) in hnae_fini_queue()
|
D | hns_ethtool.c | 673 struct hnae_queue *queue; in hns_get_ringparam()
|