Searched refs:t4_sge_alloc_rxq (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_mqprio.c | 208 ret = t4_sge_alloc_rxq(adap, &eorxq->rspq, false, in cxgb4_mqprio_alloc_hw_resources()
|
H A D | cxgb4_uld.c | 146 err = t4_sge_alloc_rxq(adap, &q->rspq, false, in alloc_uld_rxqs()
|
H A D | cxgb4_main.c | 1021 err = t4_sge_alloc_rxq(adap, &s->intrq, false, adap->port[0], 0, in setup_fw_sge_queues() 1028 err = t4_sge_alloc_rxq(adap, &s->fw_evtq, true, adap->port[0], in setup_fw_sge_queues() 1078 err = t4_sge_alloc_rxq(adap, &q->rspq, false, dev, in setup_sge_queues() 1367 ret = t4_sge_alloc_rxq(adap, &mirror_rxq->rspq, false, in cxgb4_port_mirror_alloc_queues()
|
H A D | cxgb4.h | 1619 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq,
|
H A D | sge.c | 4373 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq, in t4_sge_alloc_rxq() function
|