Searched refs:txbuffer (Results 1 – 4 of 4) sorted by relevance
131 unsigned long txbuffer[TX_BUFFERS]; member
283 priv->txbuffer[i] = first_free_addr; in am79c961_init_for_open()450 bufaddr = priv->txbuffer[head]; in am79c961_sendpacket()
407 static void ifx_spi_setup_spi_header(unsigned char *txbuffer, int tx_count, in ifx_spi_setup_spi_header() argument410 *(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()
3113 struct lpfc_dmabufext *txbuffer = NULL; in lpfc_bsg_diag_loopback_run() local3231 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()