Lines Matching refs:nsges
1532 if (ioim->nsges > BFI_SGE_INLINE) { in bfa_ioim_sm_uninit()
2446 ioim->nsgpgs = BFA_SGPG_NPAGE(ioim->nsges); in bfa_ioim_sgpg_alloced()
2494 scsi_for_each_sg(cmnd, sg, ioim->nsges, i) { in bfa_ioim_send_ioreq()
2501 sge->flags = (ioim->nsges > BFI_SGE_INLINE) ? in bfa_ioim_send_ioreq()
2515 if (i < (ioim->nsges - 1) && in bfa_ioim_send_ioreq()
2518 else if (i < (ioim->nsges - 1)) in bfa_ioim_send_ioreq()
2526 if (i == (ioim->nsges - 1)) { in bfa_ioim_send_ioreq()
2544 if (ioim->nsges > BFI_SGE_INLINE) { in bfa_ioim_send_ioreq()
2611 WARN_ON(ioim->nsges <= BFI_SGE_INLINE); in bfa_ioim_sgpg_alloc()
2616 nsgpgs = BFA_SGPG_NPAGE(ioim->nsges); in bfa_ioim_sgpg_alloc()
2942 struct bfa_itnim_s *itnim, u16 nsges) in bfa_ioim_alloc() argument
2961 ioim->nsges = nsges; in bfa_ioim_alloc()