max_txq_depth     356 drivers/net/wireless/ath/ath6kl/htc.h 	int max_txq_depth;
max_txq_depth     515 drivers/net/wireless/ath/ath6kl/htc.h 	int max_txq_depth;
max_txq_depth     979 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	if (txq_depth >= endpoint->max_txq_depth)
max_txq_depth     986 drivers/net/wireless/ath/ath6kl/htc_mbox.c 			   endpoint->max_txq_depth);
max_txq_depth    2523 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	endpoint->max_txq_depth = conn_req->max_txq_depth;
max_txq_depth    2584 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		endpoint->max_txq_depth = 0;
max_txq_depth    2716 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	connect.max_txq_depth = NUM_CONTROL_BUFFERS;
max_txq_depth     333 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		if (txqueue_depth >= ep->max_txq_depth) {
max_txq_depth     341 drivers/net/wireless/ath/ath6kl/htc_pipe.c 			overflow -= ep->max_txq_depth;
max_txq_depth     349 drivers/net/wireless/ath/ath6kl/htc_pipe.c 				   ep->max_txq_depth);
max_txq_depth    1181 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		ep->max_txq_depth = 0;
max_txq_depth    1366 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	ep->max_txq_depth = conn_req->max_txq_depth;
max_txq_depth    1599 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	connect.max_txq_depth = NUM_CONTROL_TX_BUFFERS;
max_txq_depth     340 drivers/net/wireless/ath/ath6kl/init.c 	connect.max_txq_depth = MAX_DEFAULT_SEND_QUEUE_DEPTH;