Home
last modified time | relevance | path

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

/drivers/char/
Dn_hdlc.c156 struct n_hdlc_buf_list tx_buf_list; member
258 buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_release()
376 spin_lock_irqsave(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()
379 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()
384 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()
391 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()
427 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()
444 spin_lock_irqsave(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()
446 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()
709 n_hdlc_buf_put(&n_hdlc->tx_buf_list,tbuf); in n_hdlc_tty_write()
[all …]
Dsynclinkmp.c203 SCADESC *tx_buf_list; /* list of transmit buffer entries */ member
3446 info->tx_buf_list, in alloc_dma_bufs()
3478 info->tx_buf_list = (SCADESC *)info->buffer_list; in alloc_buf_list()
3479 info->tx_buf_list += info->rx_buf_count; in alloc_buf_list()
3509 info->tx_buf_list[i].next = info->buffer_list_phys + in alloc_buf_list()
3513 info->tx_buf_list[i].next += (i + 1) * sizeof(SCADESC); in alloc_buf_list()
3542 info->tx_buf_list = NULL; in free_dma_bufs()
5031 desc = &info->tx_buf_list[i]; in tx_load_dma_buffer()
5050 info->tx_buf_list[i].status = 0x81; /* set EOM and EOT status */ in tx_load_dma_buffer()