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

/freebsd-current/sys/dev/mpr/
H A Dmpr.c3372 int sgc_size, current_segs, rem_segs, segs_per_frame; local
3386 sgc_size = sizeof(MPI25_IEEE_SGE_CHAIN64);
3387 if (cm->cm_sglsize < sgc_size)
3406 if (cm->cm_sglsize < (sgc_size * segsleft)) {
3417 current_segs = (cm->cm_sglsize / sgc_size) - 1;
3419 segs_per_frame = sc->chain_frame_size / sgc_size;
3427 htole32((uint32_t)rem_segs * (uint32_t)sgc_size);
3435 req->ChainOffset = (sc->chain_frame_size - sgc_size) >> 4;

Completed in 118 milliseconds