Lines Matching refs:tx_pkt
966 struct htc_packet *tx_pkt) in ath6kl_htc_tx_try() argument
988 if (ep_cb.tx_full(endpoint->target, tx_pkt) == in ath6kl_htc_tx_try()
996 list_add_tail(&tx_pkt->list, &endpoint->txq); in ath6kl_htc_tx_try()
2425 struct htc_packet *tx_pkt = NULL; in ath6kl_htc_mbox_conn_service() local
2444 tx_pkt = htc_get_control_buf(target, true); in ath6kl_htc_mbox_conn_service()
2446 if (!tx_pkt) in ath6kl_htc_mbox_conn_service()
2449 conn_msg = (struct htc_conn_service_msg *)tx_pkt->buf; in ath6kl_htc_mbox_conn_service()
2455 set_htc_pkt_info(tx_pkt, NULL, (u8 *) conn_msg, in ath6kl_htc_mbox_conn_service()
2460 tx_pkt->completion = NULL; in ath6kl_htc_mbox_conn_service()
2461 ath6kl_htc_tx_prep_pkt(tx_pkt, 0, 0, 0); in ath6kl_htc_mbox_conn_service()
2462 status = ath6kl_htc_tx_issue(target, tx_pkt); in ath6kl_htc_mbox_conn_service()
2559 if (tx_pkt) in ath6kl_htc_mbox_conn_service()
2560 htc_reclaim_txctrl_buf(target, tx_pkt); in ath6kl_htc_mbox_conn_service()