Searched refs:uf_post_msg (Results 1 – 1 of 1) sorted by relevance
5144 struct bfi_uf_buf_post_s *uf_post_msg; in bfa_uf_post() local5146 uf_post_msg = bfa_reqq_next(ufm->bfa, BFA_REQQ_FCXP); in bfa_uf_post()5147 if (!uf_post_msg) in bfa_uf_post()5150 memcpy(uf_post_msg, &ufm->uf_buf_posts[uf->uf_tag], in bfa_uf_post()5152 bfa_reqq_produce(ufm->bfa, BFA_REQQ_FCXP, uf_post_msg->mh); in bfa_uf_post()