Searched refs:rx_buf_list (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dn_hdlc.c167 N_HDLC_BUF_LIST rx_buf_list; /* list of received frame buffers */ member in struct:n_hdlc
255 buf = n_hdlc_buf_get(&n_hdlc->rx_buf_list);
552 if (n_hdlc->rx_buf_list.count < MAX_RX_BUF_COUNT)
568 n_hdlc_buf_put(&n_hdlc->rx_buf_list,buf);
624 rbuf = n_hdlc_buf_get(&n_hdlc->rx_buf_list);
777 spin_lock_irqsave(&n_hdlc->rx_buf_list.spinlock,flags);
778 if (n_hdlc->rx_buf_list.head)
779 count = n_hdlc->rx_buf_list.head->count;
782 spin_unlock_irqrestore(&n_hdlc->rx_buf_list.spinlock,flags);
839 if(n_hdlc->rx_buf_list
[all...]
H A Dsynclinkmp.c217 SCADESC *rx_buf_list; /* list of receive buffer entries */ member in struct:_synclinkmp_info
3428 info->rx_buf_list,
3462 info->rx_buf_list = (SCADESC *)info->buffer_list;
3480 info->rx_buf_list[i].next = info->buffer_list_phys;
3482 info->rx_buf_list[i].next += (i + 1) * sizeof(SCADESC);
3484 info->rx_buf_list[i].length = SCABUFSIZE;
3527 info->rx_buf_list = NULL;
4158 info->rx_buf_list[i].status = 0xff;
4807 info->rx_buf_list[first].status = 0xff;
4855 desc = &info->rx_buf_list[EndInde
[all...]

Completed in 91 milliseconds