Searched refs:rspq_id (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c113 unsigned short *ids = rxq_info->rspq_id;
279 rxq_info->rspq_id = kcalloc(nrxq, sizeof(unsigned short), GFP_KERNEL);
280 if (!rxq_info->rspq_id) {
318 kfree(rxq_info->rspq_id);
517 lli->rxq_ids = rxq_info->rspq_id;
519 lli->ciq_ids = rxq_info->rspq_id + rxq_info->nrxq;
H A Dcxgb4.h900 u16 *rspq_id; /* response queue id's of rxq */ member in struct:sge_uld_rxq_info

Completed in 125 milliseconds