Searched refs:t4vf_sge_alloc_rxq (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | adapter.h | 557 int t4vf_sge_alloc_rxq(struct adapter *, struct sge_rspq *, bool,
|
H A D | cxgb4vf_main.c | 603 * this queue ... This must be first since t4vf_sge_alloc_rxq() uses in setup_sge_queues() 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 | 2195 * t4vf_sge_alloc_rxq - allocate an SGE RX Queue 2204 int t4vf_sge_alloc_rxq(struct adapter *adapter, struct sge_rspq *rspq, in t4vf_sge_alloc_rxq() function
|
/kernel/linux/linux-6.6/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 | 603 * this queue ... This must be first since t4vf_sge_alloc_rxq() uses in setup_sge_queues() 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 | 2192 * t4vf_sge_alloc_rxq - allocate an SGE RX Queue 2201 int t4vf_sge_alloc_rxq(struct adapter *adapter, struct sge_rspq *rspq, in t4vf_sge_alloc_rxq() function
|
Completed in 17 milliseconds