Home
last modified time | relevance | path

Searched refs:max_txq_depth (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c334 if (txqueue_depth >= ep->max_txq_depth) { in htc_try_send()
342 overflow -= ep->max_txq_depth; in htc_try_send()
350 ep->max_txq_depth); in htc_try_send()
1191 ep->max_txq_depth = 0; in reset_endpoint_states()
1377 ep->max_txq_depth = conn_req->max_txq_depth; in ath6kl_htc_pipe_conn_service()
1611 connect.max_txq_depth = NUM_CONTROL_TX_BUFFERS; in ath6kl_htc_pipe_wait_target()
Dhtc.h356 int max_txq_depth; member
515 int max_txq_depth; member
Dhtc_mbox.c979 if (txq_depth >= endpoint->max_txq_depth) in ath6kl_htc_tx_try()
986 endpoint->max_txq_depth); in ath6kl_htc_tx_try()
2522 endpoint->max_txq_depth = conn_req->max_txq_depth; in ath6kl_htc_mbox_conn_service()
2583 endpoint->max_txq_depth = 0; in reset_ep_state()
2715 connect.max_txq_depth = NUM_CONTROL_BUFFERS; in ath6kl_htc_mbox_wait_target()
Dinit.c339 connect.max_txq_depth = MAX_DEFAULT_SEND_QUEUE_DEPTH; in ath6kl_init_service_ep()