Home
last modified time | relevance | path

Searched refs:tx_buf_ptr (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/dec/tulip/
H A Duli526x.c108 char *tx_buf_ptr; /* Data for us */ member
616 skb_copy_from_linear_data(skb, txptr->tx_buf_ptr, skb->len); in uli526x_start_xmit()
1291 tmp_tx->tx_buf_ptr = tmp_buf; in uli526x_descriptor_init()
1356 suptr = (u32 *) txptr->tx_buf_ptr; in send_filter_frame()
H A Ddmfe.c188 char *tx_buf_ptr; /* Data for us */ member
700 skb_copy_from_linear_data(skb, txptr->tx_buf_ptr, skb->len); in dmfe_start_xmit()
1384 tmp_tx->tx_buf_ptr = tmp_buf; in dmfe_descriptor_init()
1486 suptr = (u32 *) txptr->tx_buf_ptr; in send_filter_frame()
/linux/drivers/spi/
H A Dspi-axiado.c565 u8 *tx_buf_ptr = (u8 *)op->data.buf.out; in ax_spi_mem_exec_op() local
624 ax_spi_write_b(xspi, AX_SPI_TXFIFO, tx_buf_ptr[i]); in ax_spi_mem_exec_op()