Searched defs:bfa_uf_mod_s (Results 1 – 1 of 1) sorted by relevance
363 struct bfa_uf_mod_s { struct364 struct bfa_s *bfa; /* back pointer to BFA */365 struct bfa_uf_s *uf_list; /* array of UFs */366 u16 num_ufs; /* num unsolicited rx frames */367 struct list_head uf_free_q; /* free UFs */368 struct list_head uf_posted_q; /* UFs posted to IOC */369 struct list_head uf_unused_q; /* unused UF's */370 struct bfi_uf_buf_post_s *uf_buf_posts;372 bfa_cb_uf_recv_t ufrecv; /* uf recv handler function */373 void *cbarg; /* uf receive handler arg */[all …]