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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dn_hdlc.c141 struct n_hdlc_buf_list tx_buf_list; member in struct:n_hdlc
202 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list)))
204 spin_lock_irqsave(&n_hdlc->tx_buf_list.spinlock, flags);
209 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags);
269 buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list);
384 spin_lock_irqsave(&n_hdlc->tx_buf_list.spinlock, flags);
387 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags);
392 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags);
399 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list);
435 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list);
[all...]
H A Dsynclinkmp.c205 SCADESC *tx_buf_list; /* list of transmit buffer entries */ member in struct:_synclinkmp_info
3449 info->tx_buf_list,
3481 info->tx_buf_list = (SCADESC *)info->buffer_list;
3482 info->tx_buf_list += info->rx_buf_count;
3512 info->tx_buf_list[i].next = info->buffer_list_phys +
3516 info->tx_buf_list[i].next += (i + 1) * sizeof(SCADESC);
3545 info->tx_buf_list = NULL;
5029 desc = &info->tx_buf_list[i];
5048 info->tx_buf_list[i].status = 0x81; /* set EOM and EOT status */

Completed in 49 milliseconds