Searched refs:sgpge (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/scsi/bfa/
H A Dbfa_fcpim.c2397 struct bfi_sge_s *sge, *sgpge; local
2428 sgpge = NULL;
2443 sgpge = sgpg->sgpg->sges;
2446 sgpge->sga = *(union bfi_addr_u *) &addr;
2447 sgpge->sg_len = sg_dma_len(sg);
2448 pgcumsz += sgpge->sg_len;
2453 sgpge->flags = BFI_SGE_DATA;
2455 sgpge->flags = BFI_SGE_DATA_CPL;
2457 sgpge->flags = BFI_SGE_DATA_LAST;
2459 bfa_sge_to_le(sgpge);
[all...]

Completed in 152 milliseconds