/drivers/staging/rtl8723bs/include/ |
D | wlan_bssdef.h | 44 u32 Length; /* Length of structure */ member 55 u32 Length; /* Length of structure */ member 78 u8 Length; member 140 u32 Length; member 159 u32 Length; /* Length of this structure */ member 169 u32 Length; /* Length of this structure */ member 175 u32 Length; /* Length of this structure */ member 219 u32 Length; member
|
/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 | 442 pdev_network->Length = pcmd->cmdsz; in r8712_createbss_cmd() 552 psecnetwork->Length = cpu_to_le32(psecnetwork->Length); in r8712_joinbss_cmd() 571 psecnetwork->Configuration.FHConfig.Length = cpu_to_le32( in r8712_joinbss_cmd() 572 psecnetwork->Configuration.FHConfig.Length); in r8712_joinbss_cmd() 573 psecnetwork->Configuration.Length = cpu_to_le32( in r8712_joinbss_cmd() 574 psecnetwork->Configuration.Length); in r8712_joinbss_cmd() 860 pnetwork->Length = le32_to_cpu(pnetwork->Length); in r8712_createbss_cmd_callback() 875 pnetwork->Configuration.FHConfig.Length = le32_to_cpu(pnetwork-> in r8712_createbss_cmd_callback() 876 Configuration.FHConfig.Length); in r8712_createbss_cmd_callback() 877 pnetwork->Configuration.Length = le32_to_cpu(pnetwork-> in r8712_createbss_cmd_callback() [all …]
|
D | rtl871x_mlme.c | 420 target->Length = bssid_ex_sz; in update_scanned_network() 497 pnetwork->Length = le32_to_cpu(pnetwork->Length); in r8712_survey_event_callback() 514 pnetwork->Configuration.FHConfig.Length = in r8712_survey_event_callback() 515 le32_to_cpu(pnetwork->Configuration.FHConfig.Length); in r8712_survey_event_callback() 516 pnetwork->Configuration.Length = in r8712_survey_event_callback() 517 le32_to_cpu(pnetwork->Configuration.Length); in r8712_survey_event_callback() 721 pnetwork->network.Length = le32_to_cpu(pnetwork->network.Length); in r8712_joinbss_event_callback() 742 pnetwork->network.Configuration.FHConfig.Length = in r8712_joinbss_event_callback() 743 le32_to_cpu(pnetwork->network.Configuration.FHConfig.Length); in r8712_joinbss_event_callback() 744 pnetwork->network.Configuration.Length = in r8712_joinbss_event_callback() [all …]
|
/drivers/staging/rtl8188eu/include/ |
D | wlan_bssdef.h | 41 u32 Length; /* Length of structure */ member 52 u32 Length; /* Length of structure */ member 77 u8 Length; member 131 u32 Length; /* Length of this structure */ member 184 u32 Length; member
|
/drivers/media/pci/ngene/ |
D | ngene-cards.c | 405 u16 Addr = MICNG_EE_START, Length, tag = 0; in ReadEEProm() local 424 Length = EETag[2]; in ReadEEProm() 425 if (Length > MaxLen) in ReadEEProm() 426 Length = (u16) MaxLen; in ReadEEProm() 427 if (Length > 0) { in ReadEEProm() 429 status = i2c_read_eeprom(adapter, 0x50, Addr, data, Length); in ReadEEProm() 433 if (Length < EETag[2]) in ReadEEProm() 442 u16 Tag, u32 Length, u8 *data) in WriteEEProm() argument 467 if (Length > EETag[2]) in WriteEEProm() 474 for (i = 0; i < Length; i++, Addr++) { in WriteEEProm()
|
D | ngene-core.c | 354 com.cmd.hdr.Length = 0; in ngene_command_load_firmware() 370 com.cmd.hdr.Length = 4; in ngene_command_load_firmware() 372 com.cmd.FWLoadFinish.Length = (unsigned short)cleft; in ngene_command_load_firmware() 385 com.cmd.hdr.Length = 1; in ngene_command_config_buf() 400 com.cmd.hdr.Length = 6; in ngene_command_config_free_buf() 416 com.cmd.hdr.Length = 1; in ngene_command_gpio_set() 494 void FillTSBuffer(void *Buffer, int Length, u32 Flags) in FillTSBuffer() argument 498 memset(Buffer, TS_FILLER, Length); in FillTSBuffer() 499 while (Length > 0) { in FillTSBuffer() 505 Length -= 188; in FillTSBuffer() [all …]
|
D | ngene-i2c.c | 50 com.cmd.hdr.Length = outlen + 3; in ngene_command_i2c_read() 78 com.cmd.hdr.Length = outlen + 1; in ngene_command_i2c_write()
|
D | ngene.h | 178 u32 Length; member 246 u8 Length; member 285 u16 Length; member 892 void FillTSBuffer(void *Buffer, int Length, u32 Flags);
|
/drivers/staging/rtl8192u/ieee80211/ |
D | dot11d.h | 51 (((__Ie).Length == 0 || (__Ie).Length != GET_DOT11D_INFO(__pIeeeDev)->CountryIeLen) ? \ 53 (!memcmp(GET_DOT11D_INFO(__pIeeeDev)->CountryIeBuf, (__Ie).Octet, (__Ie).Length)))
|
D | ieee80211_softmac.c | 1129 osCcxAironetIE.Length = sizeof(CcxAironetBuf); in ieee80211_association_req() 1142 *tag++ = osCcxAironetIE.Length; in ieee80211_association_req() 1143 memcpy(tag, osCcxAironetIE.Octet, osCcxAironetIE.Length); in ieee80211_association_req() 1144 tag += osCcxAironetIE.Length; in ieee80211_association_req() 1153 osCcxRmCap.Length = sizeof(CcxRmCapBuf); in ieee80211_association_req() 1156 *tag++ = osCcxRmCap.Length; in ieee80211_association_req() 1157 memcpy(tag, osCcxRmCap.Octet, osCcxRmCap.Length); in ieee80211_association_req() 1158 tag += osCcxRmCap.Length; in ieee80211_association_req() 1166 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in ieee80211_association_req() 1169 *tag++ = osCcxVerNum.Length; in ieee80211_association_req() [all …]
|
D | rtl819x_Qos.h | 318 u8 Length; member 444 u16 Length; member
|
/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
|
/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()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_wlan_util.c | 647 if (pIE->Length > sizeof(struct HT_info_element)) in bwmode_update_check() 726 for (i = 0; i < (pIE->Length); i++) { in HT_caps_handler() 764 if (pIE->Length > sizeof(struct HT_info_element)) in HT_info_handler() 768 memcpy(&(pmlmeinfo->HT_info), pIE->data, pIE->Length); in HT_info_handler() 807 if (pIE->Length > 1) in ERP_IE_handler() 811 memcpy(&(pmlmeinfo->ERP_IE), pIE->data, pIE->Length); in ERP_IE_handler() 897 bssid->Length = sizeof(struct wlan_bssid_ex) - MAX_IE_SZ + len; in rtw_check_bcn_info() 1078 i += (pIE->Length + 2); in update_beacon_info() 1106 i += (pIE->Length + 2); in is_ap_in_tkip() 1140 i += (pIE->Length + 2); in should_forbid_n_rate() [all …]
|
/drivers/scsi/mpt3sas/mpi/ |
D | mpi2.h | 844 U16 Length; member 852 U16 Length; member 860 U16 Length; member 1076 U32 Length; member 1112 U32 Length; member
|
/drivers/message/fusion/lsi/ |
D | mpi.h | 388 U16 Length; member 397 U16 Length; member 406 U16 Length; member
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_wlan_util.c | 1042 if (pIE->Length > sizeof(struct HT_info_element)) in bwmode_update_check() 1135 for (i = 0; i < (pIE->Length); i++) { in HT_caps_handler() 1217 if (pIE->Length > sizeof(struct HT_info_element)) in HT_info_handler() 1221 memcpy(&(pmlmeinfo->HT_info), pIE->data, pIE->Length); in HT_info_handler() 1263 if (pIE->Length > 1) in ERP_IE_handler() 1267 memcpy(&(pmlmeinfo->ERP_IE), pIE->data, pIE->Length); in ERP_IE_handler() 1378 bssid->Length = sizeof(struct wlan_bssid_ex) - MAX_IE_SZ + len; in rtw_check_bcn_info() 1571 if (!memcmp(pIE->data, WMM_PARA_OUI, 6) && pIE->Length == WLAN_WMM_LEN) /* WMM */ in update_beacon_info() 1591 i += (pIE->Length + 2); in update_beacon_info() 1622 i += (pIE->Length + 2); in is_ap_in_tkip() [all …]
|
/drivers/usb/storage/ |
D | initializers.c | 81 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() 318 bcb->Length = cmd_len; in rts51x_bulk_transport_special() 322 memcpy(bcb->CDB, cmd, bcb->Length); in rts51x_bulk_transport_special()
|
/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)),
|
/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 1292 osCcxAironetIE.Length = sizeof(CcxAironetBuf); in rtllib_association_req() 1300 *tag++ = osCcxAironetIE.Length; in rtllib_association_req() 1301 memcpy(tag, osCcxAironetIE.Octet, osCcxAironetIE.Length); in rtllib_association_req() 1302 tag += osCcxAironetIE.Length; in rtllib_association_req() 1311 osCcxRmCap.Length = sizeof(CcxRmCapBuf); in rtllib_association_req() 1314 *tag++ = osCcxRmCap.Length; in rtllib_association_req() 1315 memcpy(tag, osCcxRmCap.Octet, osCcxRmCap.Length); in rtllib_association_req() 1316 tag += osCcxRmCap.Length; in rtllib_association_req() 1325 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in rtllib_association_req() 1328 *tag++ = osCcxVerNum.Length; in rtllib_association_req() [all …]
|
D | rtl819x_Qos.h | 92 u16 Length; member
|
/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_dm.h | 164 u32 Length; member
|
/drivers/scsi/megaraid/ |
D | megaraid_sas_fusion.h | 319 __le32 Length; member 342 __le16 Length; member 363 __le32 Length; member 371 __le32 Length; member
|