Searched refs:t4_sge_alloc_rxq (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 977 err = t4_sge_alloc_rxq(adap, &q->rspq, false, in alloc_ofld_rxqs() 1009 err = t4_sge_alloc_rxq(adap, &s->intrq, false, adap->port[0], 0, in setup_sge_queues() 1029 err = t4_sge_alloc_rxq(adap, &s->fw_evtq, true, adap->port[0], in setup_sge_queues() 1045 err = t4_sge_alloc_rxq(adap, &q->rspq, false, dev, in setup_sge_queues()
|
D | cxgb4.h | 1056 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq,
|
D | sge.c | 2440 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq, in t4_sge_alloc_rxq() function
|