Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c193 setup_sge_queues_uld(struct adapter *adap, unsigned int uld_type, bool lro) in setup_sge_queues_uld() argument
195 struct sge_uld_rxq_info *rxq_info = adap->sge.uld_rxq_info[uld_type]; in setup_sge_queues_uld()
210 !ret && uld_type == CXGB4_ULD_RDMA) { in setup_sge_queues_uld()
238 static void free_sge_queues_uld(struct adapter *adap, unsigned int uld_type) in free_sge_queues_uld() argument
240 struct sge_uld_rxq_info *rxq_info = adap->sge.uld_rxq_info[uld_type]; in free_sge_queues_uld()
242 if (adap->flags & FULL_INIT_DONE && uld_type == CXGB4_ULD_RDMA) { in free_sge_queues_uld()
265 static int cfg_queues_uld(struct adapter *adap, unsigned int uld_type, in cfg_queues_uld() argument
318 r->rspq.uld = uld_type; in cfg_queues_uld()
332 r->rspq.uld = uld_type; in cfg_queues_uld()
336 adap->sge.uld_rxq_info[uld_type] = rxq_info; in cfg_queues_uld()
[all …]
Dcxgb4.h1384 unsigned int uld_type);
Dsge.c3710 unsigned int uld_type) in t4_sge_alloc_uld_txq() argument
3729 if (unlikely(uld_type == CXGB4_TX_CRYPTO)) in t4_sge_alloc_uld_txq()