Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/staging/rtl8188eu/hal/
Drtl8188e_cmd.c210 static void ConstructBeacon(struct adapter *adapt, u8 *pframe, u32 *pLength) in ConstructBeacon() argument
292 *pLength = pktlen; in ConstructBeacon()
295 static void ConstructPSPoll(struct adapter *adapt, u8 *pframe, u32 *pLength) in ConstructPSPoll() argument
320 *pLength = 16; in ConstructPSPoll()
324 u32 *pLength, in ConstructNullFunctionData() argument
386 *pLength = pktlen; in ConstructNullFunctionData()
389 static void ConstructProbeRsp(struct adapter *adapt, u8 *pframe, u32 *pLength, u8 *StaAddr, bool bH… in ConstructProbeRsp() argument
423 *pLength = pktlen; in ConstructProbeRsp()
/Linux-v4.19/drivers/media/pci/ngene/
Dngene-cards.c833 u16 Tag, u32 MaxLen, u8 *data, u32 *pLength) in ReadEEProm() argument
862 *pLength = EETag[2]; in ReadEEProm()