OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RX_HEAD_LEN_ALIGNED
(Results
1 - 6
of
6
) sorted by null
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/
RxBuf_linux.h
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
50
#define
RX_HEAD_LEN_ALIGNED
((sizeof(rx_head_t) + 0x3) & ~0x3)
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
RxBuf.c
51
TI_UINT32 alloc_len = len + WSPI_PAD_BYTES + PAYLOAD_ALIGN_PAD_BYTES +
RX_HEAD_LEN_ALIGNED
;
63
skb_reserve(skb,
RX_HEAD_LEN_ALIGNED
+ WSPI_PAD_BYTES);
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
51
TI_UINT32 alloc_len = len + WSPI_PAD_BYTES + PAYLOAD_ALIGN_PAD_BYTES +
RX_HEAD_LEN_ALIGNED
;
60
skb_reserve(skb,
RX_HEAD_LEN_ALIGNED
+ WSPI_PAD_BYTES);
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 57 milliseconds