Home
last modified time | relevance | path

Searched refs:Length (Results 1 – 25 of 126) sorted by relevance

123456

/Linux-v5.15/drivers/staging/r8188eu/include/
Dwlan_bssdef.h29 u32 Length; /* Length of structure */ member
40 u32 Length; /* Length of structure */ member
63 u8 Length; member
125 u32 Length; member
142 u32 Length; /* Length of this structure */ member
151 u32 Length; /* Length */ member
157 u32 Length; /* Length of this structure */ member
165 u32 Length; /* Length of structure */ member
198 u32 Length; member
234 u32 Length; member
[all …]
/Linux-v5.15/drivers/staging/rtl8712/
Dwlan_bssdef.h37 u32 Length; /* Length of structure */ member
48 u32 Length; /* Length of structure */ member
70 u32 Length; member
132 u32 Length; member
145 u32 Length; /* Length of this structure */ member
154 u32 Length; /* Length of this structure */ member
160 u32 Length; /* Length of this structure */ member
Drtl871x_cmd.c332 pdev_network->Length = pcmd->cmdsz; in r8712_createbss_cmd()
438 psecnetwork->Length = cpu_to_le32(psecnetwork->Length); in r8712_joinbss_cmd()
457 psecnetwork->Configuration.FHConfig.Length = cpu_to_le32( in r8712_joinbss_cmd()
458 psecnetwork->Configuration.FHConfig.Length); in r8712_joinbss_cmd()
459 psecnetwork->Configuration.Length = cpu_to_le32( in r8712_joinbss_cmd()
460 psecnetwork->Configuration.Length); in r8712_joinbss_cmd()
668 pnetwork->Length = le32_to_cpu(pnetwork->Length); in r8712_createbss_cmd_callback()
683 pnetwork->Configuration.FHConfig.Length = in r8712_createbss_cmd_callback()
684 le32_to_cpu(pnetwork->Configuration.FHConfig.Length); in r8712_createbss_cmd_callback()
685 pnetwork->Configuration.Length = in r8712_createbss_cmd_callback()
[all …]
Drtl871x_mlme.c379 target->Length = bssid_ex_sz; in update_scanned_network()
456 pnetwork->Length = le32_to_cpu(pnetwork->Length); in r8712_survey_event_callback()
473 pnetwork->Configuration.FHConfig.Length = in r8712_survey_event_callback()
474 le32_to_cpu(pnetwork->Configuration.FHConfig.Length); in r8712_survey_event_callback()
475 pnetwork->Configuration.Length = in r8712_survey_event_callback()
476 le32_to_cpu(pnetwork->Configuration.Length); in r8712_survey_event_callback()
677 pnetwork->network.Length = le32_to_cpu(pnetwork->network.Length); in r8712_joinbss_event_callback()
698 pnetwork->network.Configuration.FHConfig.Length = in r8712_joinbss_event_callback()
699 le32_to_cpu(pnetwork->network.Configuration.FHConfig.Length); in r8712_joinbss_event_callback()
700 pnetwork->network.Configuration.Length = in r8712_joinbss_event_callback()
[all …]
/Linux-v5.15/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S268 LABEL less_than_ %j # less_than_j: Length should be in
283 less_than_8: # Length should be stored in
291 less_than_4: # Length should be stored in
298 less_than_2: # Length should be stored in the MSB
303 less_than_1: # Length should be zero
/Linux-v5.15/drivers/usb/serial/
Dio_usbvend.h340 __u8 Length; // Descriptor Length (per USB spec) member
429 __u8 Length; // F00 Desc length for what follows, per USB (= C0h ) member
529 __u8 Length; // C0 Desc length, per USB (= 40h) member
617 __le16 Length; member
/Linux-v5.15/Documentation/usb/
Dusbip_protocol.rst147 | Offset | Length | Value | Description |
161 | Offset | Length | Value | Description |
232 | Offset | Length | Value | Description |
251 | Offset | Length | Value | Description |
308 | Offset | Length | Description |
338 | Offset | Length | Description |
380 | Offset | Length | Description |
414 | Offset | Length | Description |
427 | Offset | Length | Description |
/Linux-v5.15/fs/ksmbd/
Dntlmssp.h90 __le16 Length; member
97 __le16 Length; member
Dsmb2misc.c142 *len = le32_to_cpu(((struct smb2_write_req *)hdr)->Length); in smb2_get_data_area_len()
262 return le32_to_cpu(h->Length); in smb2_read_req_len()
267 return le32_to_cpu(h->Length); in smb2_write_req_len()
Dauth.c318 nt_len = le16_to_cpu(authblob->NtChallengeResponse.Length); in ksmbd_decode_ntlmssp_auth_blob()
320 dn_len = le16_to_cpu(authblob->DomainName.Length); in ksmbd_decode_ntlmssp_auth_blob()
428 chgblob->TargetName.Length = cpu_to_le16(uni_len); in ksmbd_build_ntlmssp_challenge_blob()
444 chgblob->TargetInfoArray.Length = 0; in ksmbd_build_ntlmssp_challenge_blob()
449 tinfo->Length = cpu_to_le16(uni_len); in ksmbd_build_ntlmssp_challenge_blob()
457 tinfo->Length = 0; in ksmbd_build_ntlmssp_challenge_blob()
460 chgblob->TargetInfoArray.Length = cpu_to_le16(target_info_len); in ksmbd_build_ntlmssp_challenge_blob()
/Linux-v5.15/drivers/media/pci/ngene/
Dngene-core.c341 com.cmd.hdr.Length = 0; in ngene_command_load_firmware()
357 com.cmd.hdr.Length = 4; in ngene_command_load_firmware()
359 com.cmd.FWLoadFinish.Length = (unsigned short)cleft; in ngene_command_load_firmware()
372 com.cmd.hdr.Length = 1; in ngene_command_config_buf()
387 com.cmd.hdr.Length = 6; in ngene_command_config_free_buf()
403 com.cmd.hdr.Length = 1; in ngene_command_gpio_set()
481 void FillTSBuffer(void *Buffer, int Length, u32 Flags) in FillTSBuffer() argument
485 memset(Buffer, TS_FILLER, Length); in FillTSBuffer()
486 while (Length > 0) { in FillTSBuffer()
492 Length -= 188; in FillTSBuffer()
[all …]
Dngene-cards.c824 u16 Addr = MICNG_EE_START, Length, tag = 0; in ReadEEProm() local
842 Length = EETag[2]; in ReadEEProm()
843 if (Length > MaxLen) in ReadEEProm()
844 Length = (u16) MaxLen; in ReadEEProm()
845 if (Length > 0) { in ReadEEProm()
847 status = i2c_read_eeprom(adapter, 0x50, Addr, data, Length); in ReadEEProm()
851 if (Length < EETag[2]) in ReadEEProm()
860 u16 Tag, u32 Length, u8 *data) in WriteEEProm() argument
885 if (Length > EETag[2]) in WriteEEProm()
892 for (i = 0; i < Length; i++, Addr++) { in WriteEEProm()
Dngene-i2c.c37 com.cmd.hdr.Length = outlen + 3; in ngene_command_i2c_read()
65 com.cmd.hdr.Length = outlen + 1; in ngene_command_i2c_write()
/Linux-v5.15/fs/cifs/
Dsess.c583 tilen = le16_to_cpu(pblob->TargetInfoArray.Length); in decode_ntlmssp_challenge()
630 sec_blob->WorkstationName.Length = 0; in build_ntlmssp_negotiate_blob()
635 sec_blob->DomainName.Length = 0; in build_ntlmssp_negotiate_blob()
700 sec_blob->LmChallengeResponse.Length = 0; in build_ntlmssp_auth_blob()
710 sec_blob->NtChallengeResponse.Length = in build_ntlmssp_auth_blob()
718 sec_blob->NtChallengeResponse.Length = 0; in build_ntlmssp_auth_blob()
724 sec_blob->DomainName.Length = 0; in build_ntlmssp_auth_blob()
733 sec_blob->DomainName.Length = cpu_to_le16(len); in build_ntlmssp_auth_blob()
740 sec_blob->UserName.Length = 0; in build_ntlmssp_auth_blob()
749 sec_blob->UserName.Length = cpu_to_le16(len); in build_ntlmssp_auth_blob()
[all …]
/Linux-v5.15/Documentation/filesystems/ext4/
Ddirectory.rst51 - Length of this directory entry. Must be a multiple of 4.
55 - Length of the file name.
83 - Length of this directory entry.
87 - Length of the file name.
172 - Length of this directory entry, which must be 12.
176 - Length of the file name, which must be zero.
254 - Length of this record, 12.
258 - Length of the name, 1.
279 - Length of the name, 2.
299 - Length of the tree information, 0x8.
/Linux-v5.15/Documentation/driver-api/pldmfw/
Dfile-format.rst69 | Component Bitmap Length |
117 | Record Length |
125 | Package Data Length |
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_wlan_util.c664 if (pIE->Length > sizeof(struct HT_info_element)) in bwmode_update_check()
743 for (i = 0; i < (pIE->Length); i++) { in HT_caps_handler()
787 if (pIE->Length > sizeof(struct HT_info_element)) in HT_info_handler()
791 memcpy(&pmlmeinfo->HT_info, pIE->data, pIE->Length); in HT_info_handler()
830 if (pIE->Length > 1) in ERP_IE_handler()
834 memcpy(&pmlmeinfo->ERP_IE, pIE->data, pIE->Length); in ERP_IE_handler()
921 bssid->Length = sizeof(struct wlan_bssid_ex) - MAX_IE_SZ + len; in rtw_check_bcn_info()
1089 i += (pIE->Length + 2); in update_beacon_info()
1118 i += (pIE->Length + 2); in is_ap_in_tkip()
1153 i += (pIE->Length + 2); in should_forbid_n_rate()
[all …]
/Linux-v5.15/drivers/scsi/mpt3sas/mpi/
Dmpi2.h898 U16 Length; member
906 U16 Length; member
914 U16 Length; member
1130 U32 Length; member
1166 U32 Length; member
/Linux-v5.15/tools/power/pm-graph/config/
Dfreeze.cfg69 # Minimum Device Length
83 # Minimum Callgraph Length
Dstandby.cfg69 # Minimum Device Length
83 # Minimum Callgraph Length
Dfreeze-callgraph.cfg70 # Minimum Device Length
84 # Minimum Callgraph Length
Dstandby-callgraph.cfg70 # Minimum Device Length
84 # Minimum Callgraph Length
Dstandby-dev.cfg69 # Minimum Device Length
83 # Minimum Callgraph Length
/Linux-v5.15/drivers/message/fusion/lsi/
Dmpi.h388 U16 Length; member
397 U16 Length; member
406 U16 Length; member
/Linux-v5.15/include/linux/usb/
Dstorage.h60 __u8 Length; /* length of the CDB */ member

123456