Home
last modified time | relevance | path

Searched refs:cmq (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_cmd.c108 (ring_type == HNS3_TYPE_CSQ) ? &hw->cmq.csq : &hw->cmq.crq; in hns3_alloc_cmd_queue()
303 hw->cmq.last_status = desc_ret; in hns3_cmd_get_hardware_reply()
384 ntc = hw->cmq.csq.next_to_use; in hns3_cmd_send()
387 desc_to_use = &hw->cmq.csq.desc[hw->cmq.csq.next_to_use]; in hns3_cmd_send()
389 (hw->cmq.csq.next_to_use)++; in hns3_cmd_send()
390 if (hw->cmq.csq.next_to_use == hw->cmq.csq.desc_num) in hns3_cmd_send()
391 hw->cmq.csq.next_to_use = 0; in hns3_cmd_send()
508 hw->cmq.csq.next_to_clean = 0; in hns3_cmd_init()
509 hw->cmq.csq.next_to_use = 0; in hns3_cmd_init()
510 hw->cmq.crq.next_to_clean = 0; in hns3_cmd_init()
[all …]
H A Dhns3_mbx.c200 return tail == hw->cmq.crq.next_to_use; in hns3_cmd_crq_empty()
359 struct hns3_cmq_ring *crq = &hw->cmq.crq; in hns3_dev_handle_mbx_msg()
H A Dhns3_ethdev.h424 struct hns3_cmq cmq; member