Searched refs:t4vf_sge_alloc_rxq (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | adapter.h | 558 int t4vf_sge_alloc_rxq(struct adapter *, struct sge_rspq *, bool,
|
H A D | cxgb4vf_main.c | 608 err = t4vf_sge_alloc_rxq(adapter, &s->intrq, false, in setup_sge_queues() 617 err = t4vf_sge_alloc_rxq(adapter, &s->fw_evtq, true, adapter->port[0], in setup_sge_queues() 637 err = t4vf_sge_alloc_rxq(adapter, &rxq->rspq, false, in setup_sge_queues()
|
H A D | sge.c | 2201 int t4vf_sge_alloc_rxq(struct adapter *adapter, struct sge_rspq *rspq, in t4vf_sge_alloc_rxq() function
|