Lines Matching defs:dbc_id
130 __le32 dbc_id;
137 __le32 dbc_id;
221 u32 dbc_id;
300 u32 dbc_id = resources->dbc_id;
303 wait_event_interruptible(qdev->dbc[dbc_id].dbc_release, !qdev->dbc[dbc_id].in_use);
304 qdev->dbc[dbc_id].req_q_base = resources->buf;
305 qdev->dbc[dbc_id].rsp_q_base = resources->rsp_q_base;
306 qdev->dbc[dbc_id].dma_addr = resources->dma_addr;
307 qdev->dbc[dbc_id].total_size = resources->total_size;
308 qdev->dbc[dbc_id].nelem = resources->nelem;
309 enable_dbc(qdev, dbc_id, usr);
310 qdev->dbc[dbc_id].in_use = true;
710 if (in_trans->dbc_id >= qdev->num_dbc || in_trans->pad)
715 return disable_dbc(qdev, in_trans->dbc_id, usr);
871 out_trans->dbc_id = le32_to_cpu(in_trans->dbc_id);
878 if (out_trans->dbc_id >= qdev->num_dbc)
893 resources->dbc_id = out_trans->dbc_id;
903 u32 dbc_id = le32_to_cpu(in_trans->dbc_id);
906 if (dbc_id >= qdev->num_dbc)
919 enable_dbc(qdev, dbc_id, usr);
923 release_dbc(qdev, dbc_id);