Home
last modified time | relevance | path

Searched defs:pWbuf (Results 1 – 1 of 1) sorted by relevance

/system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
Dwbuf.h83 #define WBUF_DATA(pWbuf) ( ((struct sk_buff *)(pWbuf))->data ) argument
84 #define WBUF_LEN(pWbuf) ( ((struct sk_buff *)(pWbuf))->len ) argument
85 #define WBUF_PRIORITY(pWbuf) ( ((struct sk_buff *)(pWbuf))->priority ) argument
86 #define WBUF_DEV(pWbuf) ( ((struct sk_buff *)(pWbuf))->dev ) argument
87 #define WBUF_DEV_SET(pWbuf,pDev) ( ((struct sk_buff *)(pWbuf))->dev) = ((struct net_device *)(pD… argument
89 #define WBUF_STAMP(pWbuf) ( ((struct sk_buff *)(pWbuf))->tstamp.off_usec ) argument
91 #define WBUF_STAMP(pWbuf) ( ((struct sk_buff *)(pWbuf))->tstamp.tv.nsec ) argument
93 #define WBUF_CB(pWbuf) ( ((struct sk_buff *)(pWbuf))->cb ) argument
94 #define WBUF_PKT_TYPE(pWbuf) ( ((WBUF_PARAMS *)&(WBUF_CB(pWbuf)))->pktType ) argument
95 #define WBUF_CB_FUNC(pWbuf) ( ((WBUF_PARAMS *)&(WBUF_CB(pWbuf)))->cb_func ) argument
[all …]