Home
last modified time | relevance | path

Searched refs:uld_type (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c174 setup_sge_queues_uld(struct adapter *adap, unsigned int uld_type, bool lro) in setup_sge_queues_uld() argument
176 struct sge_uld_rxq_info *rxq_info = adap->sge.uld_rxq_info[uld_type]; in setup_sge_queues_uld()
184 if (adap->flags & CXGB4_FULL_INIT_DONE && uld_type == CXGB4_ULD_RDMA) { in setup_sge_queues_uld()
212 static void free_sge_queues_uld(struct adapter *adap, unsigned int uld_type) in free_sge_queues_uld() argument
214 struct sge_uld_rxq_info *rxq_info = adap->sge.uld_rxq_info[uld_type]; in free_sge_queues_uld()
216 if (adap->flags & CXGB4_FULL_INIT_DONE && uld_type == CXGB4_ULD_RDMA) { in free_sge_queues_uld()
237 static int cfg_queues_uld(struct adapter *adap, unsigned int uld_type, in cfg_queues_uld() argument
290 r->rspq.uld = uld_type; in cfg_queues_uld()
304 r->rspq.uld = uld_type; in cfg_queues_uld()
308 adap->sge.uld_rxq_info[uld_type] in cfg_queues_uld()
313 free_queues_uld(struct adapter *adap, unsigned int uld_type) free_queues_uld() argument
324 request_msix_queue_irqs_uld(struct adapter *adap, unsigned int uld_type) request_msix_queue_irqs_uld() argument
356 free_msix_queue_irqs_uld(struct adapter *adap, unsigned int uld_type) free_msix_queue_irqs_uld() argument
370 enable_rx_uld(struct adapter *adap, unsigned int uld_type) enable_rx_uld() argument
385 quiesce_rx_uld(struct adapter *adap, unsigned int uld_type) quiesce_rx_uld() argument
422 alloc_sge_txq_uld(struct adapter *adap, struct sge_uld_txq_info *txq_info, unsigned int uld_type) alloc_sge_txq_uld() argument
446 release_sge_txq_uld(struct adapter *adap, unsigned int uld_type) release_sge_txq_uld() argument
462 setup_sge_txq_uld(struct adapter *adap, unsigned int uld_type, const struct cxgb4_uld_info *uld_info) setup_sge_txq_uld() argument
510 uld_queue_init(struct adapter *adap, unsigned int uld_type, struct cxgb4_lld_info *lli) uld_queue_init() argument
[all...]
H A Dcxgb4.h918 enum cxgb4_uld uld_type; member
1637 unsigned int uld_type);
H A Dsge.c4781 unsigned int uld_type) in t4_sge_alloc_uld_txq()
4786 if (unlikely(uld_type == CXGB4_TX_CRYPTO)) in t4_sge_alloc_uld_txq()
4779 t4_sge_alloc_uld_txq(struct adapter *adap, struct sge_uld_txq *txq, struct net_device *dev, unsigned int iqid, unsigned int uld_type) t4_sge_alloc_uld_txq() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c174 setup_sge_queues_uld(struct adapter *adap, unsigned int uld_type, bool lro) in setup_sge_queues_uld() argument
176 struct sge_uld_rxq_info *rxq_info = adap->sge.uld_rxq_info[uld_type]; in setup_sge_queues_uld()
184 if (adap->flags & CXGB4_FULL_INIT_DONE && uld_type == CXGB4_ULD_RDMA) { in setup_sge_queues_uld()
212 static void free_sge_queues_uld(struct adapter *adap, unsigned int uld_type) in free_sge_queues_uld() argument
214 struct sge_uld_rxq_info *rxq_info = adap->sge.uld_rxq_info[uld_type]; in free_sge_queues_uld()
216 if (adap->flags & CXGB4_FULL_INIT_DONE && uld_type == CXGB4_ULD_RDMA) { in free_sge_queues_uld()
237 static int cfg_queues_uld(struct adapter *adap, unsigned int uld_type, in cfg_queues_uld() argument
290 r->rspq.uld = uld_type; in cfg_queues_uld()
304 r->rspq.uld = uld_type; in cfg_queues_uld()
308 adap->sge.uld_rxq_info[uld_type] in cfg_queues_uld()
313 free_queues_uld(struct adapter *adap, unsigned int uld_type) free_queues_uld() argument
324 request_msix_queue_irqs_uld(struct adapter *adap, unsigned int uld_type) request_msix_queue_irqs_uld() argument
356 free_msix_queue_irqs_uld(struct adapter *adap, unsigned int uld_type) free_msix_queue_irqs_uld() argument
370 enable_rx_uld(struct adapter *adap, unsigned int uld_type) enable_rx_uld() argument
385 quiesce_rx_uld(struct adapter *adap, unsigned int uld_type) quiesce_rx_uld() argument
422 alloc_sge_txq_uld(struct adapter *adap, struct sge_uld_txq_info *txq_info, unsigned int uld_type) alloc_sge_txq_uld() argument
446 release_sge_txq_uld(struct adapter *adap, unsigned int uld_type) release_sge_txq_uld() argument
462 setup_sge_txq_uld(struct adapter *adap, unsigned int uld_type, const struct cxgb4_uld_info *uld_info) setup_sge_txq_uld() argument
510 uld_queue_init(struct adapter *adap, unsigned int uld_type, struct cxgb4_lld_info *lli) uld_queue_init() argument
[all...]
H A Dcxgb4.h916 enum cxgb4_uld uld_type; member
1633 unsigned int uld_type);
H A Dsge.c4811 unsigned int uld_type) in t4_sge_alloc_uld_txq()
4816 if (unlikely(uld_type == CXGB4_TX_CRYPTO)) in t4_sge_alloc_uld_txq()
4809 t4_sge_alloc_uld_txq(struct adapter *adap, struct sge_uld_txq *txq, struct net_device *dev, unsigned int iqid, unsigned int uld_type) t4_sge_alloc_uld_txq() argument

Completed in 41 milliseconds