Home
last modified time | relevance | path

Searched refs:Mid (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/devicetree/bindings/sound/
H A Dti,tas5086.txt24 If given, channel X will start with the Mid-Z start
29 power stages are compatible to Mid-Z - please refer
/linux/fs/smb/server/
H A Dsmb_common.c332 rsp_hdr->Mid = rcv_hdr->Mid; in init_smb1_rsp_hdr()
H A Dsmb_common.h196 __le16 Mid; member
/linux/fs/smb/client/
H A Dcifsglob.h944 return le16_to_cpu(smb->Mid); in get_mid()
950 return mid == le16_to_cpu(smb->Mid); in compare_mid()
1740 __u16 Mid; member
H A Dcifssmb.c248 buffer->Mid = get_next_mid(ses->server); in small_smb_init_no_tc()
425 pSMB->hdr.Mid = get_next_mid(server); in CIFSSMBNegotiate()
643 pSMB->hdr.Mid = get_next_mid(ses->server); in CIFSSMBLogoff()
2306 sprintf(dummy_string, "cifs%x", pSMB->hdr.Mid); in CIFSSMBRenameOpenFile()
4393 pSMB->hdr.Mid = get_next_mid(ses->server); in CIFSGetDFSRefer()
H A Dcifs_debug.c45 smb->Flags2, smb->Mid, smb->Pid, smb->WordCount); in cifs_dump_detail()
/linux/Documentation/scsi/
H A Dscsi_mid_low_api.rst98 Those functions in group a) are listed in a section entitled "Mid level
286 Mid level supplied functions
1021 * Notes: Mid level structures for given device are still in place
/linux/Documentation/RCU/Design/Expedited-Grace-Periods/
H A DExpedited-Grace-Periods.rst459 Mid-boot operation
/linux/drivers/scsi/
H A DKconfig71 tristate "KUnit tests for SCSI Mid Layer's scsi_lib" if !KUNIT_ALL_TESTS
75 Run SCSI Mid Layer's KUnit tests for scsi_lib.