Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c202 asd_ha->seq.tc_index_bitmap_bits = asd_ha->hw_prof.max_scbs; in asd_init_scbs()
240 asd_ha->hw_prof.max_scbs = asd_get_cmdctx_size(asd_ha)/ASD_SCB_SIZE; in asd_get_max_scb_ddb()
243 asd_ha->hw_prof.max_scbs, in asd_get_max_scb_ddb()
398 seq->can_queue = 1 + (asd_ha->hw_prof.max_scbs - seq->pending)/2; in asd_init_escbs()
546 if (max_cmnds <= asd_ha->hw_prof.max_scbs || max_cmnds > 0xFFFF) { in asd_extend_cmdctx()
547 max_cmnds = asd_ha->hw_prof.max_scbs; in asd_extend_cmdctx()
551 size = (max_cmnds - asd_ha->hw_prof.max_scbs + 1) * ASD_SCB_SIZE; in asd_extend_cmdctx()
557 max_cmnds = asd_ha->hw_prof.max_scbs; in asd_extend_cmdctx()
562 dma_addr -= asd_ha->hw_prof.max_scbs * ASD_SCB_SIZE; in asd_extend_cmdctx()
569 asd_ha->hw_prof.max_scbs = max_cmnds; in asd_extend_cmdctx()
[all …]
H A Daic94xx_seq.c864 u16 max_scbs = 0; in asd_init_scb_sites() local
866 for (site_no = asd_ha->hw_prof.max_scbs-1; in asd_init_scb_sites()
901 max_scbs++; in asd_init_scb_sites()
903 asd_ha->hw_prof.max_scbs = max_scbs; in asd_init_scb_sites()
904 ASD_DPRINTK("max_scbs:%d\n", asd_ha->hw_prof.max_scbs); in asd_init_scb_sites()
H A Daic94xx_hwi.h95 u32 max_scbs; /* absolute sequencer scb queue size */ member
H A Daic94xx_init.c212 asd_ha->hw_prof.max_scbs = 512; in asd_common_setup()