Home
last modified time | relevance | path

Searched refs:pasync_ctx (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/scsi/be2iscsi/
Dbe_main.c1451 beiscsi_hdl_put_handle(struct hd_async_context *pasync_ctx, in beiscsi_hdl_put_handle() argument
1462 struct hd_async_context *pasync_ctx, in beiscsi_hdl_purge_handles() argument
1468 plist = &pasync_ctx->async_entry[cri].wq.list; in beiscsi_hdl_purge_handles()
1470 beiscsi_hdl_put_handle(pasync_ctx, pasync_handle); in beiscsi_hdl_purge_handles()
1472 INIT_LIST_HEAD(&pasync_ctx->async_entry[cri].wq.list); in beiscsi_hdl_purge_handles()
1473 pasync_ctx->async_entry[cri].wq.hdr_len = 0; in beiscsi_hdl_purge_handles()
1474 pasync_ctx->async_entry[cri].wq.bytes_received = 0; in beiscsi_hdl_purge_handles()
1475 pasync_ctx->async_entry[cri].wq.bytes_needed = 0; in beiscsi_hdl_purge_handles()
1480 struct hd_async_context *pasync_ctx, in beiscsi_hdl_get_handle() argument
1530 pasync_handle = pasync_ctx->async_entry[ci].header; in beiscsi_hdl_get_handle()
[all …]
Dbe_main.h89 (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