Lines Matching refs:comp_algorithm
215 u_int32_t comp_algorithm; member
391 u_int32_t *comp_algorithm,
396 u_int32_t comp_algorithm,
945 &comp_enabled, &softc->comp_algorithm, NULL); in saioctl()
957 softc->comp_algorithm; in saioctl()
976 g->mt_comp = softc->comp_algorithm; in saioctl()
978 g->mt_comp0 = softc->comp_algorithm; in saioctl()
979 g->mt_comp1 = softc->comp_algorithm; in saioctl()
980 g->mt_comp2 = softc->comp_algorithm; in saioctl()
981 g->mt_comp3 = softc->comp_algorithm; in saioctl()
2033 &comp_enabled, &softc->comp_algorithm, in samount()
2249 softc->comp_algorithm; in samount()
2545 int *comp_supported, int *comp_enabled, u_int32_t *comp_algorithm, in sagetparams() argument
2685 *comp_algorithm = scsi_4btoul(cp->comp_algorithm); in sagetparams()
2696 *comp_algorithm = cp->sel_comp_alg; in sagetparams()
2903 scsi_ulto4b(calg, dcp->comp_algorithm); in sasetparams()
2905 } else if (scsi_4btoul(dcp->comp_algorithm) == 0 && in sasetparams()
2908 dcp->comp_algorithm); in sasetparams()
3035 softc->saved_comp_algorithm = softc->comp_algorithm; in sasetparams()
3036 softc->comp_algorithm = 0; in sasetparams()
3039 softc->comp_algorithm = calg; in sasetparams()