Home
last modified time | relevance | path

Searched defs:hns3_rx_queue (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.h269 struct hns3_rx_queue { struct
270 void *io_base;
282 uint16_t queue_id;
283 uint16_t port_id;
284 uint16_t nb_rx_desc;
285 uint16_t rx_buf_len;
290 uint16_t rx_free_thresh;
297 uint8_t crc_len;
312 bool pvid_sw_discard_en;
315 uint64_t l2_errors;
[all …]
H A Dhns3_rxtx.c1205 int (*callback)(struct hns3_rx_queue *, void *), void *arg) in hns3_rxq_iterate()