Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Drtl8188e_cmd.c225 static void ConstructBeacon(struct adapter *adapt, u8 *pframe, u32 *pLength) in ConstructBeacon() argument
307 *pLength = pktlen; in ConstructBeacon()
310 static void ConstructPSPoll(struct adapter *adapt, u8 *pframe, u32 *pLength) in ConstructPSPoll() argument
335 *pLength = 16; in ConstructPSPoll()
339 u32 *pLength, in ConstructNullFunctionData() argument
401 *pLength = pktlen; in ConstructNullFunctionData()
404 static void ConstructProbeRsp(struct adapter *adapt, u8 *pframe, u32 *pLength, u8 *StaAddr, bool bH… in ConstructProbeRsp() argument
438 *pLength = pktlen; in ConstructProbeRsp()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_cmd.c185 ConstructBeacon(struct rtw_adapter *padapter, u8 *pframe, u32 *pLength) in ConstructBeacon() argument
270 *pLength = pktlen; in ConstructBeacon()
277 u8 *pframe, u32 *pLength) in ConstructPSPoll() argument
299 *pLength = 16; in ConstructPSPoll()
304 u32 *pLength, u8 *StaAddr, u8 bQoS, u8 AC, in ConstructNullFunctionData() argument
371 *pLength = pktlen; in ConstructNullFunctionData()
375 u32 *pLength, u8 *StaAddr, bool bHideSSID) in ConstructProbeRsp() argument
416 *pLength = pktlen; in ConstructProbeRsp()
/linux-4.4.14/drivers/media/pci/ngene/
Dngene-cards.c406 u16 Tag, u32 MaxLen, u8 *data, u32 *pLength) in ReadEEProm() argument
435 *pLength = EETag[2]; in ReadEEProm()