/drivers/staging/rt2860/sta/ |
D | aironet.c | 75 USHORT Length; in AironetMsgAction() local 88 Length = be2cpu16(pRMReq->IAPP.Length); in AironetMsgAction() 99 DBGPRINT(RT_DEBUG_TRACE, ("IAPP ID & Length %d\n", Length)); in AironetMsgAction() 164 Length -= (sizeof(AIRONET_RM_REQUEST_FRAME) - LENGTH_802_1_H); in AironetMsgAction() 168 while (Length > 0) in AironetMsgAction() 222 Length -= sizeof(RM_REQUEST_ACTION); in AironetMsgAction() 776 pIAPP->Length = cpu2be16(pAd->StaCfg.FrameReportLen - LENGTH_802_11 - LENGTH_802_1_H); in AironetFinalReportAction() 779 if (be2cpu16(pIAPP->Length) <= 18) in AironetFinalReportAction() 863 pReport->Length = 9; in ChannelLoadReportAction() 935 pReport->Length = 16; in NoiseHistReportAction() [all …]
|
D | sanity.c | 114 ULONG Length = 0; in PeerAssocRspSanity() local 121 Length += LENGTH_802_11; in PeerAssocRspSanity() 124 Length += 2; in PeerAssocRspSanity() 126 Length += 2; in PeerAssocRspSanity() 135 Length += 2; in PeerAssocRspSanity() 151 Length = Length + 2 + *pSupRateLen; in PeerAssocRspSanity() 158 while ((Length + 2 + pEid->Len) <= MsgLen) in PeerAssocRspSanity() 289 Length = Length + 2 + pEid->Len; in PeerAssocRspSanity()
|
/drivers/staging/rt2870/sta/ |
D | aironet.c | 75 USHORT Length; in AironetMsgAction() local 88 Length = be2cpu16(pRMReq->IAPP.Length); in AironetMsgAction() 99 DBGPRINT(RT_DEBUG_TRACE, ("IAPP ID & Length %d\n", Length)); in AironetMsgAction() 164 Length -= (sizeof(AIRONET_RM_REQUEST_FRAME) - LENGTH_802_1_H); in AironetMsgAction() 168 while (Length > 0) in AironetMsgAction() 222 Length -= sizeof(RM_REQUEST_ACTION); in AironetMsgAction() 776 pIAPP->Length = cpu2be16(pAd->StaCfg.FrameReportLen - LENGTH_802_11 - LENGTH_802_1_H); in AironetFinalReportAction() 779 if (be2cpu16(pIAPP->Length) <= 18) in AironetFinalReportAction() 863 pReport->Length = 9; in ChannelLoadReportAction() 935 pReport->Length = 16; in NoiseHistReportAction() [all …]
|
D | sanity.c | 114 ULONG Length = 0; in PeerAssocRspSanity() local 121 Length += LENGTH_802_11; in PeerAssocRspSanity() 124 Length += 2; in PeerAssocRspSanity() 126 Length += 2; in PeerAssocRspSanity() 135 Length += 2; in PeerAssocRspSanity() 151 Length = Length + 2 + *pSupRateLen; in PeerAssocRspSanity() 158 while ((Length + 2 + pEid->Len) <= MsgLen) in PeerAssocRspSanity() 289 Length = Length + 2 + pEid->Len; in PeerAssocRspSanity()
|
/drivers/staging/winbond/ |
D | mac_structures.h | 296 u8 Length; member 306 u8 Length; member 313 u8 Length; member 320 u8 Length; member 327 u8 Length; member 337 u8 Length; member 347 u8 Length; member 354 u8 Length; member 385 u8 Length; member 402 u8 Length; member [all …]
|
/drivers/staging/rt2860/ |
D | oid.h | 255 ULONG Length; // Length of structure member 313 ULONG Length; // Length of structure member 321 ULONG Length; // Length of structure member 330 ULONG Length; // Length of structure member 379 UINT32 Length; // Length of this structure member 397 UINT Length; // Length of this structure member 408 UINT Length; // Length of this structure member 415 UINT Length; // Length of this structure member 461 ULONG Length; // Length of this structure member 482 ULONG Length; // Length of this structure member [all …]
|
D | aironet.h | 132 UCHAR Length; member 150 USHORT Length; // swap16 required member 159 USHORT Length; // swap16 required member 168 USHORT Length; // IAPP ID & length, remember to swap16 in LE system member
|
D | leap.h | 73 UCHAR Length[2]; member 79 UCHAR Length[2]; member 86 UCHAR Length; member 92 UCHAR Length[2]; member
|
D | rt_linux.h | 806 #define NdisMoveMemory(Destination, Source, Length) memmove(Destination, Source, Length) argument 807 #define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length) argument 808 #define NdisFillMemory(Destination, Length, Fill) memset(Destination, Fill, Length) argument 809 #define NdisEqualMemory(Source1, Source2, Length) (!memcmp(Source1, Source2, Length)) argument 810 #define RTMPEqualMemory(Source1, Source2, Length) (!memcmp(Source1, Source2, Length)) argument
|
D | rt_linux.c | 219 IN ULONG Length) in RTMP_AllocateFragPacketBuffer() argument 223 pkt = dev_alloc_skb(Length); in RTMP_AllocateFragPacketBuffer() 227 DBGPRINT(RT_DEBUG_ERROR, ("can't allocate frag rx %ld size packet\n",Length)); in RTMP_AllocateFragPacketBuffer() 241 IN ULONG Length, in RTMP_AllocateTxPacketBuffer() argument 247 pkt = dev_alloc_skb(Length); in RTMP_AllocateTxPacketBuffer() 251 DBGPRINT(RT_DEBUG_ERROR, ("can't allocate tx %ld size packet\n",Length)); in RTMP_AllocateTxPacketBuffer() 698 sg->Elements[0].Length = GET_OS_PKT_LEN(pPacket); in rt_get_sg_list_from_packet()
|
/drivers/scsi/ |
D | BusLogic.c | 3207 int TargetID, Length; in BusLogic_ProcDirectoryInfo() local 3218 Length = HostAdapter->MessageBufferLength; in BusLogic_ProcDirectoryInfo() 3219 Length += sprintf(&Buffer[Length], "\n\ in BusLogic_ProcDirectoryInfo() 3222 Length += sprintf(&Buffer[Length], "\n\n\ in BusLogic_ProcDirectoryInfo() 3231 …Length += sprintf(&Buffer[Length], " %2d %s", TargetID, (TargetFlags->TaggedQueuingSupported ? (T… in BusLogic_ProcDirectoryInfo() 3234 Length += sprintf(&Buffer[Length], in BusLogic_ProcDirectoryInfo() 3237 Length += sprintf(&Buffer[Length], "\n\ in BusLogic_ProcDirectoryInfo() 3244 …Length += sprintf(&Buffer[Length], " %2d %9u %9u", TargetID, TargetStatistics[TargetID].ReadCo… in BusLogic_ProcDirectoryInfo() 3246 …Length += sprintf(&Buffer[Length], " %9u%09u", TargetStatistics[TargetID].TotalBytesRead.Billi… in BusLogic_ProcDirectoryInfo() 3248 Length += sprintf(&Buffer[Length], " %9u", TargetStatistics[TargetID].TotalBytesRead.Units); in BusLogic_ProcDirectoryInfo() [all …]
|
/drivers/staging/rt2870/ |
D | oid.h | 256 ULONG Length; // Length of structure member 314 ULONG Length; // Length of structure member 322 ULONG Length; // Length of structure member 331 ULONG Length; // Length of structure member 380 UINT32 Length; // Length of this structure member 398 UINT Length; // Length of this structure member 409 UINT Length; // Length of this structure member 416 UINT Length; // Length of this structure member 462 ULONG Length; // Length of this structure member 483 ULONG Length; // Length of this structure member [all …]
|
D | aironet.h | 132 UCHAR Length; member 150 USHORT Length; // swap16 required member 159 USHORT Length; // swap16 required member 168 USHORT Length; // IAPP ID & length, remember to swap16 in LE system member
|
D | rt_linux.h | 804 #define NdisMoveMemory(Destination, Source, Length) memmove(Destination, Source, Length) argument 805 #define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length) argument 806 #define NdisFillMemory(Destination, Length, Fill) memset(Destination, Fill, Length) argument 807 #define NdisEqualMemory(Source1, Source2, Length) (!memcmp(Source1, Source2, Length)) argument 808 #define RTMPEqualMemory(Source1, Source2, Length) (!memcmp(Source1, Source2, Length)) argument
|
D | leap.h | 73 UCHAR Length[2]; member 79 UCHAR Length[2]; member 86 UCHAR Length; member 92 UCHAR Length[2]; member
|
D | rt_linux.c | 219 IN ULONG Length) in RTMP_AllocateFragPacketBuffer() argument 223 pkt = dev_alloc_skb(Length); in RTMP_AllocateFragPacketBuffer() 227 DBGPRINT(RT_DEBUG_ERROR, ("can't allocate frag rx %ld size packet\n",Length)); in RTMP_AllocateFragPacketBuffer() 241 IN ULONG Length, in RTMP_AllocateTxPacketBuffer() argument 247 pkt = dev_alloc_skb(Length); in RTMP_AllocateTxPacketBuffer() 251 DBGPRINT(RT_DEBUG_ERROR, ("can't allocate tx %ld size packet\n",Length)); in RTMP_AllocateTxPacketBuffer() 739 sg->Elements[0].Length = GET_OS_PKT_LEN(pPacket); in rt_get_sg_list_from_packet()
|
/drivers/staging/rt2860/common/ |
D | 2860_rtmp_init.c | 579 IN ULONG Length, in RTMP_AllocateTxDescMemory() argument 586 *VirtualAddress = (PVOID)PCI_ALLOC_CONSISTENT(pObj->pci_dev,sizeof(char)*Length, PhysicalAddress); in RTMP_AllocateTxDescMemory() 592 IN ULONG Length, in RTMP_AllocateMgmtDescMemory() argument 599 *VirtualAddress = (PVOID)PCI_ALLOC_CONSISTENT(pObj->pci_dev,sizeof(char)*Length, PhysicalAddress); in RTMP_AllocateMgmtDescMemory() 605 IN ULONG Length, in RTMP_AllocateRxDescMemory() argument 612 *VirtualAddress = (PVOID)PCI_ALLOC_CONSISTENT(pObj->pci_dev,sizeof(char)*Length, PhysicalAddress); in RTMP_AllocateRxDescMemory() 618 IN ULONG Length, in RTMP_FreeRxDescMemory() argument 624 PCI_FREE_CONSISTENT(pObj->pci_dev, Length, VirtualAddress, PhysicalAddress); in RTMP_FreeRxDescMemory() 631 IN ULONG Length, in RTMP_AllocateFirstTxBuffer() argument 638 *VirtualAddress = (PVOID)PCI_ALLOC_CONSISTENT(pObj->pci_dev,sizeof(char)*Length, PhysicalAddress); in RTMP_AllocateFirstTxBuffer() [all …]
|
D | cmm_sanity.c | 298 ULONG Length = 0; in PeerBeaconAndProbeRspSanity() local 342 Length += LENGTH_802_11; in PeerBeaconAndProbeRspSanity() 351 Length += TIMESTAMP_LEN; in PeerBeaconAndProbeRspSanity() 356 Length += 2; in PeerBeaconAndProbeRspSanity() 361 Length += 2; in PeerBeaconAndProbeRspSanity() 371 while ((Length + 2 + pEid->Len) <= MsgLen) in PeerBeaconAndProbeRspSanity() 729 Length = Length + 2 + pEid->Len; // Eid[1] + Len[1]+ content[Len] in PeerBeaconAndProbeRspSanity() 782 ULONG Length = 0; in PeerBeaconAndProbeRspSanity2() local 788 Length += LENGTH_802_11; in PeerBeaconAndProbeRspSanity2() 792 Length += TIMESTAMP_LEN; in PeerBeaconAndProbeRspSanity2() [all …]
|
/drivers/staging/rt2870/common/ |
D | cmm_sanity.c | 307 ULONG Length = 0; in PeerBeaconAndProbeRspSanity() local 353 Length += LENGTH_802_11; in PeerBeaconAndProbeRspSanity() 362 Length += TIMESTAMP_LEN; in PeerBeaconAndProbeRspSanity() 367 Length += 2; in PeerBeaconAndProbeRspSanity() 372 Length += 2; in PeerBeaconAndProbeRspSanity() 382 while ((Length + 2 + pEid->Len) <= MsgLen) in PeerBeaconAndProbeRspSanity() 759 Length = Length + 2 + pEid->Len; // Eid[1] + Len[1]+ content[Len] in PeerBeaconAndProbeRspSanity() 812 ULONG Length = 0; in PeerBeaconAndProbeRspSanity2() local 818 Length += LENGTH_802_11; in PeerBeaconAndProbeRspSanity2() 822 Length += TIMESTAMP_LEN; in PeerBeaconAndProbeRspSanity2() [all …]
|
/drivers/staging/rtl8187se/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)))
|
/drivers/staging/rtl8187se/ |
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)))
|
/drivers/usb/serial/ |
D | io_usbvend.h | 346 __u8 Length; // Descriptor Length (per USB spec) member 437 __u8 Length; // F00 Desc length for what follows, per USB (= C0h ) member 537 __u8 Length; // C0 Desc length, per USB (= 40h) member 629 __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/net/tokenring/ |
D | tms380tr.c | 163 unsigned short Address, int Length); 177 unsigned char DataPtr[], unsigned int Length); 1957 unsigned short Address, int Length) in tms380tr_read_ram() argument 1978 if(++i == Length) /* All is done break */ in tms380tr_read_ram() 1982 if (++i == Length) /* All is done break */ in tms380tr_read_ram() 2107 unsigned int Length, Length2; in tms380tr_rcv_status_irq() local 2131 Length = be16_to_cpu(rpl->FrameSize); in tms380tr_rcv_status_irq() 2149 if(Length == 0 || Length != Length2) in tms380tr_rcv_status_irq() 2154 tms380tr_update_rcv_stats(tp,ReceiveDataPtr,Length); in tms380tr_rcv_status_irq() 2158 dev->name, Length, Length); in tms380tr_rcv_status_irq() [all …]
|
/drivers/staging/sxg/ |
D | sxg.c | 87 u32 Length); 91 u32 Length); 1207 rx_bytes = Event->Length; /* (rcvbuf->length & IRHDDR_FLEN_MSK); */ in sxg_process_event_queue() 1410 Event->Length, 0); in sxg_slow_receive() 1420 Event->Length)) { in sxg_slow_receive() 1423 Event->Length, 0); in sxg_slow_receive() 1430 RcvDataBufferHdr, Packet, Event->Length, 0); in sxg_slow_receive() 1440 RcvDataBufferHdr, Event->Length, 0, 0); in sxg_slow_receive() 3006 u32 Length, enum SXG_BUFFER_TYPE Context) in sxg_allocate_complete() argument 3009 adapter, VirtualAddress, Length, Context); in sxg_allocate_complete() [all …]
|