Searched refs:pasync_ctx (Results 1 – 2 of 2) sorted by relevance
1449 beiscsi_hdl_put_handle(struct hd_async_context *pasync_ctx, in beiscsi_hdl_put_handle() argument1460 struct hd_async_context *pasync_ctx, in beiscsi_hdl_purge_handles() argument1466 plist = &pasync_ctx->async_entry[cri].wq.list; in beiscsi_hdl_purge_handles()1468 beiscsi_hdl_put_handle(pasync_ctx, pasync_handle); in beiscsi_hdl_purge_handles()1470 INIT_LIST_HEAD(&pasync_ctx->async_entry[cri].wq.list); in beiscsi_hdl_purge_handles()1471 pasync_ctx->async_entry[cri].wq.hdr_len = 0; in beiscsi_hdl_purge_handles()1472 pasync_ctx->async_entry[cri].wq.bytes_received = 0; in beiscsi_hdl_purge_handles()1473 pasync_ctx->async_entry[cri].wq.bytes_needed = 0; in beiscsi_hdl_purge_handles()1478 struct hd_async_context *pasync_ctx, in beiscsi_hdl_get_handle() argument1528 pasync_handle = pasync_ctx->async_entry[ci].header; in beiscsi_hdl_get_handle()[all …]
89 (phwi->phwi_ctxt->pasync_ctx[ulp_num])608 #define BE_GET_ASYNC_CRI_FROM_CID(cid) (pasync_ctx->cid_to_async_cri_map[cid])1006 struct hd_async_context *pasync_ctx[BEISCSI_ULP_COUNT]; member