Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/snic/
Dsnic_disc.c83 u32 ntgts, buf_len = 0; in snic_queue_report_tgt_req() local
95 ntgts = min_t(u32, snic->fwinfo.max_tgts, snic->shost->max_id); in snic_queue_report_tgt_req()
97 ntgts = snic->shost->max_id; in snic_queue_report_tgt_req()
100 SNIC_BUG_ON(ntgts == 0); in snic_queue_report_tgt_req()
101 buf_len = ntgts * sizeof(struct snic_tgt_id) + SNIC_SG_DESC_ALIGN; in snic_queue_report_tgt_req()