Lines Matching refs:send_pkt
1043 struct htc_packet *send_pkt = NULL; in htc_setup_tx_complete() local
1046 send_pkt = htc_get_control_buf(target, true); in htc_setup_tx_complete()
1048 if (!send_pkt) in htc_setup_tx_complete()
1056 (struct htc_setup_comp_ext_msg *)send_pkt->buf; in htc_setup_tx_complete()
1070 set_htc_pkt_info(send_pkt, NULL, (u8 *) setup_comp_ext, in htc_setup_tx_complete()
1076 setup_comp = (struct htc_setup_comp_msg *)send_pkt->buf; in htc_setup_tx_complete()
1079 set_htc_pkt_info(send_pkt, NULL, (u8 *) setup_comp, in htc_setup_tx_complete()
1085 send_pkt->completion = NULL; in htc_setup_tx_complete()
1086 ath6kl_htc_tx_prep_pkt(send_pkt, 0, 0, 0); in htc_setup_tx_complete()
1087 status = ath6kl_htc_tx_issue(target, send_pkt); in htc_setup_tx_complete()
1088 htc_reclaim_txctrl_buf(target, send_pkt); in htc_setup_tx_complete()