Searched refs:sgpg (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_sgpg.c21 BFA_MODULE(sgpg); variable
49 struct bfi_sgpg_s *sgpg; local
72 sgpg = mod->sgpg_arr;
80 bfa_os_memset(sgpg, 0, sizeof(*sgpg));
82 hsgpg->sgpg = sgpg;
87 sgpg++;
92 bfa_meminfo_dma_virt(minfo) = (u8 *) sgpg;
H A Dbfa_sgpg_priv.h47 struct bfi_sgpg_s *sgpg; /* va of SG page */ member in struct:bfa_sgpg_s
H A Dbfa_ioim.c806 sge->sga = ioim->sgpg->sgpg_pa;
908 struct bfa_sgpg_s *sgpg; local
915 ioim->sgpg = sgpg = bfa_q_first(&ioim->sgpg_q);
921 sge = sgpg->sgpg->sges;
944 sgpg = (struct bfa_sgpg_s *) bfa_q_next(sgpg);
955 sge->sga = sgpg->sgpg_pa;
H A Dbfa_fcpim_priv.h82 struct bfa_sgpg_s *sgpg; /* first SG page */ member in struct:bfa_ioim_s
93 struct bfa_sgpg_wqe_s sgpg_wqe; /* waitq elem for sgpg */

Completed in 118 milliseconds