Home
last modified time | relevance | path

Searched refs:pLength (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c122 static void ConstructBeacon(struct adapter *padapter, u8 *pframe, u32 *pLength) in ConstructBeacon() argument
213 *pLength = pktlen; in ConstructBeacon()
219 static void ConstructPSPoll(struct adapter *padapter, u8 *pframe, u32 *pLength) in ConstructPSPoll() argument
245 *pLength = 16; in ConstructPSPoll()
251 u32 *pLength, in ConstructNullFunctionData() argument
316 *pLength = pktlen; in ConstructNullFunctionData()
328 u32 *pLength, in ConstructARPResponse() argument
370 *pLength = 24; in ConstructARPResponse()
392 memset(&(pframe[*pLength]), 0, EncryptionHeadOverhead); in ConstructARPResponse()
393 *pLength += EncryptionHeadOverhead; in ConstructARPResponse()
[all …]
/Linux-v5.10/drivers/staging/rtl8188eu/hal/
Drtl8188e_cmd.c201 static void ConstructBeacon(struct adapter *adapt, u8 *pframe, u32 *pLength) in ConstructBeacon() argument
283 *pLength = pktlen; in ConstructBeacon()
286 static void ConstructPSPoll(struct adapter *adapt, u8 *pframe, u32 *pLength) in ConstructPSPoll() argument
311 *pLength = 16; in ConstructPSPoll()
315 u32 *pLength, in ConstructNullFunctionData() argument
377 *pLength = pktlen; in ConstructNullFunctionData()
380 static void ConstructProbeRsp(struct adapter *adapt, u8 *pframe, u32 *pLength, u8 *StaAddr, bool bH… in ConstructProbeRsp() argument
414 *pLength = pktlen; in ConstructProbeRsp()
/Linux-v5.10/drivers/media/pci/ngene/
Dngene-cards.c820 u16 Tag, u32 MaxLen, u8 *data, u32 *pLength) in ReadEEProm() argument
849 *pLength = EETag[2]; in ReadEEProm()