Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/r8188eu/hal/
Drtl8188e_cmd.c205 static void ConstructBeacon(struct adapter *adapt, u8 *pframe, u32 *pLength) in ConstructBeacon() argument
284 *pLength = pktlen; in ConstructBeacon()
287 static void ConstructPSPoll(struct adapter *adapt, u8 *pframe, u32 *pLength) in ConstructPSPoll() argument
311 *pLength = 16; in ConstructPSPoll()
315 u32 *pLength, in ConstructNullFunctionData() argument
376 *pLength = pktlen; in ConstructNullFunctionData()
379 static void ConstructProbeRsp(struct adapter *adapt, u8 *pframe, u32 *pLength, u8 *StaAddr, bool bH… in ConstructProbeRsp() argument
413 *pLength = pktlen; in ConstructProbeRsp()
/linux-5.19.10/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c108 static void ConstructBeacon(struct adapter *padapter, u8 *pframe, u32 *pLength) in ConstructBeacon() argument
192 *pLength = pktlen; in ConstructBeacon()
196 static void ConstructPSPoll(struct adapter *padapter, u8 *pframe, u32 *pLength) in ConstructPSPoll() argument
220 *pLength = 16; in ConstructPSPoll()
226 u32 *pLength, in ConstructNullFunctionData() argument
288 *pLength = pktlen; in ConstructNullFunctionData()
761 u32 *pLength, in ConstructBtNullFunctionData() argument
810 *pLength = pktlen; in ConstructBtNullFunctionData()
/linux-5.19.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()