rspq_id 793 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h u16 *rspq_id; /* response queue id's of rxq */ rspq_id 143 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c unsigned short *ids = rxq_info->rspq_id; rspq_id 310 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c rxq_info->rspq_id = kcalloc(nrxq, sizeof(unsigned short), GFP_KERNEL); rspq_id 311 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c if (!rxq_info->rspq_id) { rspq_id 349 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c kfree(rxq_info->rspq_id); rspq_id 574 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c lli->rxq_ids = rxq_info->rspq_id; rspq_id 576 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c lli->ciq_ids = rxq_info->rspq_id + rxq_info->nrxq;