Home
last modified time | relevance | path

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

123

/drivers/staging/rtl8723bs/include/
Dwlan_bssdef.h44 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/
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.c442 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 …]
Drtl871x_mlme.c420 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/
Dwlan_bssdef.h41 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/
Dngene-cards.c405 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()
Dngene-core.c354 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 …]
Dngene-i2c.c50 com.cmd.hdr.Length = outlen + 3; in ngene_command_i2c_read()
78 com.cmd.hdr.Length = outlen + 1; in ngene_command_i2c_write()
Dngene.h178 u32 Length; member
246 u8 Length; member
285 u16 Length; member
892 void FillTSBuffer(void *Buffer, int Length, u32 Flags);
/drivers/staging/rtl8192u/ieee80211/
Ddot11d.h51 (((__Ie).Length == 0 || (__Ie).Length != GET_DOT11D_INFO(__pIeeeDev)->CountryIeLen) ? \
53 (!memcmp(GET_DOT11D_INFO(__pIeeeDev)->CountryIeBuf, (__Ie).Octet, (__Ie).Length)))
Dieee80211_softmac.c1129 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 …]
Drtl819x_Qos.h318 u8 Length; member
444 u16 Length; member
/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
/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()
/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c647 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/
Dmpi2.h844 U16 Length; member
852 U16 Length; member
860 U16 Length; member
1076 U32 Length; member
1112 U32 Length; member
/drivers/message/fusion/lsi/
Dmpi.h388 U16 Length; member
397 U16 Length; member
406 U16 Length; member
/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c1042 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/
Dinitializers.c81 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()
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/
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)),
/drivers/staging/rtl8192e/
Drtllib_softmac.c1292 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 …]
Drtl819x_Qos.h92 u16 Length; member
/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.h164 u32 Length; member
/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.h319 __le32 Length; member
342 __le16 Length; member
363 __le32 Length; member
371 __le32 Length; member

123