Home
last modified time | relevance | path

Searched refs:txbuffer (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/litex/
H A Dlitex_liteeth.c158 void __iomem *txbuffer; in liteeth_start_xmit() local
181 txbuffer = priv->tx_base + priv->tx_slot * priv->slot_size; in liteeth_start_xmit()
182 memcpy_toio(txbuffer, skb->data, skb->len); in liteeth_start_xmit()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Dam79c961a.h131 unsigned long txbuffer[TX_BUFFERS]; member
H A Dam79c961a.c283 priv->txbuffer[i] = first_free_addr; in am79c961_init_for_open()
450 bufaddr = priv->txbuffer[head]; in am79c961_sendpacket()
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Difx6x60.c399 * @txbuffer: pointer to start of SPI buffer
407 static void ifx_spi_setup_spi_header(unsigned char *txbuffer, int tx_count, in ifx_spi_setup_spi_header() argument
410 *(u16 *)(txbuffer) = tx_count; in ifx_spi_setup_spi_header()
411 *(u16 *)(txbuffer+2) = IFX_SPI_PAYLOAD_SIZE; in ifx_spi_setup_spi_header()
412 txbuffer[1] |= (more << IFX_SPI_MORE_BIT) & IFX_SPI_MORE_MASK; in ifx_spi_setup_spi_header()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_bsg.c3113 struct lpfc_dmabufext *txbuffer = NULL; in lpfc_bsg_diag_loopback_run() local
3231 txbuffer = diag_cmd_data_alloc(phba, in lpfc_bsg_diag_loopback_run()
3236 if (!cmdiocbq || !txbmp || !txbpl || !txbuffer || !txbmp->virt) { in lpfc_bsg_diag_loopback_run()
3250 list_add_tail(&head, &txbuffer->dma.list); in lpfc_bsg_diag_loopback_run()
3277 num_bde = (uint32_t)txbuffer->flag; in lpfc_bsg_diag_loopback_run()
3376 if (txbuffer != NULL) in lpfc_bsg_diag_loopback_run()
3377 diag_cmd_data_free(phba, txbuffer); in lpfc_bsg_diag_loopback_run()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_bsg.c3039 struct lpfc_dmabufext *txbuffer = NULL; in lpfc_bsg_diag_loopback_run() local
3157 txbuffer = diag_cmd_data_alloc(phba, in lpfc_bsg_diag_loopback_run()
3162 if (!cmdiocbq || !txbmp || !txbpl || !txbuffer || !txbmp->virt) { in lpfc_bsg_diag_loopback_run()
3179 list_add_tail(&head, &txbuffer->dma.list); in lpfc_bsg_diag_loopback_run()
3206 num_bde = (uint32_t)txbuffer->flag; in lpfc_bsg_diag_loopback_run()
3296 if (txbuffer != NULL) in lpfc_bsg_diag_loopback_run()
3297 diag_cmd_data_free(phba, txbuffer); in lpfc_bsg_diag_loopback_run()

Completed in 16 milliseconds