Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/snic/
Dsnic_disc.c69 u32 ntgts, buf_len = 0; in snic_queue_report_tgt_req() local
81 ntgts = min_t(u32, snic->fwinfo.max_tgts, snic->shost->max_id); in snic_queue_report_tgt_req()
83 ntgts = snic->shost->max_id; in snic_queue_report_tgt_req()
86 SNIC_BUG_ON(ntgts == 0); in snic_queue_report_tgt_req()
87 buf_len = ntgts * sizeof(struct snic_tgt_id) + SNIC_SG_DESC_ALIGN; in snic_queue_report_tgt_req()