| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_xmit.h | 231 struct xmit_buf { struct 278 struct xmit_buf *pxmitbuf; argument 408 struct xmit_buf pcmd_xmitbuf[CMDBUF_MAX]; 424 extern struct xmit_buf *rtw_alloc_xmitbuf_ext(struct xmit_priv *pxmitpriv); 425 extern s32 rtw_free_xmitbuf_ext(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); 427 extern struct xmit_buf *rtw_alloc_xmitbuf(struct xmit_priv *pxmitpriv); 428 extern s32 rtw_free_xmitbuf(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); 476 void enqueue_pending_xmitbuf(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); 477 void enqueue_pending_xmitbuf_to_head(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); 478 struct xmit_buf *dequeue_pending_xmitbuf(struct xmit_priv *pxmitpriv); [all …]
|
| H A D | xmit_osdep.h | 26 struct xmit_buf; 33 int rtw_os_xmit_resource_alloc(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 alloc_sz, u… 34 void rtw_os_xmit_resource_free(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 free_sz, u8…
|
| /linux/drivers/tty/serial/ |
| H A D | icom.c | 266 unsigned char *xmit_buf; member 404 if (icom_port->xmit_buf) { in free_port_memory() 405 dma_free_coherent(&dev->dev, 4096, icom_port->xmit_buf, in free_port_memory() 407 icom_port->xmit_buf = NULL; in free_port_memory() 430 icom_port->xmit_buf = in get_port_memory() 433 if (!icom_port->xmit_buf) { in get_port_memory() 439 (unsigned long) icom_port->xmit_buf); in get_port_memory() 487 (unsigned long) icom_port->xmit_buf); in get_port_memory() 495 (unsigned long) icom_port->xmit_buf); in get_port_memory() 893 data_count = kfifo_out_peek(&tport->xmit_fifo, icom_port->xmit_buf, in icom_write()
|
| H A D | serial_core.c | 260 if (!state->port.xmit_buf) { in uart_alloc_xmit_buf() 261 state->port.xmit_buf = (unsigned char *)page; in uart_alloc_xmit_buf() 262 kfifo_init(&state->port.xmit_fifo, state->port.xmit_buf, in uart_alloc_xmit_buf() 282 char *xmit_buf; in uart_free_xmit_buf() local 291 xmit_buf = port->xmit_buf; in uart_free_xmit_buf() 292 port->xmit_buf = NULL; in uart_free_xmit_buf() 296 free_page((unsigned long)xmit_buf); in uart_free_xmit_buf() 594 if (!state->port.xmit_buf) { in uart_put_char() 625 if (!state->port.xmit_buf) { in uart_write()
|
| H A D | atmel_serial.c | 1036 BUG_ON(!PAGE_ALIGNED(tport->xmit_buf)); in atmel_prepare_tx_dma() 1037 atmel_port->tx_phys = dma_map_single(port->dev, tport->xmit_buf, in atmel_prepare_tx_dma() 1045 UART_XMIT_SIZE, tport->xmit_buf, in atmel_prepare_tx_dma() 1495 pdc->buf = tport->xmit_buf; in atmel_prepare_tx_pdc()
|
| H A D | pch_uart.c | 923 sg_set_page(sg, virt_to_page(tport->xmit_buf), in dma_handle_tx() 926 sg_set_page(sg, virt_to_page(tport->xmit_buf), in dma_handle_tx()
|
| H A D | sh-sci.c | 1687 __func__, tport->xmit_buf, tail, s->cookie_tx); in sci_dma_tx_work_fn() 1831 tport->xmit_buf, in sci_request_dma() 1840 tport->xmit_buf, &s->tx_dma_addr); in sci_request_dma()
|
| H A D | serial-tegra.c | 1178 dma_buf = tup->uport.state->port.xmit_buf; in tegra_uart_dma_channel_allocate()
|
| H A D | samsung_tty.c | 1122 p->port.state->port.xmit_buf, in s3c24xx_serial_request_dma()
|
| /linux/drivers/staging/rtl8723bs/os_dep/ |
| H A D | xmit_linux.c | 46 int rtw_os_xmit_resource_alloc(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 alloc_sz, u… in rtw_os_xmit_resource_alloc() 59 void rtw_os_xmit_resource_free(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 free_sz, u8… in rtw_os_xmit_resource_free()
|
| /linux/drivers/tty/ |
| H A D | mips_ejtag_fdc.c | 428 ptrs[0] = dport->port.xmit_buf + dport->xmit_tail; in mips_ejtag_fdc_put_chan() 432 ptrs[1] = dport->port.xmit_buf; in mips_ejtag_fdc_put_chan() 826 memcpy(dport->port.xmit_buf + dport->xmit_head, buf, block); in mips_ejtag_fdc_tty_write()
|
| /linux/drivers/ipack/devices/ |
| H A D | ipoctal.c | 210 value = channel->tty_port.xmit_buf[*pointer_write]; in ipoctal_irq_tx() 448 channel->tty_port.xmit_buf[*pointer_read] = buf[i]; in ipoctal_copy_write_buffer()
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_dma.c | 282 p->port.state->port.xmit_buf, in serial8250_request_dma()
|
| /linux/drivers/staging/rtl8723bs/hal/ |
| H A D | sdio_ops.c | 438 struct xmit_buf *xmitbuf = (struct xmit_buf *)mem; in sdio_write_port()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_mlme_ext.c | 1912 struct xmit_buf *pxmitbuf; in _alloc_mgtxmitframe() 2020 struct xmit_buf *pxmitbuf = pmgntframe->pxmitbuf; in dump_mgntframe_and_wait()
|