Lines Matching refs:tx_pkt
967 struct htc_packet *tx_pkt) in ath6kl_htc_tx_try() argument
989 if (ep_cb.tx_full(endpoint->target, tx_pkt) == in ath6kl_htc_tx_try()
997 list_add_tail(&tx_pkt->list, &endpoint->txq); in ath6kl_htc_tx_try()
2430 struct htc_packet *tx_pkt = NULL; in ath6kl_htc_mbox_conn_service() local
2449 tx_pkt = htc_get_control_buf(target, true); in ath6kl_htc_mbox_conn_service()
2451 if (!tx_pkt) in ath6kl_htc_mbox_conn_service()
2454 conn_msg = (struct htc_conn_service_msg *)tx_pkt->buf; in ath6kl_htc_mbox_conn_service()
2460 set_htc_pkt_info(tx_pkt, NULL, (u8 *) conn_msg, in ath6kl_htc_mbox_conn_service()
2465 tx_pkt->completion = NULL; in ath6kl_htc_mbox_conn_service()
2466 ath6kl_htc_tx_prep_pkt(tx_pkt, 0, 0, 0); in ath6kl_htc_mbox_conn_service()
2467 status = ath6kl_htc_tx_issue(target, tx_pkt); in ath6kl_htc_mbox_conn_service()
2564 if (tx_pkt) in ath6kl_htc_mbox_conn_service()
2565 htc_reclaim_txctrl_buf(target, tx_pkt); in ath6kl_htc_mbox_conn_service()