Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c104 struct htc_frame_hdr *htc_hdr) in htc_process_conn_rsp() argument
113 ((void *) htc_hdr + sizeof(struct htc_frame_hdr)); in htc_process_conn_rsp()
340 struct htc_frame_hdr *htc_hdr = NULL; in ath9k_htc_txcompletion_cb() local
355 htc_hdr = (struct htc_frame_hdr *) skb->data; in ath9k_htc_txcompletion_cb()
356 if (htc_hdr->endpoint_id >= ARRAY_SIZE(htc_handle->endpoint)) in ath9k_htc_txcompletion_cb()
358 endpoint = &htc_handle->endpoint[htc_hdr->endpoint_id]; in ath9k_htc_txcompletion_cb()
363 skb, htc_hdr->endpoint_id, in ath9k_htc_txcompletion_cb()
409 struct htc_frame_hdr *htc_hdr; in ath9k_htc_rx_msg() local
426 htc_hdr = (struct htc_frame_hdr *) skb->data; in ath9k_htc_rx_msg()
427 epid = htc_hdr->endpoint_id; in ath9k_htc_rx_msg()
[all …]
/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c210 struct htc_frame_hdr *htc_hdr; in htc_issue_packets() local
231 htc_hdr = skb_push(skb, sizeof(*htc_hdr)); in htc_issue_packets()
232 if (!htc_hdr) { in htc_issue_packets()
240 put_unaligned_le16(payload_len, &htc_hdr->payld_len); in htc_issue_packets()
241 htc_hdr->flags = packet->info.tx.flags; in htc_issue_packets()
242 htc_hdr->eid = (u8) packet->endpoint; in htc_issue_packets()
243 htc_hdr->ctrl[0] = 0; in htc_issue_packets()
244 htc_hdr->ctrl[1] = (u8) packet->info.tx.seqno; in htc_issue_packets()
744 struct htc_frame_hdr *htc_hdr; in ath6kl_htc_pipe_tx_complete() local
751 htc_hdr = (struct htc_frame_hdr *) netdata; in ath6kl_htc_pipe_tx_complete()
[all …]
H A Dhtc_mbox.c1339 struct htc_frame_hdr *htc_hdr = (struct htc_frame_hdr *)&lk_ahd; in ath6kl_htc_rx_set_indicate() local
1341 if (htc_hdr->eid == packet->endpoint) { in ath6kl_htc_rx_set_indicate()
1371 struct htc_frame_hdr *htc_hdr = (struct htc_frame_hdr *)lk_ahds; in ath6kl_htc_rx_setup() local
1377 le16_to_cpu(htc_hdr->payld_len) + in ath6kl_htc_rx_setup()
1378 sizeof(*htc_hdr)); in ath6kl_htc_rx_setup()
1382 htc_hdr->eid, htc_hdr->flags, in ath6kl_htc_rx_setup()
1383 le16_to_cpu(htc_hdr->payld_len)); in ath6kl_htc_rx_setup()
1400 le16_to_cpu(htc_hdr->payld_len); in ath6kl_htc_rx_setup()
1461 packet->act_len = le16_to_cpu(htc_hdr->payld_len) + in ath6kl_htc_rx_setup()
1475 struct htc_frame_hdr *htc_hdr; in ath6kl_htc_rx_alloc() local
[all …]