Lines Matching refs:comp_algorithm
399 uint32_t comp_algorithm; member
610 uint32_t *comp_algorithm,
620 uint32_t comp_algorithm,
1529 &softc->comp_algorithm, NULL, NULL, 0, 0); in sagetparams_common()
1540 softc->comp_algorithm; in sagetparams_common()
1679 g->mt_comp = softc->comp_algorithm; in saioctl()
1681 g->mt_comp0 = softc->comp_algorithm; in saioctl()
1682 g->mt_comp1 = softc->comp_algorithm; in saioctl()
1683 g->mt_comp2 = softc->comp_algorithm; in saioctl()
1684 g->mt_comp3 = softc->comp_algorithm; in saioctl()
3351 &comp_enabled, &softc->comp_algorithm, in samount()
3567 softc->comp_algorithm; in samount()
3879 int *comp_supported, int *comp_enabled, uint32_t *comp_algorithm, in sagetparams() argument
4021 *comp_algorithm = scsi_4btoul(cp->comp_algorithm); in sagetparams()
4032 *comp_algorithm = cp->sel_comp_alg; in sagetparams()
4563 scsi_ulto4b(calg, dcp->comp_algorithm); in sasetparams()
4565 } else if (scsi_4btoul(dcp->comp_algorithm) == 0 && in sasetparams()
4568 dcp->comp_algorithm); in sasetparams()
4693 softc->saved_comp_algorithm = softc->comp_algorithm; in sasetparams()
4694 softc->comp_algorithm = 0; in sasetparams()
4697 softc->comp_algorithm = calg; in sasetparams()
4846 SASBADDUINTDESC(sb, indent, softc->comp_algorithm, %u, in saextget()