txbuffer 283 drivers/net/ethernet/amd/am79c961a.c priv->txbuffer[i] = first_free_addr; txbuffer 450 drivers/net/ethernet/amd/am79c961a.c bufaddr = priv->txbuffer[head]; txbuffer 131 drivers/net/ethernet/amd/am79c961a.h unsigned long txbuffer[TX_BUFFERS]; txbuffer 3116 drivers/scsi/lpfc/lpfc_bsg.c struct lpfc_dmabufext *txbuffer = NULL; txbuffer 3234 drivers/scsi/lpfc/lpfc_bsg.c txbuffer = diag_cmd_data_alloc(phba, txbuffer 3239 drivers/scsi/lpfc/lpfc_bsg.c if (!cmdiocbq || !txbmp || !txbpl || !txbuffer || !txbmp->virt) { txbuffer 3253 drivers/scsi/lpfc/lpfc_bsg.c list_add_tail(&head, &txbuffer->dma.list); txbuffer 3280 drivers/scsi/lpfc/lpfc_bsg.c num_bde = (uint32_t)txbuffer->flag; txbuffer 3379 drivers/scsi/lpfc/lpfc_bsg.c if (txbuffer != NULL) txbuffer 3380 drivers/scsi/lpfc/lpfc_bsg.c diag_cmd_data_free(phba, txbuffer); txbuffer 409 drivers/tty/serial/ifx6x60.c static void ifx_spi_setup_spi_header(unsigned char *txbuffer, int tx_count, txbuffer 412 drivers/tty/serial/ifx6x60.c *(u16 *)(txbuffer) = tx_count; txbuffer 413 drivers/tty/serial/ifx6x60.c *(u16 *)(txbuffer+2) = IFX_SPI_PAYLOAD_SIZE; txbuffer 414 drivers/tty/serial/ifx6x60.c txbuffer[1] |= (more << IFX_SPI_MORE_BIT) & IFX_SPI_MORE_MASK;