Home
last modified time | relevance | path

Searched refs:send_pkt (Results 1 – 1 of 1) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
Dhtc_mbox.c1047 struct htc_packet *send_pkt = NULL; in htc_setup_tx_complete() local
1050 send_pkt = htc_get_control_buf(target, true); in htc_setup_tx_complete()
1052 if (!send_pkt) in htc_setup_tx_complete()
1060 (struct htc_setup_comp_ext_msg *)send_pkt->buf; in htc_setup_tx_complete()
1074 set_htc_pkt_info(send_pkt, NULL, (u8 *) setup_comp_ext, in htc_setup_tx_complete()
1080 setup_comp = (struct htc_setup_comp_msg *)send_pkt->buf; in htc_setup_tx_complete()
1083 set_htc_pkt_info(send_pkt, NULL, (u8 *) setup_comp, in htc_setup_tx_complete()
1089 send_pkt->completion = NULL; in htc_setup_tx_complete()
1090 ath6kl_htc_tx_prep_pkt(send_pkt, 0, 0, 0); in htc_setup_tx_complete()
1091 status = ath6kl_htc_tx_issue(target, send_pkt); in htc_setup_tx_complete()
[all …]