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

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

Completed in 161 milliseconds