HomeSort by relevance Sort by last modified time
    Searched refs:RX_HEAD_LEN_ALIGNED (Results 1 - 3 of 3) 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)
  /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);

Completed in 313 milliseconds