Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_cmdq.c287 struct hinic_cmdq_wqe_lcmd *wqe_lcmd; in cmdq_prepare_wqe_ctrl() local
292 wqe_lcmd = &wqe->wqe_lcmd; in cmdq_prepare_wqe_ctrl()
294 wqe_lcmd->status.status_info = 0; in cmdq_prepare_wqe_ctrl()
295 ctrl = &wqe_lcmd->ctrl; in cmdq_prepare_wqe_ctrl()
336 struct hinic_cmdq_wqe_lcmd *wqe_lcmd = &wqe->wqe_lcmd; in cmdq_set_lcmd_wqe() local
398 struct hinic_cmdq_wqe_lcmd *wqe_lcmd; in clear_wqe_complete_bit() local
408 wqe_lcmd = &wqe->wqe_lcmd; in clear_wqe_complete_bit()
409 ctrl = &wqe_lcmd->ctrl; in clear_wqe_complete_bit()
741 wqe_lcmd = &wqe->wqe_lcmd; in hinic_cmdq_poll_msg()
742 ctrl = &wqe_lcmd->ctrl; in hinic_cmdq_poll_msg()
[all …]
H A Dhinic_pmd_cmdq.h146 struct hinic_cmdq_wqe_lcmd wqe_lcmd; member