Searched defs:hns3_rx_queue (Results 1 – 2 of 2) sorted by relevance
291 struct hns3_rx_queue { struct292 volatile void *io_head_reg;295 struct hns3_desc *rx_ring;296 struct hns3_entry *sw_ring;298 uint16_t port_id;299 uint16_t nb_rx_desc;304 uint16_t rx_free_thresh;311 uint8_t crc_len;352 struct hns3_adapter *hns;356 uint16_t queue_id;[all …]
1325 int (*callback)(struct hns3_rx_queue *, void *), void *arg) in hns3_rxq_iterate()