Searched refs:SNIC_MAX_SG_DESC_CNT (Results 1 – 6 of 6) sorted by relevance
22 #define SNIC_MAX_SG_DESC_CNT 60 /* Max descriptor for sgl */ macro37 struct snic_sg_desc sg_desc[SNIC_MAX_SG_DESC_CNT];
28 atomic64_t sgl_cnt[SNIC_MAX_SG_DESC_CNT]; /* SGL Counters */
199 if (max_sgs && max_sgs < SNIC_MAX_SG_DESC_CNT) { in snic_io_exch_ver_cmpl_handler()
227 for (i = 0; i < SNIC_MAX_SG_DESC_CNT; i++) { in snic_stats_show()
268 SNIC_BUG_ON(sg_cnt > SNIC_MAX_SG_DESC_CNT); in snic_req_init()
130 .sg_tablesize = SNIC_MAX_SG_DESC_CNT,
Completed in 9 milliseconds