Searched defs:ptr_buf (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8192u/
H A Dr819xU_firmware.c120 unsigned char *ptr_buf; local
132 ptr_buf = skb_put(skb, Length);
133 memset(ptr_buf,0,Length);
H A Dr819xU_cmdpkt.c52 unsigned char *ptr_buf; local
65 ptr_buf = skb_put(skb, DataLen);
66 memcpy(ptr_buf,pData,DataLen);

Completed in 54 milliseconds