/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | wlan_bssdef.h | 46 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/ |
D | wlan_bssdef.h | 54 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
|
D | rtl871x_cmd.c | 465 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 …]
|
D | rtl871x_mlme.c | 438 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 …]
|
D | rtl871x_mp_ioctl.c | 180 bssid.Length = ((length >> 2) + 1) << 2; in mp_start_test() 182 bssid.Length = length; in mp_start_test()
|
D | rtl871x_ioctl_linux.c | 433 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/ |
D | association.h | 63 __le16 Length; member 111 __le32 Length; member 129 __le32 Length; member 145 __le16 Length; member
|
D | storage.h | 59 __u8 Length; /* of of the CDB */ member
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | dot11d.h | 50 (((__Ie).Length == 0 || (__Ie).Length != GET_DOT11D_INFO(__pIeeeDev)->CountryIeLen) ? \ 52 (!memcmp(GET_DOT11D_INFO(__pIeeeDev)->CountryIeBuf, (__Ie).Octet, (__Ie).Length)))
|
D | rtl819x_Qos.h | 350 u8 Length; member 476 u16 Length; member
|
D | ieee80211_softmac.c | 1126 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 …]
|
D | rtl819x_HTProc.c | 774 posRT2RTAgg->Length = 6; in HTConstructRT2RTAggElement()
|
D | ieee80211.h | 840 u16 Length; member
|
/linux-4.1.27/arch/x86/crypto/ |
D | crc32c-pcl-intel-asm_64.S | 271 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/ |
D | ngene-cards.c | 409 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()
|
D | ngene-core.c | 358 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 …]
|
D | ngene-i2c.c | 54 com.cmd.hdr.Length = outlen + 3; in ngene_command_i2c_read() 82 com.cmd.hdr.Length = outlen + 1; in ngene_command_i2c_write()
|
D | ngene.h | 182 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/ |
D | usbip_protocol.txt | 93 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/ |
D | io_usbvend.h | 343 __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
|
D | io_ti.c | 809 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/ |
D | s_4bri.c | 187 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()
|
D | io.h | 48 dword Length; member
|
D | divacapi.h | 156 word Length; member
|
D | message.c | 3138 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/ |
D | sess.c | 311 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 …]
|
D | smb2file.c | 138 cur->Length = cpu_to_le64(li->length); in smb2_unlock_range() 199 cur->Length = cpu_to_le64(li->length); in smb2_push_mand_fdlocks()
|
D | ntlmssp.h | 86 __le16 Length; member
|
D | smb2pdu.h | 574 __le32 Length; /* how many bytes to copy */ member 710 __le32 Length; member 741 __le32 Length; member 771 __le64 Length; member
|
D | smb2pdu.c | 1717 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()
|
D | smb2ops.c | 617 pcchunk->Length = in smb2_clone_range() 642 le32_to_cpu(pcchunk->Length)) { in smb2_clone_range()
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_bt-coexist.c | 167 (_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/ |
D | rtw_wlan_util.c | 658 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 …]
|
D | rtw_ap.c | 173 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()
|
D | rtw_mlme.c | 495 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()
|
D | rtw_cmd.c | 377 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()
|
D | rtw_mlme_ext.c | 1412 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/ |
D | mpi2.h | 779 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/ |
D | mpi.h | 387 U16 Length; member 396 U16 Length; member 405 U16 Length; member
|
/linux-4.1.27/Documentation/usb/ |
D | usbmon.txt | 147 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/ |
D | initializers.c | 76 bcb->Length = sizeof(init_string) - 1; in usb_stor_ucr61s2b_init()
|
D | realtek_cr.c | 226 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()
|
D | transport.c | 1089 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/ |
D | wlan_bssdef.h | 72 u32 Length; member
|
D | rtl8723a_bt-coexist.h | 51 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/ |
D | megaraid_sas_fusion.h | 186 u32 Length; member 209 u16 Length; member 230 u32 Length; member 238 u32 Length; member
|
D | megaraid_sas_fusion.c | 1245 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/ |
D | mpi2.h | 788 U16 Length; member 797 U16 Length; member 806 U16 Length; member 1026 U32 Length; member
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtl819x_Qos.h | 96 u8 Length; member 106 u16 Length; member
|
D | rtllib_softmac.c | 1316 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 …]
|
D | rtllib.h | 928 u16 Length; member
|
/linux-4.1.27/Documentation/networking/caif/ |
D | README | 71 Length(2)| | | 80 Length(2)| | | | |
|
/linux-4.1.27/drivers/staging/i2o/ |
D | README.ioctl | 204 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/ |
D | stmpe.txt | 22 - st,fraction-z: Length of the fractional part in z (fraction-z ([0..7]) = Count of
|
D | ti-tsc-adc.txt | 33 ti,charge-delay: Length of touch screen charge delay step in terms of
|
/linux-4.1.27/drivers/usb/wusbcore/ |
D | cbaf.c | 162 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/ |
D | samsung-sxgbe.txt | 17 - samsung,pbl: Integer, Programmable Burst Length.
|
D | stmmac.txt | 20 - snps,pbl Programmable Burst Length
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r8192U_dm.h | 196 u32 Length; /* Command packet length. */ member
|
D | r819xU_cmdpkt.c | 510 total_length = pstats->Length; in cmpk_message_handle_rx()
|
D | r8192U.h | 346 u16 Length:14; member 362 u16 Length:14; member
|
D | r8192U_core.c | 4400 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()
|
D | r8192U_dm.c | 531 tx_cmd.Length = 4; in dm_TXPowerTrackingCallback_TSSI()
|
/linux-4.1.27/include/linux/ |
D | isdnif.h | 349 __u16 Length; member
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_dm.h | 243 u32 Length; member
|
D | r8190P_def.h | 368 u16 Length:14; member
|
D | r8192E_dev.c | 2034 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()
|
D | r8192E_cmdpkt.c | 324 total_length = pstats->Length; in cmpk_message_handle_rx()
|
D | rtl_core.c | 2101 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()
|
D | rtl_dm.c | 482 tx_cmd.Length = 4; in dm_TXPowerTrackingCallback_TSSI()
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-class-tpm | 154 Key Length (bits): 00 00 08 00 (2048) 158 Modulus Length: 256 (bytes)
|
/linux-4.1.27/Documentation/networking/ |
D | cops.txt | 18 Dayna DL2000/DaynaTalk PC (Half Length), COPS LT-95,
|
D | cxgb.txt | 284 Data Length (bytes): 1k 292 increasing the Data Length to 2k bytes for increased performance. If you
|
D | stmmac.txt | 156 o pbl: the Programmable Burst Length is maximum number of beats to 218 o pbl: Programmable Burst Length
|
D | udplite.txt | 173 MTU: 1500 bytes Coverage Length: 856 bytes
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_mlme.c | 476 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()
|
D | rtw_cmd.c | 434 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()
|
D | rtw_ap.c | 756 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()
|
D | rtw_mlme_ext.c | 4184 bssid->Length = offsetof(struct wlan_bssid_ex, IEs) + length; in collect_bss_info()
|
/linux-4.1.27/drivers/block/ |
D | DAC960.c | 5758 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/ |
D | drxd_hard.c | 339 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/ |
D | fscache.txt | 320 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
|
D | cachefiles.txt | 470 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/ |
D | buffer-format.txt | 65 c_namesize 8 bytes Length of filename, including final \0
|
/linux-4.1.27/Documentation/fb/ |
D | api.txt | 160 __u32 smem_len; /* Length of frame buffer mem */ 170 __u32 mmio_len; /* Length of Memory Mapped I/O */
|
/linux-4.1.27/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 107 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/ |
D | Kconfig | 31 int "Descriptor Skip Length in 32 bit longwords"
|
/linux-4.1.27/arch/cris/boot/rescue/ |
D | head_v10.S | 350 subq 1, $r2 ; Length left
|
/linux-4.1.27/drivers/scsi/arcmsr/ |
D | arcmsr.h | 103 uint32_t Length; member
|
D | arcmsr_hba.c | 2292 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/ |
D | fw-encoder-api.txt | 407 u32 length; // Length of this frame 527 Length of link list (wtf: what units ???)
|
/linux-4.1.27/Documentation/isdn/ |
D | INTERFACE.CAPI | 292 CAPIMSG_LEN(m) CAPIMSG_SETLEN(m, len) Total Length (u16) 302 CAPIMSG_DATALEN(m) CAPIMSG_SETDATALEN(m, len) Data Length (u16)
|
D | INTERFACE | 147 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/ |
D | w1.netlink | 110 Length in each header corresponds to the size of the data behind it, so
|
/linux-4.1.27/Documentation/connector/ |
D | connector.txt | 49 __u32 len; /* Length of the following data */
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 2144 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/ |
D | iforce-protocol.txt | 151 Query command. Length varies according to the query type.
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | callc.c | 1424 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/ |
D | lpfc_init.c | 1867 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/ |
D | Kconfig | 157 int "Cache Line Length (as power of 2)"
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | Assabet | 177 Name FLASH addr Mem addr Length Entry point
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 1296 * 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/ |
D | ioctl_linux.c | 412 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/ |
D | isdn_tty.c | 779 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/ |
D | marvell.txt | 276 - max_idle : value needed for MPSC CHR3 (Maximum Frame Length)
|
/linux-4.1.27/Documentation/scsi/ |
D | arcmsr_spec.txt | 553 ** (B) Length : 2 bytes
|
/linux-4.1.27/drivers/char/ipmi/ |
D | ipmi_ssif.c | 1808 u32 Length; member
|
D | ipmi_si_intf.c | 2102 u32 Length; member
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | tcm_usb_gadget.c | 1217 cmd_len = cbw->Length; in bot_submit_command()
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptbase.c | 1136 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/ |
D | boot.txt | 194 024C/4 2.08+ payload_length Length of kernel payload
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 1276 sgel->Length = cpu_to_le32(length); in _base_add_sg_single_ieee()
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 779 Bits Instruction Length
|