Home
last modified time | relevance | path

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

12

/drivers/staging/r8188eu/include/
Dwlan_bssdef.h29 u32 Length; /* Length of structure */ member
40 u32 Length; /* Length of structure */ member
63 u8 Length; member
125 u32 Length; member
142 u32 Length; /* Length of this structure */ member
151 u32 Length; /* Length */ member
157 u32 Length; /* Length of this structure */ member
165 u32 Length; /* Length of structure */ member
198 u32 Length; member
234 u32 Length; member
[all …]
/drivers/staging/rtl8712/
Dwlan_bssdef.h37 u32 Length; /* Length of structure */ member
48 u32 Length; /* Length of structure */ member
70 u32 Length; member
132 u32 Length; member
145 u32 Length; /* Length of this structure */ member
154 u32 Length; /* Length of this structure */ member
160 u32 Length; /* Length of this structure */ member
Drtl871x_cmd.c332 pdev_network->Length = pcmd->cmdsz; in r8712_createbss_cmd()
438 psecnetwork->Length = cpu_to_le32(psecnetwork->Length); in r8712_joinbss_cmd()
457 psecnetwork->Configuration.FHConfig.Length = cpu_to_le32( in r8712_joinbss_cmd()
458 psecnetwork->Configuration.FHConfig.Length); in r8712_joinbss_cmd()
459 psecnetwork->Configuration.Length = cpu_to_le32( in r8712_joinbss_cmd()
460 psecnetwork->Configuration.Length); in r8712_joinbss_cmd()
668 pnetwork->Length = le32_to_cpu(pnetwork->Length); in r8712_createbss_cmd_callback()
683 pnetwork->Configuration.FHConfig.Length = in r8712_createbss_cmd_callback()
684 le32_to_cpu(pnetwork->Configuration.FHConfig.Length); in r8712_createbss_cmd_callback()
685 pnetwork->Configuration.Length = in r8712_createbss_cmd_callback()
[all …]
Drtl871x_mlme.c379 target->Length = bssid_ex_sz; in update_scanned_network()
456 pnetwork->Length = le32_to_cpu(pnetwork->Length); in r8712_survey_event_callback()
473 pnetwork->Configuration.FHConfig.Length = in r8712_survey_event_callback()
474 le32_to_cpu(pnetwork->Configuration.FHConfig.Length); in r8712_survey_event_callback()
475 pnetwork->Configuration.Length = in r8712_survey_event_callback()
476 le32_to_cpu(pnetwork->Configuration.Length); in r8712_survey_event_callback()
677 pnetwork->network.Length = le32_to_cpu(pnetwork->network.Length); in r8712_joinbss_event_callback()
698 pnetwork->network.Configuration.FHConfig.Length = in r8712_joinbss_event_callback()
699 le32_to_cpu(pnetwork->network.Configuration.FHConfig.Length); in r8712_joinbss_event_callback()
700 pnetwork->network.Configuration.Length = in r8712_joinbss_event_callback()
[all …]
Drtl871x_mp_ioctl.c173 bssid->Length = ((length >> 2) + 1) << 2; in mp_start_test()
175 bssid->Length = length; in mp_start_test()
/drivers/usb/serial/
Dio_usbvend.h341 __u8 Length; // Descriptor Length (per USB spec) member
430 __u8 Length; // F00 Desc length for what follows, per USB (= C0h ) member
530 __u8 Length; // C0 Desc length, per USB (= 40h) member
618 __le16 Length; member
/drivers/media/pci/ngene/
Dngene-core.c341 com.cmd.hdr.Length = 0; in ngene_command_load_firmware()
357 com.cmd.hdr.Length = 4; in ngene_command_load_firmware()
359 com.cmd.FWLoadFinish.Length = (unsigned short)cleft; in ngene_command_load_firmware()
372 com.cmd.hdr.Length = 1; in ngene_command_config_buf()
387 com.cmd.hdr.Length = 6; in ngene_command_config_free_buf()
403 com.cmd.hdr.Length = 1; in ngene_command_gpio_set()
481 void FillTSBuffer(void *Buffer, int Length, u32 Flags) in FillTSBuffer() argument
485 memset(Buffer, TS_FILLER, Length); in FillTSBuffer()
486 while (Length > 0) { in FillTSBuffer()
492 Length -= 188; in FillTSBuffer()
[all …]
Dngene-cards.c824 u16 Addr = MICNG_EE_START, Length, tag = 0; in ReadEEProm() local
842 Length = EETag[2]; in ReadEEProm()
843 if (Length > MaxLen) in ReadEEProm()
844 Length = (u16) MaxLen; in ReadEEProm()
845 if (Length > 0) { in ReadEEProm()
847 status = i2c_read_eeprom(adapter, 0x50, Addr, data, Length); in ReadEEProm()
851 if (Length < EETag[2]) in ReadEEProm()
860 u16 Tag, u32 Length, u8 *data) in WriteEEProm() argument
885 if (Length > EETag[2]) in WriteEEProm()
892 for (i = 0; i < Length; i++, Addr++) { in WriteEEProm()
Dngene-i2c.c37 com.cmd.hdr.Length = outlen + 3; in ngene_command_i2c_read()
65 com.cmd.hdr.Length = outlen + 1; in ngene_command_i2c_write()
Dngene.h182 u32 Length; member
250 u8 Length; member
289 u16 Length; member
903 void FillTSBuffer(void *Buffer, int Length, u32 Flags);
/drivers/staging/r8188eu/core/
Drtw_wlan_util.c664 if (pIE->Length > sizeof(struct HT_info_element)) in bwmode_update_check()
743 for (i = 0; i < (pIE->Length); i++) { in HT_caps_handler()
787 if (pIE->Length > sizeof(struct HT_info_element)) in HT_info_handler()
791 memcpy(&pmlmeinfo->HT_info, pIE->data, pIE->Length); in HT_info_handler()
830 if (pIE->Length > 1) in ERP_IE_handler()
834 memcpy(&pmlmeinfo->ERP_IE, pIE->data, pIE->Length); in ERP_IE_handler()
921 bssid->Length = sizeof(struct wlan_bssid_ex) - MAX_IE_SZ + len; in rtw_check_bcn_info()
1089 i += (pIE->Length + 2); in update_beacon_info()
1118 i += (pIE->Length + 2); in is_ap_in_tkip()
1153 i += (pIE->Length + 2); in should_forbid_n_rate()
[all …]
Drtw_mlme.c575 target->Length = bssid_ex_sz; in rtw_update_scanned_network()
1046 memcpy(&cur_network->network, &pnetwork->network, pnetwork->network.Length); in rtw_joinbss_update_network()
1104 pnetwork->network.Length = get_wlan_bssid_ex_sz(&pnetwork->network); in rtw_joinbss_event_prehandle()
1105 if (pnetwork->network.Length > sizeof(struct wlan_bssid_ex)) in rtw_joinbss_event_prehandle()
1882 pdev_network->Configuration.Length = sizeof(struct ndis_802_11_config); in rtw_init_registrypriv_dev_network()
1884 pdev_network->Configuration.FHConfig.Length = 0; in rtw_init_registrypriv_dev_network()
1931 pdev_network->Length = get_wlan_bssid_ex_sz((struct wlan_bssid_ex *)pdev_network); in rtw_update_registrypriv_dev_network()
/drivers/scsi/mpt3sas/mpi/
Dmpi2.h898 U16 Length; member
906 U16 Length; member
914 U16 Length; member
1130 U32 Length; member
1166 U32 Length; member
/drivers/message/fusion/lsi/
Dmpi.h388 U16 Length; member
397 U16 Length; member
406 U16 Length; member
/drivers/usb/storage/
Dinitializers.c65 bcb->Length = sizeof(init_string) - 1; in usb_stor_ucr61s2b_init()
Drealtek_cr.c218 bcb->Length = cmd_len; in rts51x_bulk_transport()
222 memcpy(bcb->CDB, cmd, bcb->Length); in rts51x_bulk_transport()
307 bcb->Length = cmd_len; in rts51x_bulk_transport_special()
311 memcpy(bcb->CDB, cmd, bcb->Length); in rts51x_bulk_transport_special()
Dtransport.c1141 bcb->Length = srb->cmd_len; in usb_stor_Bulk_transport()
1145 memcpy(bcb->CDB, srb->cmnd, bcb->Length); in usb_stor_Bulk_transport()
1152 bcb->Length); in usb_stor_Bulk_transport()
/drivers/staging/rtl8192e/
Drtllib_softmac.c1288 osCcxAironetIE.Length = sizeof(CcxAironetBuf); in rtllib_association_req()
1296 *tag++ = osCcxAironetIE.Length; in rtllib_association_req()
1297 memcpy(tag, osCcxAironetIE.Octet, osCcxAironetIE.Length); in rtllib_association_req()
1298 tag += osCcxAironetIE.Length; in rtllib_association_req()
1307 osCcxRmCap.Length = sizeof(CcxRmCapBuf); in rtllib_association_req()
1310 *tag++ = osCcxRmCap.Length; in rtllib_association_req()
1311 memcpy(tag, osCcxRmCap.Octet, osCcxRmCap.Length); in rtllib_association_req()
1312 tag += osCcxRmCap.Length; in rtllib_association_req()
1321 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in rtllib_association_req()
1324 *tag++ = osCcxVerNum.Length; in rtllib_association_req()
[all …]
Drtl819x_Qos.h84 u16 Length; member
/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.h156 u32 Length; member
Dr8190P_def.h268 u16 Length:14; member
Dr8192E_dev.c2011 stats->Length = pdesc->Length; in rtl92e_get_rx_stats()
2012 if (stats->Length < 24) in rtl92e_get_rx_stats()
2019 if (pdesc->Length < 500) in rtl92e_get_rx_stats()
2021 else if (pdesc->Length > 1000) in rtl92e_get_rx_stats()
2064 stats->packetlength = stats->Length-4; in rtl92e_get_rx_stats()
/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.h319 __le32 Length; member
342 __le16 Length; member
363 __le32 Length; member
371 __le32 Length; member
/drivers/media/dvb-frontends/
Ddrxd_hard.c323 u16 Length; in WriteTable() local
331 Length = pTable[0] | (pTable[1] << 8); in WriteTable()
333 if (!Length) in WriteTable()
335 status = WriteBlock(state, Address, Length * 2, pTable, 0); in WriteTable()
336 pTable += (Length * 2); in WriteTable()
911 const u8 *pMCImage, u32 Length) in DownloadMicrocode() argument
/drivers/staging/rtl8192u/
Dr819xU_cmdpkt.c446 total_length = pstats->Length; in cmpk_message_handle_rx()

12