Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c196 setup_sge_queues_uld(struct adapter *adap, unsigned int uld_type, bool lro) in setup_sge_queues_uld() argument
198 struct sge_uld_rxq_info *rxq_info = adap->sge.uld_rxq_info[uld_type]; in setup_sge_queues_uld()
213 !ret && uld_type == CXGB4_ULD_RDMA) { in setup_sge_queues_uld()
241 static void free_sge_queues_uld(struct adapter *adap, unsigned int uld_type) in free_sge_queues_uld() argument
243 struct sge_uld_rxq_info *rxq_info = adap->sge.uld_rxq_info[uld_type]; in free_sge_queues_uld()
245 if (adap->flags & CXGB4_FULL_INIT_DONE && uld_type == CXGB4_ULD_RDMA) { in free_sge_queues_uld()
268 static int cfg_queues_uld(struct adapter *adap, unsigned int uld_type, in cfg_queues_uld() argument
321 r->rspq.uld = uld_type; in cfg_queues_uld()
335 r->rspq.uld = uld_type; in cfg_queues_uld()
339 adap->sge.uld_rxq_info[uld_type] = rxq_info; in cfg_queues_uld()
[all …]
Dcxgb4.h1428 unsigned int uld_type);
Dsge.c3917 unsigned int uld_type) in t4_sge_alloc_uld_txq() argument
3937 if (unlikely(uld_type == CXGB4_TX_CRYPTO)) in t4_sge_alloc_uld_txq()