Searched refs:mfi_sge_size (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/mfi/
H A Dmfivar.h306 int mfi_sge_size; member in struct:mfi_softc
H A Dmfi.c633 sc->mfi_sge_size = sizeof(struct mfi_sg64);
636 sc->mfi_sge_size = sizeof(struct mfi_sg32);
639 sc->mfi_sge_size = sizeof(struct mfi_sg_skinny);
640 frames = (sc->mfi_sge_size * sc->mfi_max_sge - 1) / MFI_FRAME_SIZE + 2;
2413 sge_size = sc->mfi_sge_size;
2434 cm->cm_total_frame_size += (sc->mfi_sge_size * nsegs);

Completed in 69 milliseconds