Searched refs:pLength (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/staging/rtl8723bs/hal/ |
| D | rtl8723b_cmd.c | 122 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.4/drivers/staging/rtl8188eu/hal/ |
| D | rtl8188e_cmd.c | 208 static void ConstructBeacon(struct adapter *adapt, u8 *pframe, u32 *pLength) in ConstructBeacon() argument 290 *pLength = pktlen; in ConstructBeacon() 293 static void ConstructPSPoll(struct adapter *adapt, u8 *pframe, u32 *pLength) in ConstructPSPoll() argument 318 *pLength = 16; in ConstructPSPoll() 322 u32 *pLength, in ConstructNullFunctionData() argument 384 *pLength = pktlen; in ConstructNullFunctionData() 387 static void ConstructProbeRsp(struct adapter *adapt, u8 *pframe, u32 *pLength, u8 *StaAddr, bool bH… in ConstructProbeRsp() argument 421 *pLength = pktlen; in ConstructProbeRsp()
|
| /Linux-v5.4/drivers/media/pci/ngene/ |
| D | ngene-cards.c | 820 u16 Tag, u32 MaxLen, u8 *data, u32 *pLength) in ReadEEProm() argument 849 *pLength = EETag[2]; in ReadEEProm()
|