Home
last modified time | relevance | path

Searched refs:tx_desc_size (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/sound/soc/blackfin/
Dbf6xx-sport.c154 dma_free_coherent(NULL, sport->tx_desc_size, in sport_config_tx_dma()
159 sport->tx_desc_size = fragcount * sizeof(struct dmasg); in sport_config_tx_dma()
417 dma_free_coherent(NULL, sport->tx_desc_size, in sport_delete()
Dbf6xx-sport.h43 unsigned int tx_desc_size; member
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_cb.c43 LASSERT(tx->tx_desc_size == size); in ksocknal_alloc_tx()
60 tx->tx_desc_size = size; in ksocknal_alloc_tx()
98 if (tx->tx_lnetmsg == NULL && tx->tx_desc_size == KSOCK_NOOP_TX_SIZE) { in ksocknal_free_tx()
106 LIBCFS_FREE(tx, tx->tx_desc_size); in ksocknal_free_tx()
Dsocklnd.h227 int tx_desc_size; /* size of this descriptor */ member
Dsocklnd.c2240 LIBCFS_FREE(tx, tx->tx_desc_size); in ksocknal_free_buffers()