bcom_task_alloc
tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_ata_bd), 0);
EXPORT_SYMBOL_GPL(bcom_task_alloc);
tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_fec_bd),
tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_fec_bd),
tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_gen_bd),
tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_gen_bd),
extern struct bcom_task *bcom_task_alloc(int bd_count, int bd_size, int priv_size);