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