Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dwlan_bssdef.h46 u32 Length; /* Length of structure */ member
57 u32 Length; /* Length of structure */ member
82 u8 Length; member
144 u32 Length; member
160 u32 Length; /* Length */ member
166 u32 Length; /* Length of this structure */ member
174 u32 Length; /* Length of structure */ member
207 u32 Length; member
244 u32 Length; member
326 u32 Length; member
/linux-4.4.14/drivers/staging/rtl8712/
Dwlan_bssdef.h49 u32 Length; /* Length of structure */ member
60 u32 Length; /* Length of structure */ member
82 u32 Length; member
144 u32 Length; member
157 u32 Length; /* Length of this structure */ member
166 u32 Length; /* Length of this structure */ member
172 u32 Length; /* Length of this structure */ member
Drtl871x_cmd.c463 pdev_network->Length = pcmd->cmdsz; in r8712_createbss_cmd()
571 psecnetwork->Length = cpu_to_le32(psecnetwork->Length); in r8712_joinbss_cmd()
590 psecnetwork->Configuration.FHConfig.Length = cpu_to_le32( in r8712_joinbss_cmd()
591 psecnetwork->Configuration.FHConfig.Length); in r8712_joinbss_cmd()
592 psecnetwork->Configuration.Length = cpu_to_le32( in r8712_joinbss_cmd()
593 psecnetwork->Configuration.Length); in r8712_joinbss_cmd()
905 pnetwork->Length = le32_to_cpu(pnetwork->Length); in r8712_createbss_cmd_callback()
920 pnetwork->Configuration.FHConfig.Length = le32_to_cpu(pnetwork-> in r8712_createbss_cmd_callback()
921 Configuration.FHConfig.Length); in r8712_createbss_cmd_callback()
922 pnetwork->Configuration.Length = le32_to_cpu(pnetwork-> in r8712_createbss_cmd_callback()
[all …]
Drtl871x_mlme.c430 target->Length = bssid_ex_sz; in update_scanned_network()
508 pnetwork->Length = le32_to_cpu(pnetwork->Length); in r8712_survey_event_callback()
525 pnetwork->Configuration.FHConfig.Length = in r8712_survey_event_callback()
526 le32_to_cpu(pnetwork->Configuration.FHConfig.Length); in r8712_survey_event_callback()
527 pnetwork->Configuration.Length = in r8712_survey_event_callback()
528 le32_to_cpu(pnetwork->Configuration.Length); in r8712_survey_event_callback()
732 pnetwork->network.Length = le32_to_cpu(pnetwork->network.Length); in r8712_joinbss_event_callback()
753 pnetwork->network.Configuration.FHConfig.Length = in r8712_joinbss_event_callback()
754 le32_to_cpu(pnetwork->network.Configuration.FHConfig.Length); in r8712_joinbss_event_callback()
755 pnetwork->network.Configuration.Length = in r8712_joinbss_event_callback()
[all …]
Drtl871x_mp_ioctl.c181 bssid.Length = ((length >> 2) + 1) << 2; in mp_start_test()
183 bssid.Length = length; in mp_start_test()
Drtl871x_ioctl_linux.c408 pwep->Length = wep_key_len + in wpa_set_encryption()
1572 wep.Length = wep.KeyLength + in r8711_wx_set_enc()
/linux-4.4.14/include/linux/usb/
Dassociation.h63 __le16 Length; member
111 __le32 Length; member
129 __le32 Length; member
145 __le16 Length; member
Dstorage.h59 __u8 Length; /* of of the CDB */ member
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Ddot11d.h50 (((__Ie).Length == 0 || (__Ie).Length != GET_DOT11D_INFO(__pIeeeDev)->CountryIeLen) ? \
52 (!memcmp(GET_DOT11D_INFO(__pIeeeDev)->CountryIeBuf, (__Ie).Octet, (__Ie).Length)))
Drtl819x_Qos.h317 u8 Length; member
443 u16 Length; member
Dieee80211_softmac.c1123 osCcxAironetIE.Length = sizeof(CcxAironetBuf); in ieee80211_association_req()
1136 *tag++ = osCcxAironetIE.Length; in ieee80211_association_req()
1137 memcpy(tag, osCcxAironetIE.Octet, osCcxAironetIE.Length); in ieee80211_association_req()
1138 tag += osCcxAironetIE.Length; in ieee80211_association_req()
1147 osCcxRmCap.Length = sizeof(CcxRmCapBuf); in ieee80211_association_req()
1150 *tag++ = osCcxRmCap.Length; in ieee80211_association_req()
1151 memcpy(tag, osCcxRmCap.Octet, osCcxRmCap.Length); in ieee80211_association_req()
1152 tag += osCcxRmCap.Length; in ieee80211_association_req()
1160 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in ieee80211_association_req()
1163 *tag++ = osCcxVerNum.Length; in ieee80211_association_req()
[all …]
Drtl819x_HTProc.c774 posRT2RTAgg->Length = 6; in HTConstructRT2RTAggElement()
Dieee80211.h708 u16 Length; member
/linux-4.4.14/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S271 LABEL less_than_ %j # less_than_j: Length should be in
286 less_than_8: # Length should be stored in
294 less_than_4: # Length should be stored in
301 less_than_2: # Length should be stored in the MSB
306 less_than_1: # Length should be zero
/linux-4.4.14/drivers/media/pci/ngene/
Dngene-cards.c409 u16 Addr = MICNG_EE_START, Length, tag = 0; in ReadEEProm() local
428 Length = EETag[2]; in ReadEEProm()
429 if (Length > MaxLen) in ReadEEProm()
430 Length = (u16) MaxLen; in ReadEEProm()
431 if (Length > 0) { in ReadEEProm()
433 status = i2c_read_eeprom(adapter, 0x50, Addr, data, Length); in ReadEEProm()
437 if (Length < EETag[2]) in ReadEEProm()
446 u16 Tag, u32 Length, u8 *data) in WriteEEProm() argument
471 if (Length > EETag[2]) in WriteEEProm()
478 for (i = 0; i < Length; i++, Addr++) { in WriteEEProm()
Dngene-core.c358 com.cmd.hdr.Length = 0; in ngene_command_load_firmware()
374 com.cmd.hdr.Length = 4; in ngene_command_load_firmware()
376 com.cmd.FWLoadFinish.Length = (unsigned short)cleft; in ngene_command_load_firmware()
389 com.cmd.hdr.Length = 1; in ngene_command_config_buf()
404 com.cmd.hdr.Length = 6; in ngene_command_config_free_buf()
420 com.cmd.hdr.Length = 1; in ngene_command_gpio_set()
498 void FillTSBuffer(void *Buffer, int Length, u32 Flags) in FillTSBuffer() argument
502 memset(Buffer, TS_FILLER, Length); in FillTSBuffer()
503 while (Length > 0) { in FillTSBuffer()
509 Length -= 188; in FillTSBuffer()
[all …]
Dngene-i2c.c54 com.cmd.hdr.Length = outlen + 3; in ngene_command_i2c_read()
82 com.cmd.hdr.Length = outlen + 1; in ngene_command_i2c_write()
Dngene.h182 u32 Length; member
250 u8 Length; member
289 u16 Length; member
896 void FillTSBuffer(void *Buffer, int Length, u32 Flags);
/linux-4.4.14/drivers/usb/usbip/
Dusbip_protocol.txt93 Offset | Length | Value | Description
104 Offset | Length | Value | Description
172 Offset | Length | Value | Description
189 Offset | Length | Value | Description
238 Offset | Length | Value | Description
286 Offset | Length | Value | Description
319 Offset | Length | Value | Description
340 Offset | Length | Value | Description
/linux-4.4.14/drivers/usb/serial/
Dio_usbvend.h343 __u8 Length; // Descriptor Length (per USB spec) member
432 __u8 Length; // F00 Desc length for what follows, per USB (= C0h ) member
532 __u8 Length; // C0 Desc length, per USB (= 40h) member
620 __le16 Length; member
Dio_ti.c848 le16_to_cpu(img_header->Length)); in build_i2c_fw_hdr()
1480 header->Length = cpu_to_le16((__u16)(buffer_size - in do_boot_mode()
/linux-4.4.14/drivers/isdn/hardware/eicon/
Ds_4bri.c187 dword *Length, dword *code) { in qBri_check_FPGAsrc() argument
192 if (!(File = (byte *)xdiLoadFile(FileName, Length, 0))) { in qBri_check_FPGAsrc()
200 if (++i >= *Length) in qBri_check_FPGAsrc()
231 if ((dword)(i + (cnt / 8)) > *Length) in qBri_check_FPGAsrc()
234 FileName, *Length, code + ((cnt + 7) / 8))) in qBri_check_FPGAsrc()
Dio.h48 dword Length; member
Ddivacapi.h156 word Length; member
Dmessage.c3138 data->Length = GET_WORD(parms[1].info); in data_b3_req()
8837 plci->NData[1].PLength = data->Length; in send_data()
8849 plci->NData[0].PLength = data->Length; in send_data()
/linux-4.4.14/fs/cifs/
Dsess.c311 tilen = le16_to_cpu(pblob->TargetInfoArray.Length); in decode_ntlmssp_challenge()
358 sec_blob->WorkstationName.Length = 0; in build_ntlmssp_negotiate_blob()
363 sec_blob->DomainName.Length = 0; in build_ntlmssp_negotiate_blob()
399 sec_blob->LmChallengeResponse.Length = 0; in build_ntlmssp_auth_blob()
413 sec_blob->NtChallengeResponse.Length = in build_ntlmssp_auth_blob()
421 sec_blob->NtChallengeResponse.Length = 0; in build_ntlmssp_auth_blob()
427 sec_blob->DomainName.Length = 0; in build_ntlmssp_auth_blob()
436 sec_blob->DomainName.Length = cpu_to_le16(len); in build_ntlmssp_auth_blob()
443 sec_blob->UserName.Length = 0; in build_ntlmssp_auth_blob()
452 sec_blob->UserName.Length = cpu_to_le16(len); in build_ntlmssp_auth_blob()
[all …]
Dsmb2file.c157 cur->Length = cpu_to_le64(li->length); in smb2_unlock_range()
218 cur->Length = cpu_to_le64(li->length); in smb2_push_mand_fdlocks()
Dntlmssp.h86 __le16 Length; member
Dsmb2pdu.h646 __le32 Length; /* how many bytes to copy */ member
820 __le32 Length; member
851 __le32 Length; member
881 __le64 Length; member
Dsmb2pdu.c1905 req->Length = cpu_to_le32(io_parms->length); in smb2_new_read_req()
2220 req->Length = cpu_to_le32(wdata->bytes); in smb2_async_writev()
2282 req->Length = cpu_to_le32(io_parms->length); in SMB2_write()
2883 lock.Length = cpu_to_le64(length); in SMB2_lock()
Dsmb2ops.c617 pcchunk->Length = in smb2_clone_range()
642 le32_to_cpu(pcchunk->Length)) { in smb2_clone_range()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c166 (_os).Length = (_len);
342 le16_to_cpus(&pAmpAsoc->Length); in bthci_GetAssocInfo()
343 BaseMemoryShift += 3 + pAmpAsoc->Length; in bthci_GetAssocInfo()
346 RTPRINT_DATA(FIOCTL, IOCTL_BT_HCICMD, "Hex Data: \n", pAmpAsoc->Data, pAmpAsoc->Length); in bthci_GetAssocInfo()
350 if (pAmpAsoc->Length > 6) in bthci_GetAssocInfo()
357 pBtHciInfo->BtPreChnlListLen = pAmpAsoc->Length; in bthci_GetAssocInfo()
366 pBtHciInfo->BTConnectChnlListLen = pAmpAsoc->Length; in bthci_GetAssocInfo()
501 pAssoStrc->Length = 0x06; in bthci_AssocMACAddr()
504 ("AssocMACAddr : \n"), pAssoStrc, pAssoStrc->Length+3); in bthci_AssocMACAddr()
506 return pAssoStrc->Length + 3; in bthci_AssocMACAddr()
[all …]
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c654 if (pIE->Length > sizeof(struct HT_info_element)) in bwmode_update_check()
733 for (i = 0; i < (pIE->Length); i++) { in HT_caps_handler()
777 if (pIE->Length > sizeof(struct HT_info_element)) in HT_info_handler()
781 memcpy(&(pmlmeinfo->HT_info), pIE->data, pIE->Length); in HT_info_handler()
820 if (pIE->Length > 1) in ERP_IE_handler()
824 memcpy(&(pmlmeinfo->ERP_IE), pIE->data, pIE->Length); in ERP_IE_handler()
911 bssid->Length = sizeof(struct wlan_bssid_ex) - MAX_IE_SZ + len; in rtw_check_bcn_info()
1090 i += (pIE->Length + 2); in update_beacon_info()
1118 i += (pIE->Length + 2); in is_ap_in_tkip()
1152 i += (pIE->Length + 2); in should_forbid_n_rate()
[all …]
Drtw_ap.c185 ielen = pIE->Length; in rtw_add_bcn_ie()
190 ielen = pIE->Length; in rtw_add_bcn_ie()
191 i += (pIE->Length + 2); in rtw_add_bcn_ie()
846 memcpy(pnetwork_mlmeext, pnetwork, pnetwork->Length); in start_bss_network()
931 pbss_network->Configuration.Length = 0; in rtw_check_beacon_data()
1112 pbss_network->Length = get_wlan_bssid_ex_sz((struct wlan_bssid_ex *)pbss_network); in rtw_check_beacon_data()
Drtw_mlme.c496 target->Length = bssid_ex_sz; in rtw_update_scanned_network()
985 memcpy(&cur_network->network, &pnetwork->network, pnetwork->network.Length); in rtw_joinbss_update_network()
1052 pnetwork->network.Length = get_wlan_bssid_ex_sz(&pnetwork->network); in rtw_joinbss_event_prehandle()
1053 if (pnetwork->network.Length > sizeof(struct wlan_bssid_ex)) { in rtw_joinbss_event_prehandle()
1847 pdev_network->Configuration.Length = sizeof(struct ndis_802_11_config); in rtw_init_registrypriv_dev_network()
1849 pdev_network->Configuration.FHConfig.Length = 0; in rtw_init_registrypriv_dev_network()
1908 pdev_network->Length = get_wlan_bssid_ex_sz((struct wlan_bssid_ex *)pdev_network); in rtw_update_registrypriv_dev_network()
Drtw_cmd.c377 pdev_network->Length = pcmd->cmdsz; in rtw_createbss_cmd()
1333 pnetwork->Length = get_wlan_bssid_ex_sz(pnetwork); in rtw_createbss_cmd_callback()
1334 memcpy(&(pwlan->network), pnetwork, pnetwork->Length); in rtw_createbss_cmd_callback()
Drtw_mlme_ext.c1184 …for (i = sizeof(struct ndis_802_11_fixed_ie); i < pmlmeinfo->network.IELength; i += (pIE->Length +… in issue_assocreq()
1197 pIE->Length = 14; in issue_assocreq()
1199 pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, pIE->Length, pIE->data, &(pattrib->pktlen)); in issue_assocreq()
2146 bssid->Length = sizeof(struct wlan_bssid_ex) - MAX_IE_SZ + len; in collect_bss_info()
2209 bssid->Configuration.Length = 0; in collect_bss_info()
3505 i += (pIE->Length + 2); in OnAssocRsp()
5158 i += (pIE->Length + 2); in join_cmd_hdl()
/linux-4.4.14/Documentation/devicetree/bindings/display/
Dssd1307fb.txt25 - solomon,prechargep1: Length of deselect period (phase 1) in clock cycles.
26 - solomon,prechargep2: Length of precharge period (phase 2) in clock cycles.
/linux-4.4.14/drivers/scsi/mpt3sas/mpi/
Dmpi2.h783 U16 Length; member
791 U16 Length; member
799 U16 Length; member
1015 U32 Length; member
1051 U32 Length; member
/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi.h387 U16 Length; member
396 U16 Length; member
405 U16 Length; member
/linux-4.4.14/Documentation/usb/
Dusbmon.txt147 in this word, they proceed to read Data Length (except for isochronous URBs).
149 reading the Data Length or isochronous descriptors.
163 - Data Length. For submissions, this is the requested length. For callbacks,
173 reported in the Data Length word. In the case of an Isochronous input (Zi)
175 the collected data can be greater than the Data Length value (because Data
176 Length counts only the bytes that were received whereas the Data words
210 unsigned int length; /* 32: Length of data (submitted or actual) */
281 size_t alloc; /* Length of data (can be zero) */
/linux-4.4.14/drivers/staging/rtl8723au/include/
Dwlan_bssdef.h72 u32 Length; member
Drtl8723a_bt-coexist.h51 u16 Length; member
695 u16 Length; member
768 u8 Length; member
1049 u16 Length; member
1055 u8 Length; member
/linux-4.4.14/drivers/usb/storage/
Dinitializers.c76 bcb->Length = sizeof(init_string) - 1; in usb_stor_ucr61s2b_init()
Drealtek_cr.c229 bcb->Length = cmd_len; in rts51x_bulk_transport()
233 memcpy(bcb->CDB, cmd, bcb->Length); in rts51x_bulk_transport()
315 bcb->Length = cmd_len; in rts51x_bulk_transport_special()
319 memcpy(bcb->CDB, cmd, bcb->Length); in rts51x_bulk_transport_special()
Dtransport.c1089 bcb->Length = srb->cmd_len; in usb_stor_Bulk_transport()
1093 memcpy(bcb->CDB, srb->cmnd, bcb->Length); in usb_stor_Bulk_transport()
1100 bcb->Length); in usb_stor_Bulk_transport()
/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.h199 __le32 Length; member
222 __le16 Length; member
243 __le32 Length; member
251 __le32 Length; member
Dmegaraid_sas_fusion.c1316 sgl_ptr->Length = cpu_to_le32(sg_dma_len(os_sgl)); in megasas_make_sgl_fusion()
1352 sg_chain->Length = cpu_to_le32((sizeof(union MPI2_SGE_IO_UNION) * (sge_count - sg_processed))); in megasas_make_sgl_fusion()
2370 mpi25_ieee_chain->Length = cpu_to_le32(instance->max_chain_frame_sz); in build_mpt_mfi_pass_thru()
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.h164 u32 Length; member
Dr8190P_def.h278 u16 Length:14; member
Dr8192E_dev.c2028 stats->Length = pdesc->Length; in rtl92e_get_rx_stats()
2029 if (stats->Length < 24) in rtl92e_get_rx_stats()
2036 if (pdesc->Length < 500) in rtl92e_get_rx_stats()
2038 else if (pdesc->Length > 1000) in rtl92e_get_rx_stats()
2081 stats->packetlength = stats->Length-4; in rtl92e_get_rx_stats()
Drtl_core.c1840 entry->Length = priv->rxbuffersize; in _rtl92e_alloc_rx_ring()
2067 skb_put(skb, pdesc->Length); in _rtl92e_rx_normal()
2120 pdesc->Length = priv->rxbuffersize; in _rtl92e_rx_normal()
Drtl_dm.c656 tx_cmd.Length = 4; in _rtl92e_dm_tx_power_tracking_callback_tssi()
/linux-4.4.14/Documentation/networking/caif/
DREADME71 Length(2)| | |
80 Length(2)| | | | |
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/
Dstmpe.txt22 - st,fraction-z: Length of the fractional part in z (fraction-z ([0..7]) = Count of
Dti-tsc-adc.txt33 ti,charge-delay: Length of touch screen charge delay step in terms of
/linux-4.4.14/drivers/usb/wusbcore/
Dcbaf.c162 assoc_size = le16_to_cpu(assoc_info->Length); in cbaf_check()
299 needed = result < sizeof(*di) ? sizeof(*di) : le32_to_cpu(di->Length); in cbaf_cdid_get()
500 .Length = cpu_to_le32(sizeof(struct wusb_cbaf_cc_data)),
/linux-4.4.14/drivers/staging/rtl8192e/
Drtl819x_Qos.h92 u16 Length; member
Drtllib_softmac.c1298 osCcxAironetIE.Length = sizeof(CcxAironetBuf); in rtllib_association_req()
1306 *tag++ = osCcxAironetIE.Length; in rtllib_association_req()
1307 memcpy(tag, osCcxAironetIE.Octet, osCcxAironetIE.Length); in rtllib_association_req()
1308 tag += osCcxAironetIE.Length; in rtllib_association_req()
1317 osCcxRmCap.Length = sizeof(CcxRmCapBuf); in rtllib_association_req()
1320 *tag++ = osCcxRmCap.Length; in rtllib_association_req()
1321 memcpy(tag, osCcxRmCap.Octet, osCcxRmCap.Length); in rtllib_association_req()
1322 tag += osCcxRmCap.Length; in rtllib_association_req()
1331 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in rtllib_association_req()
1334 *tag++ = osCcxVerNum.Length; in rtllib_association_req()
[all …]
Drtllib.h637 u16 Length; member
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dsamsung-sxgbe.txt17 - samsung,pbl: Integer, Programmable Burst Length.
Dstmmac.txt20 - snps,pbl Programmable Burst Length
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U_dm.h196 u32 Length; /* Command packet length. */ member
Dr8192U.h313 u16 Length:14; member
329 u16 Length:14; member
Dr819xU_cmdpkt.c510 total_length = pstats->Length; in cmpk_message_handle_rx()
Dr8192U_core.c4691 stats->Length = desc->Length; in query_rxdesc_status()
4706 if (stats->Length < 24 || stats->Length > MAX_8192U_RX_SIZE) in query_rxdesc_status()
4875 stats->Length = desc->Length; in query_rx_cmdpkt_desc_status()
4878 stats->packetlength = stats->Length - scrclng; in query_rx_cmdpkt_desc_status()
Dr8192U_dm.c536 tx_cmd.Length = 4; in dm_TXPowerTrackingCallback_TSSI()
/linux-4.4.14/include/linux/
Disdnif.h349 __u16 Length; member
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-class-tpm154 Key Length (bits): 00 00 08 00 (2048)
158 Modulus Length: 256 (bytes)
/linux-4.4.14/Documentation/networking/
Dcops.txt18 Dayna DL2000/DaynaTalk PC (Half Length), COPS LT-95,
Dcxgb.txt284 Data Length (bytes): 1k
292 increasing the Data Length to 2k bytes for increased performance. If you
Dstmmac.txt152 o pbl: the Programmable Burst Length is maximum number of beats to
210 o pbl: Programmable Burst Length
Dudplite.txt173 MTU: 1500 bytes Coverage Length: 856 bytes
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme.c476 target->Length = bssid_ex_sz; in rtw_update_scanned_network()
996 pnetwork->network.Length); in rtw_joinbss_update_network23a()
1088 pnetwork->network.Length = get_wlan_bssid_ex_sz(&pnetwork->network); in rtw_joinbss_event_prehandle23a()
1089 if (pnetwork->network.Length > sizeof(struct wlan_bssid_ex)) { in rtw_joinbss_event_prehandle23a()
2064 pdev_network->Length = in rtw_update_registrypriv_dev_network23a()
Drtw_cmd.c435 pdev_network->Length = pcmd->cmdsz; in rtw_createbss_cmd23a()
1391 pnetwork->Length = get_wlan_bssid_ex_sz(pnetwork); in rtw_createbss_cmd23a_callback()
1392 memcpy(&pwlan->network, pnetwork, pnetwork->Length); in rtw_createbss_cmd23a_callback()
Drtw_ap.c775 memcpy(pnetwork_mlmeext, pnetwork, pnetwork->Length); in start_bss_network()
1026 pbss_network->Length = get_wlan_bssid_ex_sz(pbss_network); in rtw_check_beacon_data23a()
Drtw_mlme_ext.c4174 bssid->Length = offsetof(struct wlan_bssid_ex, IEs) + length; in collect_bss_info()
/linux-4.4.14/drivers/block/
DDAC960.c5758 int Length = 0; in DAC960_Message() local
5760 Length = vsprintf(Buffer, Format, Arguments); in DAC960_Message()
5770 if (DAC960_CheckStatusBuffer(Controller, Length)) in DAC960_Message()
5775 Controller->InitialStatusLength += Length; in DAC960_Message()
5791 if (Buffer[0] != '\n' || Length > 1) in DAC960_Message()
5799 else if (DAC960_CheckStatusBuffer(Controller, Length)) in DAC960_Message()
5803 Controller->CurrentStatusLength += Length; in DAC960_Message()
5809 Controller->ProgressBufferLength = Length; in DAC960_Message()
5827 Controller->UserStatusLength += Length; in DAC960_Message()
5828 if (Buffer[0] != '\n' || Length > 1) in DAC960_Message()
[all …]
/linux-4.4.14/drivers/media/dvb-frontends/
Ddrxd_hard.c339 u16 Length; in WriteTable() local
347 Length = pTable[0] | (pTable[1] << 8); in WriteTable()
349 if (!Length) in WriteTable()
351 status = WriteBlock(state, Address, Length * 2, pTable, 0); in WriteTable()
352 pTable += (Length * 2); in WriteTable()
926 const u8 *pMCImage, u32 Length) in DownloadMicrocode() argument
/linux-4.4.14/Documentation/filesystems/caching/
Dfscache.txt325 OBJ INST Length of time to instantiate an object
326 OP RUNS Length of time a call to process an operation took
327 OBJ RUNS Length of time a call to process an object event took
Dcachefiles.txt470 LOOKUPS Length of time to perform a lookup on the backing fs
471 MKDIRS Length of time to perform a mkdir on the backing fs
472 CREATES Length of time to perform a create on the backing fs
/linux-4.4.14/Documentation/early-userspace/
Dbuffer-format.txt65 c_namesize 8 bytes Length of filename, including final \0
/linux-4.4.14/Documentation/fb/
Dapi.txt160 __u32 smem_len; /* Length of frame buffer mem */
170 __u32 mmio_len; /* Length of Memory Mapped I/O */
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
DKconfig30 int "Descriptor Skip Length in 32 bit longwords"
/linux-4.4.14/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt107 3.2 Length
226 3.4.2.2 Tag Length
312 3.4.3.2 Tag Length
375 3.4.4.2 Tag Length
/linux-4.4.14/drivers/scsi/arcmsr/
Darcmsr.h103 uint32_t Length; member
Darcmsr_hba.c2289 pcmdmessagefld->cmdmessage.Length = allxfer_len; in arcmsr_iop_message_xfer()
2308 user_len = pcmdmessagefld->cmdmessage.Length; in arcmsr_iop_message_xfer()
/linux-4.4.14/arch/cris/boot/rescue/
Dhead_v10.S347 subq 1, $r2 ; Length left
/linux-4.4.14/Documentation/isdn/
DINTERFACE.CAPI292 CAPIMSG_LEN(m) CAPIMSG_SETLEN(m, len) Total Length (u16)
302 CAPIMSG_DATALEN(m) CAPIMSG_SETDATALEN(m, len) Data Length (u16)
DINTERFACE147 Length of data accepted on success, else error-code (-EINVAL on
172 Length of data accepted on success, else error-code (-EINVAL etc.)
196 Length of data on success, else error-code (-EINVAL etc.)
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt407 u32 length; // Length of this frame
527 Length of link list (wtf: what units ???)
/linux-4.4.14/Documentation/connector/
Dconnector.txt49 __u32 len; /* Length of the following data */
/linux-4.4.14/Documentation/w1/
Dw1.netlink110 Length in each header corresponds to the size of the data behind it, so
/linux-4.4.14/drivers/usb/gadget/function/
Df_mass_storage.c2144 cbw->Flags & ~US_BULK_FLAG_IN || cbw->Length <= 0 || in received_cbw()
2145 cbw->Length > MAX_COMMAND_SIZE) { in received_cbw()
2148 cbw->Lun, cbw->Flags, cbw->Length); in received_cbw()
2162 common->cmnd_size = cbw->Length; in received_cbw()
/linux-4.4.14/Documentation/input/
Diforce-protocol.txt151 Query command. Length varies according to the query type.
/linux-4.4.14/drivers/isdn/hisax/
Dcallc.c1424 t += QuickHex(t, (u_char *)cm, (cm->Length > 50) ? 50 : cm->Length); in capi_debug()
1568 if (ic->parm.cmsg.Length < 8) in HiSax_command()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_init.c1869 int Length; in lpfc_parse_vpd() local
1900 Length = ((((unsigned short)lenhi) << 8) + lenlo); in lpfc_parse_vpd()
1901 if (Length > len - index) in lpfc_parse_vpd()
1902 Length = len - index; in lpfc_parse_vpd()
1903 while (Length > 0) { in lpfc_parse_vpd()
1910 Length -= (3+i); in lpfc_parse_vpd()
1925 Length -= (3+i); in lpfc_parse_vpd()
1940 Length -= (3+i); in lpfc_parse_vpd()
1955 Length -= (3+i); in lpfc_parse_vpd()
1970 Length -= (3+i); in lpfc_parse_vpd()
[all …]
/linux-4.4.14/Documentation/arm/SA1100/
DAssabet177 Name FLASH addr Mem addr Length Entry point
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.reg1296 * Data Length Pointer
1306 * Status Length Pointer
1316 * Command Length Pointer
1441 * Logical Unit Number Length
1681 * Data Length Counters
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c414 pwep->Length = wep_total_len; in wpa_set_encryption()
1680 wep.Length = wep.KeyLength + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc()
2290 pwep->Length = wep_total_len; in rtw_set_encryption()
/linux-4.4.14/drivers/isdn/i4l/
Disdn_tty.c779 cmd.parm.cmsg.Length = l + 18; in isdn_tty_suspend()
869 cmd.parm.cmsg.Length = l + 18; in isdn_tty_resume()
963 cmd.parm.cmsg.Length = l + 14; in isdn_tty_send_msg()
/linux-4.4.14/Documentation/devicetree/bindings/
Dmarvell.txt276 - max_idle : value needed for MPSC CHR3 (Maximum Frame Length)
/linux-4.4.14/arch/arc/
DKconfig218 int "Cache Line Length (as power of 2)"
/linux-4.4.14/Documentation/scsi/
Darcmsr_spec.txt553 ** (B) Length : 2 bytes
/linux-4.4.14/drivers/char/ipmi/
Dipmi_ssif.c1817 u32 Length; member
Dipmi_si_intf.c2118 u32 Length; member
/linux-4.4.14/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c1212 cmd_len = cbw->Length; in bot_submit_command()
/linux-4.4.14/drivers/message/fusion/
Dmptbase.c1132 pChain->Length = cpu_to_le16(length); in mpt_add_chain()
1153 pChain->Length = cpu_to_le16(length); in mpt_add_chain_64bit()
/linux-4.4.14/Documentation/x86/
Dboot.txt194 024C/4 2.08+ payload_length Length of kernel payload
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_base.c1330 sgel->Length = cpu_to_le32(length); in _base_add_sg_single_ieee()
/linux-4.4.14/Documentation/s390/
DDebugging390.txt779 Bits Instruction Length