Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/bfa/
Dbfi.h139 #define BFI_SGPG_DATA_SGES 7 macro
140 #define BFI_SGPG_SGES_MAX (BFI_SGPG_DATA_SGES + 1)
Dbfa_svc.h49 #define BFA_SGPG_NPAGE(_nsges) (((_nsges) / BFI_SGPG_DATA_SGES) + 1)
Dbfa_fcpim.c2503 sge_id < (BFI_SGPG_DATA_SGES - 1)) in bfa_ioim_send_ioreq()
2519 } else if (++sge_id == BFI_SGPG_DATA_SGES) { in bfa_ioim_send_ioreq()