Lines Matching refs:send_pkt
1042 struct htc_packet *send_pkt = NULL;
1045 send_pkt = htc_get_control_buf(target, true);
1047 if (!send_pkt)
1055 (struct htc_setup_comp_ext_msg *)send_pkt->buf;
1069 set_htc_pkt_info(send_pkt, NULL, (u8 *) setup_comp_ext,
1075 setup_comp = (struct htc_setup_comp_msg *)send_pkt->buf;
1078 set_htc_pkt_info(send_pkt, NULL, (u8 *) setup_comp,
1084 send_pkt->completion = NULL;
1085 ath6kl_htc_tx_prep_pkt(send_pkt, 0, 0, 0);
1086 status = ath6kl_htc_tx_issue(target, send_pkt);
1087 htc_reclaim_txctrl_buf(target, send_pkt);