Searched refs:uf_post_msg (Results 1 – 1 of 1) sorted by relevance
5485 struct bfi_uf_buf_post_s *uf_post_msg; in bfa_uf_post() local5487 uf_post_msg = bfa_reqq_next(ufm->bfa, BFA_REQQ_FCXP); in bfa_uf_post()5488 if (!uf_post_msg) in bfa_uf_post()5491 memcpy(uf_post_msg, &ufm->uf_buf_posts[uf->uf_tag], in bfa_uf_post()5493 bfa_reqq_produce(ufm->bfa, BFA_REQQ_FCXP, uf_post_msg->mh); in bfa_uf_post()