Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dhtc_mbox.c1043 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()
[all …]
/linux-4.1.27/net/bluetooth/
D6lowpan.c523 static int send_pkt(struct l2cap_chan *chan, struct sk_buff *skb, in send_pkt() function
587 ret = send_pkt(pentry->chan, local_skb, netdev); in send_mcast_pkt()
629 err = send_pkt(lowpan_cb(skb)->chan, skb, netdev); in bt_xmit()