Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c968 struct htc_ep_callbacks ep_cb; in ath6kl_htc_tx_try() local
972 ep_cb = endpoint->ep_cb; in ath6kl_htc_tx_try()
987 if (overflow && ep_cb.tx_full) { in ath6kl_htc_tx_try()
1350 struct htc_ep_callbacks ep_cb = endpoint->ep_cb; in ath6kl_htc_rx_chk_water_mark() local
1372 struct htc_ep_callbacks ep_cb; in ath6kl_htc_rx_setup() local
1387 ep_cb = ep->ep_cb; in ath6kl_htc_rx_setup()
1396 if (ep_cb.rx_allocthresh && in ath6kl_htc_rx_setup()
1411 if (ep_cb.rx_refill) { in ath6kl_htc_rx_setup()
2521 endpoint->ep_cb = conn_req->ep_cb; in ath6kl_htc_mbox_conn_service()
2709 connect.ep_cb.rx = htc_ctrl_rx; in ath6kl_htc_mbox_wait_target()
[all …]
H A Dhtc_pipe.c47 if (ep->ep_cb.tx_comp_multi != NULL) { in do_send_completion()
56 ep->ep_cb.tx_comp_multi(ep->target, queue_to_indicate); in do_send_completion()
72 ep->ep_cb.tx_complete(ep->target, packet); in do_send_completion()
351 (ep->ep_cb.tx_full == NULL)) { in htc_try_send()
386 action = ep->ep_cb.tx_full(ep->target, packet); in htc_try_send()
923 ep->ep_cb.rx(ep->target, packet); in do_recv_completion()
1374 ep->ep_cb = conn_req->ep_cb; in ath6kl_htc_pipe_conn_service()
1596 connect.ep_cb.tx_complete = htc_txctrl_complete; in ath6kl_htc_pipe_wait_target()
1597 connect.ep_cb.rx = htc_rxctrl_complete; in ath6kl_htc_pipe_wait_target()
H A Dinit.c331 connect.ep_cb.tx_comp_multi = ath6kl_tx_complete; in ath6kl_init_service_ep()
332 connect.ep_cb.rx = ath6kl_rx; in ath6kl_init_service_ep()
333 connect.ep_cb.rx_refill = ath6kl_rx_refill; in ath6kl_init_service_ep()
334 connect.ep_cb.tx_full = ath6kl_tx_queue_full; in ath6kl_init_service_ep()
341 connect.ep_cb.rx_refill_thresh = ATH6KL_MAX_RX_BUFFERS / 4; in ath6kl_init_service_ep()
342 if (!connect.ep_cb.rx_refill_thresh) in ath6kl_init_service_ep()
343 connect.ep_cb.rx_refill_thresh++; in ath6kl_init_service_ep()
364 connect.ep_cb.rx_alloc_thresh = ATH6KL_BUFFER_SIZE; in ath6kl_init_service_ep()
365 connect.ep_cb.rx_allocthresh = ath6kl_alloc_amsdu_rxbuf; in ath6kl_init_service_ep()
H A Dhtc.h362 struct htc_ep_callbacks ep_cb; member
521 struct htc_ep_callbacks ep_cb; member