Searched refs:ntgts (Results 1 – 1 of 1) sorted by relevance
69 u32 ntgts, buf_len = 0; in snic_queue_report_tgt_req() local81 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()