Lines Matching refs:queue_len
85 bcom_gen_bd_rx_init(int queue_len, phys_addr_t fifo,
91 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_gen_bd),
170 bcom_gen_bd_tx_init(int queue_len, phys_addr_t fifo,
176 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_gen_bd),
309 * @queue_len: number of buffer descriptors to allocate for the task
315 struct bcom_task * bcom_psc_gen_bd_rx_init(unsigned psc_num, int queue_len,
321 return bcom_gen_bd_rx_init(queue_len, fifo,
331 * @queue_len: number of buffer descriptors to allocate for the task
337 bcom_psc_gen_bd_tx_init(unsigned psc_num, int queue_len, phys_addr_t fifo)
340 return bcom_gen_bd_tx_init(queue_len, fifo,