Home
last modified time | relevance | path

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

/drivers/scsi/cxlflash/
Dmain.c283 return context_reset(hwq, &hwq->host_map->ioarrin); in context_reset_ioarrin()
294 return context_reset(hwq, &hwq->host_map->sq_ctx_reset); in context_reset_sq()
320 room = readq_be(&hwq->host_map->cmd_room); in send_cmd_ioarrin()
333 writeq_be((u64)&cmd->rcb, &hwq->host_map->ioarrin); in send_cmd_ioarrin()
375 writeq_be((u64)hwq->hsq_curr, &hwq->host_map->sq_tail); in send_cmd_sq()
382 readq_be(&hwq->host_map->sq_head), in send_cmd_sq()
383 readq_be(&hwq->host_map->sq_tail)); in send_cmd_sq()
1322 reg = readq_be(&hwq->host_map->ctx_ctrl); in afu_err_intr_init()
1325 writeq_be(reg, &hwq->host_map->ctx_ctrl); in afu_err_intr_init()
1326 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.c203 host = btree_lookup32(&vha->hw->tgt.host_map, key); in qlt_find_host_by_d_id()
6448 btree_for_each_safe32(&ha->tgt.host_map, key, node) in qlt_remove_target_resources()
6449 btree_remove32(&ha->tgt.host_map, key); in qlt_remove_target_resources()
6451 btree_destroy32(&ha->tgt.host_map); in qlt_remove_target_resources()
7097 rc = btree_init32(&ha->tgt.host_map); in qlt_probe_one_stage1()
7232 slot = btree_lookup32(&vha->hw->tgt.host_map, key); in qlt_update_vp_map()
7236 rc = btree_insert32(&vha->hw->tgt.host_map, in qlt_update_vp_map()
7246 btree_update32(&vha->hw->tgt.host_map, key, vha); in qlt_update_vp_map()
7254 slot = btree_lookup32(&vha->hw->tgt.host_map, key); in qlt_update_vp_map()
7256 btree_remove32(&vha->hw->tgt.host_map, key); in qlt_update_vp_map()
Dqla_def.h3591 struct btree_head32 host_map; member