Searched refs:BFI_SGPG_DATA_SGES (Results 1 – 3 of 3) sorted by relevance
139 #define BFI_SGPG_DATA_SGES 7 macro140 #define BFI_SGPG_SGES_MAX (BFI_SGPG_DATA_SGES + 1)
49 #define BFA_SGPG_NPAGE(_nsges) (((_nsges) / BFI_SGPG_DATA_SGES) + 1)
2503 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()