Searched refs:pwrb_context (Results 1 – 7 of 7) sorted by relevance
1208 struct hwi_wrb_context *pwrb_context; in alloc_wrb_handle() local1214 pwrb_context = &phwi_ctrlr->wrb_context[cri_index]; in alloc_wrb_handle()1215 if (pwrb_context->wrb_handles_available >= 2) { in alloc_wrb_handle()1216 pwrb_handle = pwrb_context->pwrb_handle_base[ in alloc_wrb_handle()1217 pwrb_context->alloc_index]; in alloc_wrb_handle()1218 pwrb_context->wrb_handles_available--; in alloc_wrb_handle()1219 if (pwrb_context->alloc_index == in alloc_wrb_handle()1221 pwrb_context->alloc_index = 0; in alloc_wrb_handle()1223 pwrb_context->alloc_index++; in alloc_wrb_handle()1226 *pcontext = pwrb_context; in alloc_wrb_handle()[all …]
334 struct hwi_wrb_context *pwrb_context);338 struct hwi_wrb_context *pwrb_context);
204 struct hwi_wrb_context *pwrb_context; in beiscsi_conn_bind() local225 pwrb_context = &phwi_ctrlr->wrb_context[BE_GET_CRI_FROM_CID( in beiscsi_conn_bind()231 beiscsi_conn->doorbell_offset = pwrb_context->doorbell_offset; in beiscsi_conn_bind()1047 struct hwi_wrb_context *pwrb_context; in beiscsi_put_cid() local1052 pwrb_context = &phwi_ctrlr->wrb_context[cri_index]; in beiscsi_put_cid()1053 cid_post_ulp = pwrb_context->ulp_num; in beiscsi_put_cid()
1577 struct hwi_wrb_context *pwrb_context) in beiscsi_offload_cxn_v0() argument1622 if (pwrb_context->plast_wrb) in beiscsi_offload_cxn_v0()1625 pwrb_context->plast_wrb, in beiscsi_offload_cxn_v0()1627 pwrb_context->plast_wrb = pwrb; in beiscsi_offload_cxn_v0()1649 struct hwi_wrb_context *pwrb_context) in beiscsi_offload_cxn_v2() argument1665 if (pwrb_context->plast_wrb) in beiscsi_offload_cxn_v2()1668 pwrb_context->plast_wrb, in beiscsi_offload_cxn_v2()1670 pwrb_context->plast_wrb = pwrb; in beiscsi_offload_cxn_v2()
1249 struct hwi_wrb_context *pwrb_context, in be_cmd_wrbq_create() argument1280 pwrb_context->cid = wrbq->id; in be_cmd_wrbq_create()1282 pwrb_context->doorbell_offset = DB_TXULP0_OFFSET; in be_cmd_wrbq_create()1283 pwrb_context->ulp_num = BEISCSI_ULP0; in be_cmd_wrbq_create()1285 pwrb_context->ulp_num = resp->ulp_num; in be_cmd_wrbq_create()1286 pwrb_context->doorbell_offset = resp->doorbell_offset; in be_cmd_wrbq_create()
505 struct hwi_wrb_context *pwrb_context; member
777 struct hwi_wrb_context *pwrb_context,