Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h558 int t4vf_sge_alloc_rxq(struct adapter *, struct sge_rspq *, bool,
H A Dcxgb4vf_main.c608 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 Dsge.c2201 int t4vf_sge_alloc_rxq(struct adapter *adapter, struct sge_rspq *rspq, in t4vf_sge_alloc_rxq() function