utxq_info        2628 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	const struct sge_uld_txq_info *utxq_info = adap->sge.uld_txq_info[uld];
utxq_info        2630 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	if (!utxq_info)
utxq_info        2633 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	return DIV_ROUND_UP(utxq_info->ntxq, 4);
utxq_info        2663 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	const struct sge_uld_txq_info *utxq_info;
utxq_info        2766 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		utxq_info = s->uld_txq_info[CXGB4_TX_OFLD];
utxq_info        2767 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		tx = &utxq_info->uldtxq[r * 4];
utxq_info        2768 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		n = min(4, utxq_info->ntxq - 4 * r);
utxq_info        2915 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		utxq_info = s->uld_txq_info[CXGB4_TX_CRYPTO];
utxq_info        2917 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		tx = &utxq_info->uldtxq[r * 4];
utxq_info        2919 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		n = min(4, utxq_info->ntxq - 4 * r);