Searched refs:max_ddbs (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
H A D | aic94xx_hwi.c | 243 asd_ha->hw_prof.max_ddbs = asd_get_devctx_size(asd_ha)/ASD_DDB_SIZE; in asd_get_max_scb_ddb() 244 ASD_DPRINTK("max_scbs:%d, max_ddbs:%d\n", in asd_get_max_scb_ddb() 246 asd_ha->hw_prof.max_ddbs); in asd_get_max_scb_ddb() 494 dma_addr -= asd_ha->hw_prof.max_ddbs * ASD_DDB_SIZE; in asd_extend_devctx_ocm() 499 asd_ha->hw_prof.max_ddbs += MAX_DEVS; in asd_extend_devctx_ocm() 512 if (max_devs <= asd_ha->hw_prof.max_ddbs || max_devs > 0xFFFF) { in asd_extend_devctx() 513 max_devs = asd_ha->hw_prof.max_ddbs; in asd_extend_devctx() 517 size = (max_devs - asd_ha->hw_prof.max_ddbs + 1) * ASD_DDB_SIZE; in asd_extend_devctx() 523 max_devs = asd_ha->hw_prof.max_ddbs; in asd_extend_devctx() 528 dma_addr -= asd_ha->hw_prof.max_ddbs * ASD_DDB_SIZ in asd_extend_devctx() [all...] |
H A D | aic94xx_dev.c | 17 (_ha)->hw_prof.max_ddbs) 26 if (ddb >= asd_ha->hw_prof.max_ddbs) { in asd_get_ddb()
|
H A D | aic94xx_hwi.h | 97 u32 max_ddbs; member
|
H A D | aic94xx_seq.c | 540 (u16)asd_ha->hw_prof.max_ddbs); in asd_init_cseq_mdp() 724 (u16)asd_ha->hw_prof.max_ddbs); in asd_init_lseq_mdp() 1116 asd_ha->hw_prof.max_ddbs-1); in asd_init_ddb_0()
|
H A D | aic94xx_init.c | 213 asd_ha->hw_prof.max_ddbs = ASD_MAX_DDBS; in asd_common_setup()
|
H A D | aic94xx_dump.c | 732 if (site_no >= asd_ha->hw_prof.max_ddbs)
|
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/ |
H A D | aic94xx_hwi.c | 241 asd_ha->hw_prof.max_ddbs = asd_get_devctx_size(asd_ha)/ASD_DDB_SIZE; in asd_get_max_scb_ddb() 242 ASD_DPRINTK("max_scbs:%d, max_ddbs:%d\n", in asd_get_max_scb_ddb() 244 asd_ha->hw_prof.max_ddbs); in asd_get_max_scb_ddb() 492 dma_addr -= asd_ha->hw_prof.max_ddbs * ASD_DDB_SIZE; in asd_extend_devctx_ocm() 497 asd_ha->hw_prof.max_ddbs += MAX_DEVS; in asd_extend_devctx_ocm() 510 if (max_devs <= asd_ha->hw_prof.max_ddbs || max_devs > 0xFFFF) { in asd_extend_devctx() 511 max_devs = asd_ha->hw_prof.max_ddbs; in asd_extend_devctx() 515 size = (max_devs - asd_ha->hw_prof.max_ddbs + 1) * ASD_DDB_SIZE; in asd_extend_devctx() 521 max_devs = asd_ha->hw_prof.max_ddbs; in asd_extend_devctx() 526 dma_addr -= asd_ha->hw_prof.max_ddbs * ASD_DDB_SIZ in asd_extend_devctx() [all...] |
H A D | aic94xx_dev.c | 17 (_ha)->hw_prof.max_ddbs) 26 if (ddb >= asd_ha->hw_prof.max_ddbs) { in asd_get_ddb()
|
H A D | aic94xx_hwi.h | 97 u32 max_ddbs; member
|
H A D | aic94xx_seq.c | 540 (u16)asd_ha->hw_prof.max_ddbs); in asd_init_cseq_mdp() 724 (u16)asd_ha->hw_prof.max_ddbs); in asd_init_lseq_mdp() 1116 asd_ha->hw_prof.max_ddbs-1); in asd_init_ddb_0()
|
H A D | aic94xx_init.c | 213 asd_ha->hw_prof.max_ddbs = ASD_MAX_DDBS; in asd_common_setup()
|
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 3025 int idx = 0, max_ddbs, rval; in qla4xxx_match_fwdb_session() local 3039 max_ddbs = is_qla40XX(ha) ? MAX_DEV_DB_ENTRIES_40XX : in qla4xxx_match_fwdb_session() 3042 for (idx = 0; idx < max_ddbs; idx++) { in qla4xxx_match_fwdb_session() 3085 if (idx == max_ddbs) in qla4xxx_match_fwdb_session() 6737 int max_ddbs; in qla4xxx_find_flash_st_idx() local 6740 max_ddbs = is_qla40XX(ha) ? MAX_DEV_DB_ENTRIES_40XX : in qla4xxx_find_flash_st_idx() 6761 for (idx = 0; idx < max_ddbs; idx++) { in qla4xxx_find_flash_st_idx() 6775 if (idx == max_ddbs) in qla4xxx_find_flash_st_idx() 6791 int max_ddbs; in qla4xxx_build_st_list() local 6808 max_ddbs in qla4xxx_build_st_list() 6894 uint32_t max_ddbs = 0; qla4xxx_update_sess_disc_idx() local 7020 int max_ddbs; qla4xxx_build_nt_list() local 7128 int max_ddbs; qla4xxx_build_new_nt_list() local 7307 uint16_t max_ddbs = 0; qla4xxx_sysfs_ddb_add() local 8456 uint16_t max_ddbs; qla4xxx_sysfs_ddb_export() local 8576 int max_ddbs, idx, ret; qla4xxx_wait_login_resp_boot_tgt() local [all...] |
H A D | ql4_init.c | 914 int max_ddbs; in qla4xxx_free_ddb_index() local 919 max_ddbs = is_qla40XX(ha) ? MAX_DEV_DB_ENTRIES_40XX : in qla4xxx_free_ddb_index() 922 for (idx = 0; idx < max_ddbs; idx = next_idx) { in qla4xxx_free_ddb_index()
|
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 3020 int idx = 0, max_ddbs, rval; in qla4xxx_match_fwdb_session() local 3034 max_ddbs = is_qla40XX(ha) ? MAX_DEV_DB_ENTRIES_40XX : in qla4xxx_match_fwdb_session() 3037 for (idx = 0; idx < max_ddbs; idx++) { in qla4xxx_match_fwdb_session() 3080 if (idx == max_ddbs) in qla4xxx_match_fwdb_session() 6724 int max_ddbs; in qla4xxx_find_flash_st_idx() local 6727 max_ddbs = is_qla40XX(ha) ? MAX_DEV_DB_ENTRIES_40XX : in qla4xxx_find_flash_st_idx() 6748 for (idx = 0; idx < max_ddbs; idx++) { in qla4xxx_find_flash_st_idx() 6762 if (idx == max_ddbs) in qla4xxx_find_flash_st_idx() 6778 int max_ddbs; in qla4xxx_build_st_list() local 6795 max_ddbs in qla4xxx_build_st_list() 6881 uint32_t max_ddbs = 0; qla4xxx_update_sess_disc_idx() local 7007 int max_ddbs; qla4xxx_build_nt_list() local 7115 int max_ddbs; qla4xxx_build_new_nt_list() local 7294 uint16_t max_ddbs = 0; qla4xxx_sysfs_ddb_add() local 8441 uint16_t max_ddbs; qla4xxx_sysfs_ddb_export() local 8561 int max_ddbs, idx, ret; qla4xxx_wait_login_resp_boot_tgt() local [all...] |
H A D | ql4_init.c | 914 int max_ddbs; in qla4xxx_free_ddb_index() local 919 max_ddbs = is_qla40XX(ha) ? MAX_DEV_DB_ENTRIES_40XX : in qla4xxx_free_ddb_index() 922 for (idx = 0; idx < max_ddbs; idx = next_idx) { in qla4xxx_free_ddb_index()
|
Completed in 38 milliseconds