Lines Matching refs:nsges
1533 if (ioim->nsges > BFI_SGE_INLINE) { in bfa_ioim_sm_uninit()
2447 ioim->nsgpgs = BFA_SGPG_NPAGE(ioim->nsges); in bfa_ioim_sgpg_alloced()
2495 scsi_for_each_sg(cmnd, sg, ioim->nsges, i) { in bfa_ioim_send_ioreq()
2502 sge->flags = (ioim->nsges > BFI_SGE_INLINE) ? in bfa_ioim_send_ioreq()
2516 if (i < (ioim->nsges - 1) && in bfa_ioim_send_ioreq()
2519 else if (i < (ioim->nsges - 1)) in bfa_ioim_send_ioreq()
2527 if (i == (ioim->nsges - 1)) { in bfa_ioim_send_ioreq()
2545 if (ioim->nsges > BFI_SGE_INLINE) { in bfa_ioim_send_ioreq()
2612 WARN_ON(ioim->nsges <= BFI_SGE_INLINE); in bfa_ioim_sgpg_alloc()
2617 nsgpgs = BFA_SGPG_NPAGE(ioim->nsges); in bfa_ioim_sgpg_alloc()
2943 struct bfa_itnim_s *itnim, u16 nsges) in bfa_ioim_alloc() argument
2962 ioim->nsges = nsges; in bfa_ioim_alloc()