Searched refs:bcom_task_alloc (Results 1 – 4 of 4) sorted by relevance
| /drivers/dma/bestcomm/ |
| A D | fec.c | 86 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_fec_bd), in bcom_fec_rx_init() 188 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_fec_bd), in bcom_fec_tx_init()
|
| A D | gen_bd.c | 91 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_gen_bd), in bcom_gen_bd_rx_init() 176 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_gen_bd), in bcom_gen_bd_tx_init()
|
| A D | bestcomm.c | 47 bcom_task_alloc(int bd_count, int bd_size, int priv_size) in bcom_task_alloc() function 116 EXPORT_SYMBOL_GPL(bcom_task_alloc);
|
| A D | ata.c | 63 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_ata_bd), 0); in bcom_ata_init()
|
Completed in 8 milliseconds