Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/be2iscsi/
Dbe_main.c1468 beiscsi_hdl_put_handle(struct hd_async_context *pasync_ctx, in beiscsi_hdl_put_handle() argument
1479 struct hd_async_context *pasync_ctx, in beiscsi_hdl_purge_handles() argument
1485 plist = &pasync_ctx->async_entry[cri].wq.list; in beiscsi_hdl_purge_handles()
1487 beiscsi_hdl_put_handle(pasync_ctx, pasync_handle); in beiscsi_hdl_purge_handles()
1489 INIT_LIST_HEAD(&pasync_ctx->async_entry[cri].wq.list); in beiscsi_hdl_purge_handles()
1490 pasync_ctx->async_entry[cri].wq.hdr_len = 0; in beiscsi_hdl_purge_handles()
1491 pasync_ctx->async_entry[cri].wq.bytes_received = 0; in beiscsi_hdl_purge_handles()
1492 pasync_ctx->async_entry[cri].wq.bytes_needed = 0; in beiscsi_hdl_purge_handles()
1497 struct hd_async_context *pasync_ctx, in beiscsi_hdl_get_handle() argument
1547 pasync_handle = pasync_ctx->async_entry[ci].header; in beiscsi_hdl_get_handle()
[all …]
Dbe_main.h88 (phwi->phwi_ctxt->pasync_ctx[ulp_num])
607 #define BE_GET_ASYNC_CRI_FROM_CID(cid) (pasync_ctx->cid_to_async_cri_map[cid])
1005 struct hd_async_context *pasync_ctx[BEISCSI_ULP_COUNT]; member