HomeSort by relevance Sort by last modified time
    Searched refs:pWbuf (Results 1 - 4 of 4) sorted by null

  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
wbuf.h 83 #define WBUF_DATA(pWbuf) ( ((struct sk_buff *)(pWbuf))->data )
84 #define WBUF_LEN(pWbuf) ( ((struct sk_buff *)(pWbuf))->len )
85 #define WBUF_PRIORITY(pWbuf) ( ((struct sk_buff *)(pWbuf))->priority )
86 #define WBUF_DEV(pWbuf) ( ((struct sk_buff *)(pWbuf))->dev )
87 #define WBUF_DEV_SET(pWbuf,pDev) ( ((struct sk_buff *)(pWbuf))->dev) = ((struct net_device *)(pDev)
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
wbuf.h 83 #define WBUF_DATA(pWbuf) ( ((struct sk_buff *)(pWbuf))->data )
84 #define WBUF_LEN(pWbuf) ( ((struct sk_buff *)(pWbuf))->len )
85 #define WBUF_PRIORITY(pWbuf) ( ((struct sk_buff *)(pWbuf))->priority )
86 #define WBUF_DEV(pWbuf) ( ((struct sk_buff *)(pWbuf))->dev )
87 #define WBUF_DEV_SET(pWbuf,pDev) ( ((struct sk_buff *)(pWbuf))->dev) = ((struct net_device *)(pDev)
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osapi.c 472 ti_nodprintf(TIWLAN_LOG_INFO, "os_receivePacket - Received EAPOL len-%d\n", WBUF_LEN(pWbuf));
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
osapi.c 468 ti_nodprintf(TIWLAN_LOG_INFO, "os_receivePacket - Received EAPOL len-%d\n", WBUF_LEN(pWbuf));

Completed in 827 milliseconds