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

/drivers/mmc/card/
H A DKconfig30 Default is 8 to be backwards compatible with previous
/drivers/net/ethernet/dec/tulip/
H A DKconfig40 Default is 0, and range is 0 to 31.
/drivers/staging/iio/
H A DKconfig64 given trigger may handle. Default is 2.
/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.h304 /* Default Request Descriptor */
351 struct MPI2_DEFAULT_REQUEST_DESCRIPTOR Default; member in union:MEGASAS_REQUEST_DESCRIPTOR_UNION
366 /* Default Reply Descriptor */
421 struct MPI2_DEFAULT_REPLY_DESCRIPTOR Default; member in union:MPI2_REPLY_DESCRIPTORS_UNION
/drivers/scsi/mpt2sas/mpi/
H A Dmpi2.h285 /* Default Request Descriptor */
365 MPI2_DEFAULT_REQUEST_DESCRIPTOR Default; member in union:_MPI2_REQUEST_DESCRIPTOR_UNION
377 /* Default Reply Descriptor */
475 MPI2_DEFAULT_REPLY_DESCRIPTOR Default; member in union:_MPI2_REPLY_DESCRIPTORS_UNION
678 * Default Reply
/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.c905 request_desript_type = rpf->Default.ReplyFlags
919 smid = le16_to_cpu(rpf->Default.DescriptorTypeDependent1);
969 Default.ReplyFlags & MPI2_RPY_DESCRIPT_FLAGS_TYPE_MASK;
1840 * mpt2sas_base_put_smid_default - Default, primarily used for config pages
1852 descriptor.Default.RequestFlags = MPI2_REQ_DESCRIPT_FLAGS_DEFAULT_TYPE;
1853 descriptor.Default.MSIxIndex = _base_get_msix_index(ioc);
1854 descriptor.Default.SMID = cpu_to_le16(smid);
1855 descriptor.Default.LMID = 0;
1856 descriptor.Default.DescriptorTypeDependent = 0;

Completed in 83 milliseconds