Lines Matching refs:nsges
1474 if (ioim->nsges > BFI_SGE_INLINE) { in bfa_ioim_sm_uninit()
2382 ioim->nsgpgs = BFA_SGPG_NPAGE(ioim->nsges); in bfa_ioim_sgpg_alloced()
2430 scsi_for_each_sg(cmnd, sg, ioim->nsges, i) { in bfa_ioim_send_ioreq()
2437 sge->flags = (ioim->nsges > BFI_SGE_INLINE) ? in bfa_ioim_send_ioreq()
2451 if (i < (ioim->nsges - 1) && in bfa_ioim_send_ioreq()
2454 else if (i < (ioim->nsges - 1)) in bfa_ioim_send_ioreq()
2462 if (i == (ioim->nsges - 1)) { in bfa_ioim_send_ioreq()
2480 if (ioim->nsges > BFI_SGE_INLINE) { in bfa_ioim_send_ioreq()
2548 WARN_ON(ioim->nsges <= BFI_SGE_INLINE); in bfa_ioim_sgpg_alloc()
2553 nsgpgs = BFA_SGPG_NPAGE(ioim->nsges); in bfa_ioim_sgpg_alloc()
2880 struct bfa_itnim_s *itnim, u16 nsges) in bfa_ioim_alloc() argument
2899 ioim->nsges = nsges; in bfa_ioim_alloc()