Searched refs:mfi_max_sge (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_syspd.c130 (sc->pd_controller->mfi_max_sge - 1) * PAGE_SIZE);
H A Dmfi_disk.c156 (sc->ld_controller->mfi_max_sge - 1) * PAGE_SIZE);
H A Dmfi_tbolt.c230 sc->mfi_max_sge = (sc->max_SGEs_in_main_message - 1)
916 if (sge_count > sc->mfi_max_sge) {
918 "max (0x%x) allowed\n", sge_count, sc->mfi_max_sge);
960 if (sge_count > sc->mfi_max_sge) {
H A Dmfivar.h296 int mfi_max_sge; member in struct:mfi_softc
H A Dmfi.c475 sc->mfi_max_sge = min(max_fw_sge, ((MFI_MAXPHYS / PAGE_SIZE) + 1));
483 sc->mfi_max_fw_cmds, sc->mfi_max_sge, status);
582 sc->mfi_max_sge, /* nsegments */
640 frames = (sc->mfi_sge_size * sc->mfi_max_sge - 1) / MFI_FRAME_SIZE + 2;
1027 sc->mfi_max_io = (sc->mfi_max_sge - 1) * PAGE_SIZE /

Completed in 83 milliseconds