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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/TNETWArbiter/
TNETWArb_buffer.c 90 BUFFER_HDR_T *p_hdr;
92 p_hdr = (BUFFER_HDR_T *) ((UINT8 *) p_buf - BUFFER_HDR_SIZE);
116 BUFFER_HDR_T *p_hdr;
121 p_hdr = (BUFFER_HDR_T *)(p_q->p_first) - 1;
130 p_hdr->p_next = ((BUFFER_HDR_T *)p_buf - 1)->p_next;
134 ((BUFFER_HDR_T *)p_buf - 1)->status = BUF_STATUS_UNLINKED;
157 BUFFER_HDR_T *p_hdr;
164 p_hdr = (BUFFER_HDR_T *)((UINT8 *)p_q->p_first - BUFFER_HDR_SIZE);
207 BUFFER_HDR_T *p_hdr;
209 p_hdr = (BUFFER_HDR_T *) ((UINT8 *) p_buf - BUFFER_HDR_SIZE)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Inc/
TNETWArb_buffer.h 103 } BUFFER_HDR_T;
108 #define BUFFER_HDR_SIZE (sizeof(BUFFER_HDR_T))

Completed in 324 milliseconds