bfa_uf_s
bfa_fcs_uf_recv(void *cbarg, struct bfa_uf_s *uf)
struct bfa_uf_s *uf = cbarg;
struct bfa_uf_s *uf;
ufm->uf_list = (struct bfa_uf_s *) bfa_mem_kva_curp(ufm);
memset(uf, 0, sizeof(struct bfa_uf_s));
(sizeof(struct bfa_uf_s) + sizeof(struct bfi_uf_buf_post_s)));
static struct bfa_uf_s *
struct bfa_uf_s *uf;
bfa_uf_put(struct bfa_uf_mod_s *uf_mod, struct bfa_uf_s *uf)
bfa_uf_post(struct bfa_uf_mod_s *ufm, struct bfa_uf_s *uf)
struct bfa_uf_s *uf;
struct bfa_uf_s *uf = &ufm->uf_list[uf_tag];
bfa_uf_free(struct bfa_uf_s *uf)
typedef void (*bfa_cb_uf_recv_t) (void *cbarg, struct bfa_uf_s *uf);
struct bfa_uf_s *uf_list; /* array of UFs */
bfa_uf_get_frmbuf(struct bfa_uf_s *uf)
bfa_uf_get_frmlen(struct bfa_uf_s *uf)
void bfa_uf_free(struct bfa_uf_s *uf);