Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c270 int i, nrxq, ciq_size; in cfg_queues_uld() local
322 ciq_size = 64 + adap->vres.cq.size + adap->tids.nftids; in cfg_queues_uld()
323 if (ciq_size > SGE_MAX_IQ_SIZE) { in cfg_queues_uld()
325 ciq_size = SGE_MAX_IQ_SIZE; in cfg_queues_uld()
331 init_rspq(adap, &r->rspq, 5, 1, ciq_size, 64); in cfg_queues_uld()