OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rx_head_t
(Results
1 - 6
of
6
) sorted by null
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/
RxBuf_linux.h
48
}
rx_head_t
;
typedef in typeref:struct:_rx_head_
50
#define RX_HEAD_LEN_ALIGNED ((sizeof(
rx_head_t
) + 0x3) & ~0x3)
/system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
RxBuf_linux.h
48
}
rx_head_t
;
typedef in typeref:struct:_rx_head_
50
#define RX_HEAD_LEN_ALIGNED ((sizeof(
rx_head_t
) + 0x3) & ~0x3)
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
RxBuf.c
53
rx_head_t
*rx_head;
61
rx_head = (
rx_head_t
*)skb->head;
77
rx_head_t
*rx_head = (
rx_head_t
*)(pdata - WSPI_PAD_BYTES - RX_HEAD_LEN_ALIGNED);
osapi.c
436
rx_head_t
*rx_head = (
rx_head_t
*)(pdata - WSPI_PAD_BYTES - RX_HEAD_LEN_ALIGNED);
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
RxBuf.c
53
rx_head_t
*rx_head;
58
rx_head = (
rx_head_t
*)skb->head;
74
rx_head_t
*rx_head = (
rx_head_t
*)(pdata - WSPI_PAD_BYTES - RX_HEAD_LEN_ALIGNED);
osapi.c
432
rx_head_t
*rx_head = (
rx_head_t
*)(pdata - WSPI_PAD_BYTES - RX_HEAD_LEN_ALIGNED);
Completed in 64 milliseconds