Home
last modified time | relevance | path

Searched refs:nsges (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/scsi/bfa/
Dbfa_fcpim.c1521 if (ioim->nsges > BFI_SGE_INLINE) { in bfa_ioim_sm_uninit()
2435 ioim->nsgpgs = BFA_SGPG_NPAGE(ioim->nsges); in bfa_ioim_sgpg_alloced()
2483 scsi_for_each_sg(cmnd, sg, ioim->nsges, i) { in bfa_ioim_send_ioreq()
2490 sge->flags = (ioim->nsges > BFI_SGE_INLINE) ? in bfa_ioim_send_ioreq()
2504 if (i < (ioim->nsges - 1) && in bfa_ioim_send_ioreq()
2507 else if (i < (ioim->nsges - 1)) in bfa_ioim_send_ioreq()
2515 if (i == (ioim->nsges - 1)) { in bfa_ioim_send_ioreq()
2533 if (ioim->nsges > BFI_SGE_INLINE) { in bfa_ioim_send_ioreq()
2600 WARN_ON(ioim->nsges <= BFI_SGE_INLINE); in bfa_ioim_sgpg_alloc()
2605 nsgpgs = BFA_SGPG_NPAGE(ioim->nsges); in bfa_ioim_sgpg_alloc()
[all …]
Dbfa_fcpim.h172 u16 nsges; /* number of SG elements */ member