Home
last modified time | relevance | path

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

/dpdk/drivers/net/iavf/
H A Diavf.h228 volatile enum virtchnl_ops pend_cmd; /* pending command not finished */ member
373 vf->pend_cmd = VIRTCHNL_OP_UNKNOWN; in _notify_cmd()
383 vf->pend_cmd = VIRTCHNL_OP_UNKNOWN; in _clear_cmd()
392 int ret = __atomic_compare_exchange(&vf->pend_cmd, &op_unk, &ops, in _atomic_set_cmd()
396 PMD_DRV_LOG(ERR, "There is incomplete cmd %d", vf->pend_cmd); in _atomic_set_cmd()
408 int ret = __atomic_compare_exchange(&vf->pend_cmd, &op_unk, &ops, in _atomic_set_async_response_cmd()
412 PMD_DRV_LOG(ERR, "There is incomplete cmd %d", vf->pend_cmd); in _atomic_set_async_response_cmd()
H A Diavf_vchnl.c135 if (opcode != vf->pend_cmd) { in iavf_read_msg_from_pf()
137 vf->pend_cmd, opcode); in iavf_read_msg_from_pf()
233 if (vf->pend_cmd == VIRTCHNL_OP_UNKNOWN) in iavf_execute_vf_cmd()
364 if (msg_opc == vf->pend_cmd) { in iavf_handle_virtchnl_msg()
373 vf->pend_cmd, msg_opc); in iavf_handle_virtchnl_msg()