Searched defs:hns3_rx_queue (Results 1 – 2 of 2) sorted by relevance
269 struct hns3_rx_queue { struct270 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 …]
1205 int (*callback)(struct hns3_rx_queue *, void *), void *arg) in hns3_rxq_iterate()