Searched defs:bfa_uf_mod_s (Results 1 – 1 of 1) sorted by relevance
329 struct bfa_uf_mod_s { struct330 struct bfa_s *bfa; /* back pointer to BFA */331 struct bfa_uf_s *uf_list; /* array of UFs */332 u16 num_ufs; /* num unsolicited rx frames */333 struct list_head uf_free_q; /* free UFs */334 struct list_head uf_posted_q; /* UFs posted to IOC */335 struct bfa_uf_buf_s *uf_pbs_kva; /* list UF bufs request pld */336 u64 uf_pbs_pa; /* phy addr for UF bufs */337 struct bfi_uf_buf_post_s *uf_buf_posts;339 bfa_cb_uf_recv_t ufrecv; /* uf recv handler function */[all …]