Searched refs:bfi_uf_buf_post_s (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/bfi/
H A Dbfi_uf.h35 struct bfi_uf_buf_post_s { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_uf_priv.h34 struct bfi_uf_buf_post_s *uf_buf_posts;
H A Dbfa_uf.c64 struct bfi_uf_buf_post_s *uf_bp_msg;
70 ufm->uf_buf_posts = (struct bfi_uf_buf_post_s *) bfa_meminfo_kva(mi);
75 bfa_os_memset(uf_bp_msg, 0, sizeof(struct bfi_uf_buf_post_s));
154 *ndm_len += sizeof(struct bfi_uf_buf_post_s) * num_ufs;
195 struct bfi_uf_buf_post_s *uf_post_msg;
202 sizeof(struct bfi_uf_buf_post_s));

Completed in 31 milliseconds