Searched refs:nsges (Results 1 – 2 of 2) sorted by relevance
1525 if (ioim->nsges > BFI_SGE_INLINE) { in bfa_ioim_sm_uninit()2433 ioim->nsgpgs = BFA_SGPG_NPAGE(ioim->nsges); in bfa_ioim_sgpg_alloced()2481 scsi_for_each_sg(cmnd, sg, ioim->nsges, i) { in bfa_ioim_send_ioreq()2502 if (i < (ioim->nsges - 1) && in bfa_ioim_send_ioreq()2505 else if (i < (ioim->nsges - 1)) in bfa_ioim_send_ioreq()2513 if (i == (ioim->nsges - 1)) { in bfa_ioim_send_ioreq()2531 if (ioim->nsges > BFI_SGE_INLINE) { in bfa_ioim_send_ioreq()2599 WARN_ON(ioim->nsges <= BFI_SGE_INLINE); in bfa_ioim_sgpg_alloc()2604 nsgpgs = BFA_SGPG_NPAGE(ioim->nsges); in bfa_ioim_sgpg_alloc()2931 struct bfa_itnim_s *itnim, u16 nsges) in bfa_ioim_alloc() argument[all …]
169 u16 nsges; /* number of SG elements */ member