Home
last modified time | relevance | path

Searched defs:bfa_uf_mod_s (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/bfa/
A Dbfa_svc.h356 struct bfa_uf_mod_s { struct
357 struct bfa_s *bfa; /* back pointer to BFA */
358 struct bfa_uf_s *uf_list; /* array of UFs */
359 u16 num_ufs; /* num unsolicited rx frames */
360 struct list_head uf_free_q; /* free UFs */
361 struct list_head uf_posted_q; /* UFs posted to IOC */
362 struct list_head uf_unused_q; /* unused UF's */
363 struct bfi_uf_buf_post_s *uf_buf_posts;
366 void *cbarg; /* uf receive handler arg */
367 struct bfa_mem_dma_s dma_seg[BFA_UF_DMA_SEGS];
[all …]

Completed in 7 milliseconds