Home
last modified time | relevance | path

Searched refs:BFI_SGPG_DATA_SGES (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/bfa/
Dbfi.h146 #define BFI_SGPG_DATA_SGES 7 macro
147 #define BFI_SGPG_SGES_MAX (BFI_SGPG_DATA_SGES + 1)
Dbfa_svc.h56 #define BFA_SGPG_NPAGE(_nsges) (((_nsges) / BFI_SGPG_DATA_SGES) + 1)
Dbfa_fcpim.c2516 sge_id < (BFI_SGPG_DATA_SGES - 1)) in bfa_ioim_send_ioreq()
2532 } else if (++sge_id == BFI_SGPG_DATA_SGES) { in bfa_ioim_send_ioreq()