Home
last modified time | relevance | path

Searched refs:hba_map (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/scsi/aacraid/
Dlinit.c402 devtype = aac->hba_map[chn][tid].devtype; in aac_slave_configure()
405 depth = aac->hba_map[chn][tid].qd_limit; in aac_slave_configure()
525 aac->hba_map[chn][tid].devtype == AAC_DEVTYPE_NATIVE_RAW) in aac_change_queue_depth()
550 scsi_change_queue_depth(sdev, aac->hba_map[chn][tid].qd_limit); in aac_change_queue_depth()
695 if (aac->hba_map[bus][cid].devtype == AAC_DEVTYPE_NATIVE_RAW) { in aac_eh_abort()
726 tmf->it_nexus = aac->hba_map[bus][cid].rmw_nexus; in aac_eh_abort()
921 info = &aac->hba_map[bus][cid]; in aac_eh_dev_reset()
984 info = &aac->hba_map[bus][cid]; in aac_eh_target_reset()
1057 info = &aac->hba_map[bus][cid]; in aac_eh_bus_reset()
1123 info = &aac->hba_map[bus][cid]; in aac_eh_host_reset()
Daachba.c1559 hbacmd->it_nexus = dev->hba_map[bus][target].rmw_nexus; in aac_construct_hbacmd()
1761 if (dev->hba_map[bus][target].devtype != AAC_DEVTYPE_NATIVE_RAW) in aac_set_safw_target_qd()
1764 identify_resp = dev->hba_map[bus][target].safw_identify_resp; in aac_set_safw_target_qd()
1766 dev->hba_map[bus][target].qd_limit = 32; in aac_set_safw_target_qd()
1772 dev->hba_map[bus][target].qd_limit = 32; in aac_set_safw_target_qd()
1774 dev->hba_map[bus][target].qd_limit = in aac_set_safw_target_qd()
1900 kfree(dev->hba_map[bus][target].safw_identify_resp); in aac_free_safw_identify_resp()
1901 dev->hba_map[bus][target].safw_identify_resp = NULL; in aac_free_safw_identify_resp()
1949 dev->hba_map[bus][target].safw_identify_resp = identify_resp; in aac_get_safw_attr_all_targets()
1988 dev->hba_map[bus][target].devtype = in aac_set_safw_attr_all_targets()
[all …]
Dcommctrl.c583 dev->hba_map[chn][user_srbcmd->id].devtype == in aac_send_raw_srb()
603 hbacmd->it_nexus = dev->hba_map[chn][user_srbcmd->id].rmw_nexus; in aac_send_raw_srb()
Daacraid.h1675 struct aac_hba_map_info hba_map[AAC_MAX_BUSES][AAC_MAX_TARGETS]; member
Dcommsup.c1863 return dev->hba_map[bus][target].scan_counter == dev->scan_counter; in aac_is_safw_scan_count_equal()