Searched refs:txbuffer (Results 1 – 4 of 4) sorted by relevance
134 unsigned long txbuffer[TX_BUFFERS]; member
286 priv->txbuffer[i] = first_free_addr; in am79c961_init_for_open()453 bufaddr = priv->txbuffer[head]; in am79c961_sendpacket()
409 static void ifx_spi_setup_spi_header(unsigned char *txbuffer, int tx_count, in ifx_spi_setup_spi_header() argument412 *(u16 *)(txbuffer) = tx_count; in ifx_spi_setup_spi_header()413 *(u16 *)(txbuffer+2) = IFX_SPI_PAYLOAD_SIZE; in ifx_spi_setup_spi_header()414 txbuffer[1] |= (more << IFX_SPI_MORE_BIT) & IFX_SPI_MORE_MASK; in ifx_spi_setup_spi_header()
3046 struct lpfc_dmabufext *txbuffer = NULL; in lpfc_bsg_diag_loopback_run() local3164 txbuffer = diag_cmd_data_alloc(phba, in lpfc_bsg_diag_loopback_run()3169 if (!cmdiocbq || !txbmp || !txbpl || !txbuffer || !txbmp->virt) { in lpfc_bsg_diag_loopback_run()3183 list_add_tail(&head, &txbuffer->dma.list); in lpfc_bsg_diag_loopback_run()3210 num_bde = (uint32_t)txbuffer->flag; in lpfc_bsg_diag_loopback_run()3309 if (txbuffer != NULL) in lpfc_bsg_diag_loopback_run()3310 diag_cmd_data_free(phba, txbuffer); in lpfc_bsg_diag_loopback_run()