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

  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
RxBuf.c 53 rx_head_t *rx_head; local
61 rx_head = (rx_head_t *)skb->head;
62 rx_head->skb = skb;
77 rx_head_t *rx_head = (rx_head_t *)(pdata - WSPI_PAD_BYTES - RX_HEAD_LEN_ALIGNED); local
78 struct sk_buff *skb = rx_head->skb;
osapi.c 436 rx_head_t *rx_head = (rx_head_t *)(pdata - WSPI_PAD_BYTES - RX_HEAD_LEN_ALIGNED); local
437 struct sk_buff *skb = rx_head->skb;
  /external/grub/netboot/
i82586.c 248 static unsigned short rx_head, rx_tail; variable
271 cur_rx_buf = rx_head = RX_BUF_START;
287 rx_cmd[2] = rx_head;
383 unsigned short *shmem = (short *)mem_start + rx_head;
394 if (rfd_cmd != 0 || data_buffer_addr != rx_head + 22
403 memcpy(nic->packet, (char *)mem_start + rx_head + 0x20, pkt_len);
415 rx_tail = rx_head;
416 rx_head = next_rx_frame;

Completed in 162 milliseconds