/linux-4.4.14/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.4.14/drivers/staging/rtl8712/ |
D | wlan_bssdef.h | 49 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
|
D | rtl871x_cmd.c | 463 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 …]
|
D | rtl871x_mlme.c | 430 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 …]
|
D | rtl871x_mp_ioctl.c | 181 bssid.Length = ((length >> 2) + 1) << 2; in mp_start_test() 183 bssid.Length = length; in mp_start_test()
|
D | rtl871x_ioctl_linux.c | 408 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/ |
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.4.14/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 | 317 u8 Length; member 443 u16 Length; member
|
D | ieee80211_softmac.c | 1123 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 …]
|
D | rtl819x_HTProc.c | 774 posRT2RTAgg->Length = 6; in HTConstructRT2RTAggElement()
|
D | ieee80211.h | 708 u16 Length; member
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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 | 848 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/ |
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.4.14/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 | 157 cur->Length = cpu_to_le64(li->length); in smb2_unlock_range() 218 cur->Length = cpu_to_le64(li->length); in smb2_push_mand_fdlocks()
|
D | ntlmssp.h | 86 __le16 Length; member
|
D | smb2pdu.h | 646 __le32 Length; /* how many bytes to copy */ member 820 __le32 Length; member 851 __le32 Length; member 881 __le64 Length; member
|
D | smb2pdu.c | 1905 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()
|
D | smb2ops.c | 617 pcchunk->Length = in smb2_clone_range() 642 le32_to_cpu(pcchunk->Length)) { in smb2_clone_range()
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_bt-coexist.c | 166 (_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/ |
D | rtw_wlan_util.c | 654 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 …]
|
D | rtw_ap.c | 185 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()
|
D | rtw_mlme.c | 496 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()
|
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 | 1184 …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/ |
D | ssd1307fb.txt | 25 - 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/ |
D | mpi2.h | 783 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/ |
D | mpi.h | 387 U16 Length; member 396 U16 Length; member 405 U16 Length; member
|
/linux-4.4.14/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.4.14/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.4.14/drivers/usb/storage/ |
D | initializers.c | 76 bcb->Length = sizeof(init_string) - 1; in usb_stor_ucr61s2b_init()
|
D | realtek_cr.c | 229 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()
|
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.4.14/drivers/scsi/megaraid/ |
D | megaraid_sas_fusion.h | 199 __le32 Length; member 222 __le16 Length; member 243 __le32 Length; member 251 __le32 Length; member
|
D | megaraid_sas_fusion.c | 1316 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/ |
D | rtl_dm.h | 164 u32 Length; member
|
D | r8190P_def.h | 278 u16 Length:14; member
|
D | r8192E_dev.c | 2028 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()
|
D | rtl_core.c | 1840 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()
|
D | rtl_dm.c | 656 tx_cmd.Length = 4; in _rtl92e_dm_tx_power_tracking_callback_tssi()
|
/linux-4.4.14/Documentation/networking/caif/ |
D | README | 71 Length(2)| | | 80 Length(2)| | | | |
|
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/rtl8192e/ |
D | rtl819x_Qos.h | 92 u16 Length; member
|
D | rtllib_softmac.c | 1298 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 …]
|
D | rtllib.h | 637 u16 Length; member
|
/linux-4.4.14/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.4.14/drivers/staging/rtl8192u/ |
D | r8192U_dm.h | 196 u32 Length; /* Command packet length. */ member
|
D | r8192U.h | 313 u16 Length:14; member 329 u16 Length:14; member
|
D | r819xU_cmdpkt.c | 510 total_length = pstats->Length; in cmpk_message_handle_rx()
|
D | r8192U_core.c | 4691 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()
|
D | r8192U_dm.c | 536 tx_cmd.Length = 4; in dm_TXPowerTrackingCallback_TSSI()
|
/linux-4.4.14/include/linux/ |
D | isdnif.h | 349 __u16 Length; member
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-tpm | 154 Key Length (bits): 00 00 08 00 (2048) 158 Modulus Length: 256 (bytes)
|
/linux-4.4.14/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 | 152 o pbl: the Programmable Burst Length is maximum number of beats to 210 o pbl: Programmable Burst Length
|
D | udplite.txt | 173 MTU: 1500 bytes Coverage Length: 856 bytes
|
/linux-4.4.14/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 | 435 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()
|
D | rtw_ap.c | 775 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()
|
D | rtw_mlme_ext.c | 4174 bssid->Length = offsetof(struct wlan_bssid_ex, IEs) + length; in collect_bss_info()
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 325 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
|
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.4.14/Documentation/early-userspace/ |
D | buffer-format.txt | 65 c_namesize 8 bytes Length of filename, including final \0
|
/linux-4.4.14/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.4.14/drivers/net/ethernet/dec/tulip/ |
D | Kconfig | 30 int "Descriptor Skip Length in 32 bit longwords"
|
/linux-4.4.14/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.4.14/drivers/scsi/arcmsr/ |
D | arcmsr.h | 103 uint32_t Length; member
|
D | arcmsr_hba.c | 2289 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/ |
D | head_v10.S | 347 subq 1, $r2 ; Length left
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/connector/ |
D | connector.txt | 49 __u32 len; /* Length of the following data */
|
/linux-4.4.14/Documentation/w1/ |
D | w1.netlink | 110 Length in each header corresponds to the size of the data behind it, so
|
/linux-4.4.14/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.4.14/Documentation/input/ |
D | iforce-protocol.txt | 151 Query command. Length varies according to the query type.
|
/linux-4.4.14/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.4.14/drivers/scsi/lpfc/ |
D | lpfc_init.c | 1869 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/ |
D | Assabet | 177 Name FLASH addr Mem addr Length Entry point
|
/linux-4.4.14/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.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 414 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/ |
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.4.14/Documentation/devicetree/bindings/ |
D | marvell.txt | 276 - max_idle : value needed for MPSC CHR3 (Maximum Frame Length)
|
/linux-4.4.14/arch/arc/ |
D | Kconfig | 218 int "Cache Line Length (as power of 2)"
|
/linux-4.4.14/Documentation/scsi/ |
D | arcmsr_spec.txt | 553 ** (B) Length : 2 bytes
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_ssif.c | 1817 u32 Length; member
|
D | ipmi_si_intf.c | 2118 u32 Length; member
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | tcm_usb_gadget.c | 1212 cmd_len = cbw->Length; in bot_submit_command()
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptbase.c | 1132 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/ |
D | boot.txt | 194 024C/4 2.08+ payload_length Length of kernel payload
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 1330 sgel->Length = cpu_to_le32(length); in _base_add_sg_single_ieee()
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 779 Bits Instruction Length
|