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()
2426 struct htc_packet *tx_pkt = NULL; in ath6kl_htc_mbox_conn_service() local
2445 tx_pkt = htc_get_control_buf(target, true); in ath6kl_htc_mbox_conn_service()
2447 if (!tx_pkt) in ath6kl_htc_mbox_conn_service()
2450 conn_msg = (struct htc_conn_service_msg *)tx_pkt->buf; in ath6kl_htc_mbox_conn_service()
2456 set_htc_pkt_info(tx_pkt, NULL, (u8 *) conn_msg, in ath6kl_htc_mbox_conn_service()
2461 tx_pkt->completion = NULL; in ath6kl_htc_mbox_conn_service()
2462 ath6kl_htc_tx_prep_pkt(tx_pkt, 0, 0, 0); in ath6kl_htc_mbox_conn_service()
2463 status = ath6kl_htc_tx_issue(target, tx_pkt); in ath6kl_htc_mbox_conn_service()
2560 if (tx_pkt) in ath6kl_htc_mbox_conn_service()
2561 htc_reclaim_txctrl_buf(target, tx_pkt); in ath6kl_htc_mbox_conn_service()