Home
last modified time | relevance | path

Searched refs:host_map (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/cxlflash/
Dmain.c278 return context_reset(hwq, &hwq->host_map->ioarrin); in context_reset_ioarrin()
289 return context_reset(hwq, &hwq->host_map->sq_ctx_reset); in context_reset_sq()
315 room = readq_be(&hwq->host_map->cmd_room); in send_cmd_ioarrin()
328 writeq_be((u64)&cmd->rcb, &hwq->host_map->ioarrin); in send_cmd_ioarrin()
370 writeq_be((u64)hwq->hsq_curr, &hwq->host_map->sq_tail); in send_cmd_sq()
377 readq_be(&hwq->host_map->sq_head), in send_cmd_sq()
378 readq_be(&hwq->host_map->sq_tail)); in send_cmd_sq()
1317 reg = readq_be(&hwq->host_map->ctx_ctrl); in afu_err_intr_init()
1320 writeq_be(reg, &hwq->host_map->ctx_ctrl); in afu_err_intr_init()
1321 writeq_be(SISL_ISTATUS_MASK, &hwq->host_map->intr_mask); in afu_err_intr_init()
[all …]
Dcommon.h206 struct sisl_host_map __iomem *host_map; /* MC host map */ member
/drivers/scsi/qla2xxx/
Dqla_target.c201 host = btree_lookup32(&vha->hw->tgt.host_map, key); in qlt_find_host_by_d_id()
6447 btree_for_each_safe32(&ha->tgt.host_map, key, node) in qlt_remove_target_resources()
6448 btree_remove32(&ha->tgt.host_map, key); in qlt_remove_target_resources()
6450 btree_destroy32(&ha->tgt.host_map); in qlt_remove_target_resources()
7094 rc = btree_init32(&ha->tgt.host_map); in qlt_probe_one_stage1()
7229 slot = btree_lookup32(&vha->hw->tgt.host_map, key); in qlt_update_vp_map()
7233 rc = btree_insert32(&vha->hw->tgt.host_map, in qlt_update_vp_map()
7243 btree_update32(&vha->hw->tgt.host_map, key, vha); in qlt_update_vp_map()
7251 slot = btree_lookup32(&vha->hw->tgt.host_map, key); in qlt_update_vp_map()
7253 btree_remove32(&vha->hw->tgt.host_map, key); in qlt_update_vp_map()
Dqla_def.h3837 struct btree_head32 host_map; member