Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/staging/rtl8712/
Dwlan_bssdef.h54 u32 Length; /* Length of structure */ member
65 u32 Length; /* Length of structure */ member
98 u32 Length; member
159 u32 Length; member
172 u32 Length; /* Length of this structure */ member
181 u32 Length; /* Length of this structure */ member
187 u32 Length; /* Length of this structure */ member
251 u32 Length; member
Drtl871x_cmd.c465 pdev_network->Length = pcmd->cmdsz; in r8712_createbss_cmd()
581 psecnetwork->Length = cpu_to_le32(psecnetwork->Length); in r8712_joinbss_cmd()
600 psecnetwork->Configuration.FHConfig.Length = cpu_to_le32( in r8712_joinbss_cmd()
601 psecnetwork->Configuration.FHConfig.Length); in r8712_joinbss_cmd()
602 psecnetwork->Configuration.Length = cpu_to_le32( in r8712_joinbss_cmd()
603 psecnetwork->Configuration.Length); in r8712_joinbss_cmd()
916 pnetwork->Length = le32_to_cpu(pnetwork->Length); in r8712_createbss_cmd_callback()
931 pnetwork->Configuration.FHConfig.Length = le32_to_cpu(pnetwork-> in r8712_createbss_cmd_callback()
932 Configuration.FHConfig.Length); in r8712_createbss_cmd_callback()
933 pnetwork->Configuration.Length = le32_to_cpu(pnetwork-> in r8712_createbss_cmd_callback()
[all …]
Drtl871x_mlme.c438 target->Length = bssid_ex_sz; in update_scanned_network()
516 pnetwork->Length = le32_to_cpu(pnetwork->Length); in r8712_survey_event_callback()
533 pnetwork->Configuration.FHConfig.Length = in r8712_survey_event_callback()
534 le32_to_cpu(pnetwork->Configuration.FHConfig.Length); in r8712_survey_event_callback()
535 pnetwork->Configuration.Length = in r8712_survey_event_callback()
536 le32_to_cpu(pnetwork->Configuration.Length); in r8712_survey_event_callback()
739 pnetwork->network.Length = le32_to_cpu(pnetwork->network.Length); in r8712_joinbss_event_callback()
760 pnetwork->network.Configuration.FHConfig.Length = in r8712_joinbss_event_callback()
761 le32_to_cpu(pnetwork->network.Configuration.FHConfig.Length); in r8712_joinbss_event_callback()
762 pnetwork->network.Configuration.Length = in r8712_joinbss_event_callback()
[all …]
Drtl871x_mp_ioctl.c180 bssid.Length = ((length >> 2) + 1) << 2; in mp_start_test()
182 bssid.Length = length; in mp_start_test()
Drtl871x_ioctl_linux.c433 pwep->Length = wep_key_len + in wpa_set_encryption()
1588 wep.Length = wep.KeyLength + in r8711_wx_set_enc()
/linux-4.1.27/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.1.27/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.h350 u8 Length; member
476 u16 Length; member
Dieee80211_softmac.c1126 osCcxAironetIE.Length = sizeof(CcxAironetBuf); in ieee80211_association_req()
1139 *tag++ = osCcxAironetIE.Length; in ieee80211_association_req()
1140 memcpy(tag, osCcxAironetIE.Octet, osCcxAironetIE.Length); in ieee80211_association_req()
1141 tag += osCcxAironetIE.Length; in ieee80211_association_req()
1150 osCcxRmCap.Length = sizeof(CcxRmCapBuf); in ieee80211_association_req()
1153 *tag++ = osCcxRmCap.Length; in ieee80211_association_req()
1154 memcpy(tag, osCcxRmCap.Octet, osCcxRmCap.Length); in ieee80211_association_req()
1155 tag += osCcxRmCap.Length; in ieee80211_association_req()
1163 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in ieee80211_association_req()
1166 *tag++ = osCcxVerNum.Length; in ieee80211_association_req()
[all …]
Drtl819x_HTProc.c774 posRT2RTAgg->Length = 6; in HTConstructRT2RTAggElement()
Dieee80211.h840 u16 Length; member
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.c809 le16_to_cpu(img_header->Length)); in build_i2c_fw_hdr()
1350 header->Length = cpu_to_le16((__u16)(buffer_size - in download_fw()
/linux-4.1.27/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.1.27/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.c138 cur->Length = cpu_to_le64(li->length); in smb2_unlock_range()
199 cur->Length = cpu_to_le64(li->length); in smb2_push_mand_fdlocks()
Dntlmssp.h86 __le16 Length; member
Dsmb2pdu.h574 __le32 Length; /* how many bytes to copy */ member
710 __le32 Length; member
741 __le32 Length; member
771 __le64 Length; member
Dsmb2pdu.c1717 req->Length = cpu_to_le32(io_parms->length); in smb2_new_read_req()
2027 req->Length = cpu_to_le32(wdata->bytes); in smb2_async_writev()
2089 req->Length = cpu_to_le32(io_parms->length); in SMB2_write()
2690 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.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c167 (_os).Length = (_len);
343 le16_to_cpus(&pAmpAsoc->Length); in bthci_GetAssocInfo()
344 BaseMemoryShift += 3 + pAmpAsoc->Length; in bthci_GetAssocInfo()
347 RTPRINT_DATA(FIOCTL, IOCTL_BT_HCICMD, "Hex Data: \n", pAmpAsoc->Data, pAmpAsoc->Length); in bthci_GetAssocInfo()
351 if (pAmpAsoc->Length > 6) in bthci_GetAssocInfo()
358 pBtHciInfo->BtPreChnlListLen = pAmpAsoc->Length; in bthci_GetAssocInfo()
367 pBtHciInfo->BTConnectChnlListLen = pAmpAsoc->Length; in bthci_GetAssocInfo()
502 pAssoStrc->Length = 0x06; in bthci_AssocMACAddr()
505 ("AssocMACAddr : \n"), pAssoStrc, pAssoStrc->Length+3); in bthci_AssocMACAddr()
507 return pAssoStrc->Length + 3; in bthci_AssocMACAddr()
[all …]
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c658 if (pIE->Length > sizeof(struct HT_info_element)) in bwmode_update_check()
737 for (i = 0; i < (pIE->Length); i++) { in HT_caps_handler()
781 if (pIE->Length > sizeof(struct HT_info_element)) in HT_info_handler()
785 memcpy(&(pmlmeinfo->HT_info), pIE->data, pIE->Length); in HT_info_handler()
824 if (pIE->Length > 1) in ERP_IE_handler()
828 memcpy(&(pmlmeinfo->ERP_IE), pIE->data, pIE->Length); in ERP_IE_handler()
915 bssid->Length = sizeof(struct wlan_bssid_ex) - MAX_IE_SZ + len; in rtw_check_bcn_info()
1094 i += (pIE->Length + 2); in update_beacon_info()
1122 i += (pIE->Length + 2); in is_ap_in_tkip()
1156 i += (pIE->Length + 2); in should_forbid_n_rate()
[all …]
Drtw_ap.c173 ielen = pIE->Length; in rtw_add_bcn_ie()
178 ielen = pIE->Length; in rtw_add_bcn_ie()
179 i += (pIE->Length + 2); in rtw_add_bcn_ie()
823 memcpy(pnetwork_mlmeext, pnetwork, pnetwork->Length); in start_bss_network()
908 pbss_network->Configuration.Length = 0; in rtw_check_beacon_data()
1089 pbss_network->Length = get_wlan_bssid_ex_sz((struct wlan_bssid_ex *)pbss_network); in rtw_check_beacon_data()
Drtw_mlme.c495 target->Length = bssid_ex_sz; in rtw_update_scanned_network()
979 memcpy(&cur_network->network, &pnetwork->network, pnetwork->network.Length); in rtw_joinbss_update_network()
1046 pnetwork->network.Length = get_wlan_bssid_ex_sz(&pnetwork->network); in rtw_joinbss_event_prehandle()
1047 if (pnetwork->network.Length > sizeof(struct wlan_bssid_ex)) { in rtw_joinbss_event_prehandle()
1842 pdev_network->Configuration.Length = sizeof(struct ndis_802_11_config); in rtw_init_registrypriv_dev_network()
1844 pdev_network->Configuration.FHConfig.Length = 0; in rtw_init_registrypriv_dev_network()
1903 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.c1412 i += (pIE->Length + 2); in OnAssocRsp()
2836 pIE->Length = 14; in issue_assocreq()
2838 pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, pIE->Length, pIE->data, &(pattrib->pktlen)); in issue_assocreq()
2844 i += (pIE->Length + 2); in issue_assocreq()
3765 bssid->Length = sizeof(struct wlan_bssid_ex) - MAX_IE_SZ + len; in collect_bss_info()
3828 bssid->Configuration.Length = 0; in collect_bss_info()
5114 i += (pIE->Length + 2); in join_cmd_hdl()
/linux-4.1.27/drivers/scsi/mpt3sas/mpi/
Dmpi2.h779 U16 Length; member
787 U16 Length; member
795 U16 Length; member
1011 U32 Length; member
1047 U32 Length; member
/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi.h387 U16 Length; member
396 U16 Length; member
405 U16 Length; member
/linux-4.1.27/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.1.27/drivers/usb/storage/
Dinitializers.c76 bcb->Length = sizeof(init_string) - 1; in usb_stor_ucr61s2b_init()
Drealtek_cr.c226 bcb->Length = cmd_len; in rts51x_bulk_transport()
230 memcpy(bcb->CDB, cmd, bcb->Length); in rts51x_bulk_transport()
312 bcb->Length = cmd_len; in rts51x_bulk_transport_special()
316 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.1.27/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.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.h186 u32 Length; member
209 u16 Length; member
230 u32 Length; member
238 u32 Length; member
Dmegaraid_sas_fusion.c1245 sgl_ptr->Length = cpu_to_le32(sg_dma_len(os_sgl)); in megasas_make_sgl_fusion()
1289 sg_chain->Length = cpu_to_le32((sizeof(union MPI2_SGE_IO_UNION) * (sge_count - sg_processed))); in megasas_make_sgl_fusion()
2275 mpi25_ieee_chain->Length = cpu_to_le32(MEGASAS_MAX_SZ_CHAIN_FRAME); in build_mpt_mfi_pass_thru()
/linux-4.1.27/drivers/scsi/mpt2sas/mpi/
Dmpi2.h788 U16 Length; member
797 U16 Length; member
806 U16 Length; member
1026 U32 Length; member
/linux-4.1.27/drivers/staging/rtl8192e/
Drtl819x_Qos.h96 u8 Length; member
106 u16 Length; member
Drtllib_softmac.c1316 osCcxAironetIE.Length = sizeof(CcxAironetBuf); in rtllib_association_req()
1324 *tag++ = osCcxAironetIE.Length; in rtllib_association_req()
1325 memcpy(tag, osCcxAironetIE.Octet, osCcxAironetIE.Length); in rtllib_association_req()
1326 tag += osCcxAironetIE.Length; in rtllib_association_req()
1335 osCcxRmCap.Length = sizeof(CcxRmCapBuf); in rtllib_association_req()
1338 *tag++ = osCcxRmCap.Length; in rtllib_association_req()
1339 memcpy(tag, osCcxRmCap.Octet, osCcxRmCap.Length); in rtllib_association_req()
1340 tag += osCcxRmCap.Length; in rtllib_association_req()
1349 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in rtllib_association_req()
1352 *tag++ = osCcxVerNum.Length; in rtllib_association_req()
[all …]
Drtllib.h928 u16 Length; member
/linux-4.1.27/Documentation/networking/caif/
DREADME71 Length(2)| | |
80 Length(2)| | | | |
/linux-4.1.27/drivers/staging/i2o/
DREADME.ioctl204 u32 *swlen; /* Length of software buffer */
245 u32 *swlen; /* Length of software buffer */
287 u32 *swlen; /* Length of the software data */
344 u32 *reslen; /* Length in bytes of reply buffer */
346 u32 qlen; /* Length in bytes of query string buffer */
/linux-4.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/net/
Dsamsung-sxgbe.txt17 - samsung,pbl: Integer, Programmable Burst Length.
Dstmmac.txt20 - snps,pbl Programmable Burst Length
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_dm.h196 u32 Length; /* Command packet length. */ member
Dr819xU_cmdpkt.c510 total_length = pstats->Length; in cmpk_message_handle_rx()
Dr8192U.h346 u16 Length:14; member
362 u16 Length:14; member
Dr8192U_core.c4400 stats->Length = desc->Length; in query_rxdesc_status()
4414 if (stats->Length < 24 || stats->Length > MAX_8192U_RX_SIZE) in query_rxdesc_status()
4580 stats->Length = desc->Length; in query_rx_cmdpkt_desc_status()
4583 stats->packetlength = stats->Length-scrclng; in query_rx_cmdpkt_desc_status()
Dr8192U_dm.c531 tx_cmd.Length = 4; in dm_TXPowerTrackingCallback_TSSI()
/linux-4.1.27/include/linux/
Disdnif.h349 __u16 Length; member
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.h243 u32 Length; member
Dr8190P_def.h368 u16 Length:14; member
Dr8192E_dev.c2034 stats->Length = pdesc->Length; in rtl8192_rx_query_status_desc()
2035 if (stats->Length < 24) in rtl8192_rx_query_status_desc()
2042 if (pdesc->Length < 500) in rtl8192_rx_query_status_desc()
2044 else if (pdesc->Length > 1000) in rtl8192_rx_query_status_desc()
2088 stats->packetlength = stats->Length-4; in rtl8192_rx_query_status_desc()
Dr8192E_cmdpkt.c324 total_length = pstats->Length; in cmpk_message_handle_rx()
Drtl_core.c2101 entry->Length = priv->rxbuffersize; in rtl8192_alloc_rx_desc_ring()
2345 skb_put(skb, pdesc->Length); in rtl8192_rx_normal()
2398 pdesc->Length = priv->rxbuffersize; in rtl8192_rx_normal()
Drtl_dm.c482 tx_cmd.Length = 4; in dm_TXPowerTrackingCallback_TSSI()
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-class-tpm154 Key Length (bits): 00 00 08 00 (2048)
158 Modulus Length: 256 (bytes)
/linux-4.1.27/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.txt156 o pbl: the Programmable Burst Length is maximum number of beats to
218 o pbl: Programmable Burst Length
Dudplite.txt173 MTU: 1500 bytes Coverage Length: 856 bytes
/linux-4.1.27/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.c434 pdev_network->Length = pcmd->cmdsz; in rtw_createbss_cmd23a()
1389 pnetwork->Length = get_wlan_bssid_ex_sz(pnetwork); in rtw_createbss_cmd23a_callback()
1390 memcpy(&pwlan->network, pnetwork, pnetwork->Length); in rtw_createbss_cmd23a_callback()
Drtw_ap.c756 memcpy(pnetwork_mlmeext, pnetwork, pnetwork->Length); in start_bss_network()
1007 pbss_network->Length = get_wlan_bssid_ex_sz(pbss_network); in rtw_check_beacon_data23a()
Drtw_mlme_ext.c4184 bssid->Length = offsetof(struct wlan_bssid_ex, IEs) + length; in collect_bss_info()
/linux-4.1.27/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.1.27/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.1.27/Documentation/filesystems/caching/
Dfscache.txt320 OBJ INST Length of time to instantiate an object
321 OP RUNS Length of time a call to process an operation took
322 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.1.27/Documentation/early-userspace/
Dbuffer-format.txt65 c_namesize 8 bytes Length of filename, including final \0
/linux-4.1.27/Documentation/fb/
Dapi.txt160 __u32 smem_len; /* Length of frame buffer mem */
170 __u32 mmio_len; /* Length of Memory Mapped I/O */
/linux-4.1.27/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.1.27/drivers/net/ethernet/dec/tulip/
DKconfig31 int "Descriptor Skip Length in 32 bit longwords"
/linux-4.1.27/arch/cris/boot/rescue/
Dhead_v10.S350 subq 1, $r2 ; Length left
/linux-4.1.27/drivers/scsi/arcmsr/
Darcmsr.h103 uint32_t Length; member
Darcmsr_hba.c2292 pcmdmessagefld->cmdmessage.Length = allxfer_len; in arcmsr_iop_message_xfer()
2311 user_len = pcmdmessagefld->cmdmessage.Length; in arcmsr_iop_message_xfer()
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt407 u32 length; // Length of this frame
527 Length of link list (wtf: what units ???)
/linux-4.1.27/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.1.27/Documentation/w1/
Dw1.netlink110 Length in each header corresponds to the size of the data behind it, so
/linux-4.1.27/Documentation/connector/
Dconnector.txt49 __u32 len; /* Length of the following data */
/linux-4.1.27/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.1.27/Documentation/input/
Diforce-protocol.txt151 Query command. Length varies according to the query type.
/linux-4.1.27/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.1.27/drivers/scsi/lpfc/
Dlpfc_init.c1867 int Length; in lpfc_parse_vpd() local
1898 Length = ((((unsigned short)lenhi) << 8) + lenlo); in lpfc_parse_vpd()
1899 if (Length > len - index) in lpfc_parse_vpd()
1900 Length = len - index; in lpfc_parse_vpd()
1901 while (Length > 0) { in lpfc_parse_vpd()
1908 Length -= (3+i); in lpfc_parse_vpd()
1923 Length -= (3+i); in lpfc_parse_vpd()
1938 Length -= (3+i); in lpfc_parse_vpd()
1953 Length -= (3+i); in lpfc_parse_vpd()
1968 Length -= (3+i); in lpfc_parse_vpd()
[all …]
/linux-4.1.27/arch/arc/
DKconfig157 int "Cache Line Length (as power of 2)"
/linux-4.1.27/Documentation/arm/SA1100/
DAssabet177 Name FLASH addr Mem addr Length Entry point
/linux-4.1.27/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.1.27/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c412 pwep->Length = wep_total_len; in wpa_set_encryption()
1678 wep.Length = wep.KeyLength + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc()
2288 pwep->Length = wep_total_len; in rtw_set_encryption()
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/
Dmarvell.txt276 - max_idle : value needed for MPSC CHR3 (Maximum Frame Length)
/linux-4.1.27/Documentation/scsi/
Darcmsr_spec.txt553 ** (B) Length : 2 bytes
/linux-4.1.27/drivers/char/ipmi/
Dipmi_ssif.c1808 u32 Length; member
Dipmi_si_intf.c2102 u32 Length; member
/linux-4.1.27/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c1217 cmd_len = cbw->Length; in bot_submit_command()
/linux-4.1.27/drivers/message/fusion/
Dmptbase.c1136 pChain->Length = cpu_to_le16(length); in mpt_add_chain()
1157 pChain->Length = cpu_to_le16(length); in mpt_add_chain_64bit()
/linux-4.1.27/Documentation/x86/
Dboot.txt194 024C/4 2.08+ payload_length Length of kernel payload
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.c1276 sgel->Length = cpu_to_le32(length); in _base_add_sg_single_ieee()
/linux-4.1.27/Documentation/s390/
DDebugging390.txt779 Bits Instruction Length