Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_cmd.c285 int current_ntc = ntc; in hns3_cmd_get_hardware_reply() local
291 desc[handle] = hw->cmq.csq.desc[current_ntc]; in hns3_cmd_get_hardware_reply()
293 current_ntc++; in hns3_cmd_get_hardware_reply()
294 if (current_ntc == hw->cmq.csq.desc_num) in hns3_cmd_get_hardware_reply()
295 current_ntc = 0; in hns3_cmd_get_hardware_reply()