Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c977 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()
Dcxgb4.h1056 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq,
Dsge.c2440 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq, in t4_sge_alloc_rxq() function