Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.h15 * @IDPF_VC_XN_IDLE: not expecting a reply, ready to be used
27 IDPF_VC_XN_IDLE = 1, enumerator
H A Didpf_virtchnl.c319 xn->state = IDPF_VC_XN_IDLE; in idpf_vc_xn_release_bufs()
335 xn->state = IDPF_VC_XN_IDLE; in idpf_vc_xn_init()
441 } else if (xn->state != IDPF_VC_XN_IDLE) { in idpf_vc_xn_exec()
603 case IDPF_VC_XN_IDLE: in idpf_vc_xn_forward_reply()