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

/freebsd-10.2-release/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.c231 sc->mfi_max_sge = (sc->max_SGEs_in_main_message - 1)
917 if (sge_count > sc->mfi_max_sge) {
919 "max (0x%x) allowed\n", sge_count, sc->mfi_max_sge);
961 if (sge_count > sc->mfi_max_sge) {
H A Dmfivar.h296 int mfi_max_sge; member in struct:mfi_softc
H A Dmfi.c481 sc->mfi_max_sge = min(max_fw_sge, ((MFI_MAXPHYS / PAGE_SIZE) + 1));
489 sc->mfi_max_fw_cmds, sc->mfi_max_sge, status);
588 sc->mfi_max_sge, /* nsegments */
646 frames = (sc->mfi_sge_size * sc->mfi_max_sge - 1) / MFI_FRAME_SIZE + 2;
1033 sc->mfi_max_io = (sc->mfi_max_sge - 1) * PAGE_SIZE /

Completed in 223 milliseconds