Lines Matching refs:mode

164 		    struct mrsas_ioctl *ioctl, int mode);
166 struct mrsas_ioctl *ioctl, int mode);
182 mrsas_ioctl *ioctl, struct mrsas_cmd *cmd, int mode);
184 mrsas_ioctl *ioctl, struct mrsas_cmd *cmd, int mode);
186 mrsas_ioctl *ioctl, struct mrsas_cmd *cmd, int mode);
188 mrsas_ioctl *ioctl, struct mrsas_cmd *cmd, int mode);
1385 * @mode:
1398 mrsas_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp,
1423 sizeof (struct mrsas_ioctl), mode)) {
1431 rval = handle_drv_ioctl(instance, ioctl, mode);
1433 rval = handle_mfi_ioctl(instance, ioctl, mode);
1437 (sizeof (struct mrsas_ioctl) - 1), mode)) {
1446 sizeof (struct mrsas_aen), mode)) {
1456 sizeof (struct mrsas_aen), mode)) {
1465 mode, credp, rvalp);
3581 * send INIT MFI frame in polled mode
3754 /* issue the init frame in polled mode */
3950 * - Discard (possible) low MFA posted in 64-bit mode (bit-2).
4702 * in the synchronous mode
5381 struct mrsas_cmd *cmd, int mode)
5401 model = ddi_model_convert_from(mode & FMODELS);
5447 1, mode)) {
5496 (uint8_t *)ubuf+i, 1, mode)) {
5525 (uint8_t *)sense_ubuf+i, 1, mode)) {
5552 struct mrsas_cmd *cmd, int mode)
5572 model = ddi_model_convert_from(mode & FMODELS);
5618 1, mode)) {
5659 1, mode)) {
5689 struct mrsas_cmd *cmd, int mode)
5718 model = ddi_model_convert_from(mode & FMODELS);
5787 1, mode)) {
5821 1, mode)) {
5843 model = ddi_model_convert_from(mode & FMODELS);
5903 1, mode)) {
5917 + i, 1, mode)) {
5954 struct mrsas_cmd *cmd, int mode)
5978 model = ddi_model_convert_from(mode & FMODELS);
6036 (uint8_t *)fis_dma_obj.buffer + i, 1, mode)) {
6072 (uint8_t *)data_dma_obj.buffer + i, 1, mode)) {
6116 (uint8_t *)fis_ubuf + i, 1, mode)) {
6129 (uint8_t *)data_ubuf + i, 1, mode)) {
6180 int mode)
6197 model = ddi_model_convert_from(mode & FMODELS);
6228 if (ddi_copyout(&dv, ubuf, xferlen, mode)) {
6265 if (ddi_copyout(&pi, ubuf, xferlen, mode)) {
6292 int mode)
6321 rval = issue_mfi_dcmd(instance, ioctl, cmd, mode);
6324 rval = issue_mfi_smp(instance, ioctl, cmd, mode);
6327 rval = issue_mfi_stp(instance, ioctl, cmd, mode);
6331 rval = issue_mfi_pthru(instance, ioctl, cmd, mode);