uld               179 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.h static inline u32 cudbg_uld_txq_to_qtype(u32 uld)
uld               181 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.h 	switch (uld) {
uld               191 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.h static inline u32 cudbg_uld_rxq_to_qtype(u32 uld)
uld               193 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.h 	switch (uld) {
uld               209 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.h static inline u32 cudbg_uld_flq_to_qtype(u32 uld)
uld               211 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.h 	switch (uld) {
uld               227 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.h static inline u32 cudbg_uld_ciq_to_qtype(u32 uld)
uld               229 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.h 	switch (uld) {
uld               683 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 	u8 uld;                     /* ULD handling this queue */
uld               796 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 	u8 uld;			/* uld type */
uld               977 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 	struct cxgb4_uld_info *uld;
uld              2626 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c static int sge_qinfo_uld_txq_entries(const struct adapter *adap, int uld)
uld              2628 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	const struct sge_uld_txq_info *utxq_info = adap->sge.uld_txq_info[uld];
uld              2636 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c static int sge_qinfo_uld_rspq_entries(const struct adapter *adap, int uld,
uld              2639 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	const struct sge_uld_rxq_info *urxq_info = adap->sge.uld_rxq_info[uld];
uld              2648 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c static int sge_qinfo_uld_rxq_entries(const struct adapter *adap, int uld)
uld              2650 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	return sge_qinfo_uld_rspq_entries(adap, uld, false);
uld              2653 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c static int sge_qinfo_uld_ciq_entries(const struct adapter *adap, int uld)
uld              2655 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	return sge_qinfo_uld_rspq_entries(adap, uld, true);
uld              2100 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	if (adap->uld && adap->uld[type].handle)
uld              2101 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 		adap->uld[type].control(adap->uld[type].handle, cmd);
uld              2252 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 		if (adap->uld && adap->uld[i].handle)
uld              2253 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 			adap->uld[i].state_change(adap->uld[i].handle,
uld              2269 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 		if (adap->uld && adap->uld[i].handle)
uld              2270 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 			adap->uld[i].state_change(adap->uld[i].handle,
uld                90 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	if (adap->uld[q->uld].lro_flush)
uld                91 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		adap->uld[q->uld].lro_flush(&q->lro_mgr);
uld               116 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		ret = adap->uld[q->uld].lro_rx_handler(adap->uld[q->uld].handle,
uld               120 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		ret = adap->uld[q->uld].rx_handler(adap->uld[q->uld].handle,
uld               321 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		r->rspq.uld = uld_type;
uld               335 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		r->rspq.uld = uld_type;
uld               585 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	adap->uld = kcalloc(CXGB4_ULD_MAX, sizeof(*adap->uld), GFP_KERNEL);
uld               586 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	if (!adap->uld)
uld               605 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	kfree(adap->uld);
uld               615 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	kfree(adap->uld);
uld               621 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	if (adap->uld[type].handle) {
uld               622 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		adap->uld[type].handle = NULL;
uld               623 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		adap->uld[type].add = NULL;
uld               643 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		if (!adap->uld[i].handle)
uld               698 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c static int uld_attach(struct adapter *adap, unsigned int uld)
uld               704 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	uld_queue_init(adap, uld, &lli);
uld               706 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	handle = adap->uld[uld].add(&lli);
uld               710 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 			 adap->uld[uld].name, PTR_ERR(handle));
uld               714 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	adap->uld[uld].handle = handle;
uld               718 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		adap->uld[uld].state_change(handle, CXGB4_STATE_UP);
uld               760 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		if (adap->uld[type].add)
uld               765 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		adap->uld[type] = *p;
uld                80 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h #define TX_ULD(uld)(((uld) != CXGB4_ULD_CRYPTO) ? CXGB4_TX_OFLD :\
uld              1407 drivers/net/ethernet/chelsio/cxgb4/sge.c 		return adap->uld[CXGB4_ULD_CRYPTO].tx_handler(skb, dev);