Searched refs:htc_hdr (Results 1 – 5 of 5) sorted by relevance
104 struct htc_frame_hdr *htc_hdr) in htc_process_conn_rsp() argument113 ((void *) htc_hdr + sizeof(struct htc_frame_hdr)); in htc_process_conn_rsp()327 struct htc_frame_hdr *htc_hdr = NULL; in ath9k_htc_txcompletion_cb() local342 htc_hdr = (struct htc_frame_hdr *) skb->data; in ath9k_htc_txcompletion_cb()343 endpoint = &htc_handle->endpoint[htc_hdr->endpoint_id]; in ath9k_htc_txcompletion_cb()348 skb, htc_hdr->endpoint_id, in ath9k_htc_txcompletion_cb()400 struct htc_frame_hdr *htc_hdr; in ath9k_htc_rx_msg() local408 htc_hdr = (struct htc_frame_hdr *) skb->data; in ath9k_htc_rx_msg()409 epid = htc_hdr->endpoint_id; in ath9k_htc_rx_msg()428 if (htc_hdr->flags & HTC_FLAGS_RECV_TRAILER) { in ath9k_htc_rx_msg()[all …]
210 struct htc_frame_hdr *htc_hdr; in htc_issue_packets() local231 htc_hdr = (struct htc_frame_hdr *) skb_push(skb, in htc_issue_packets()232 sizeof(*htc_hdr)); in htc_issue_packets()233 if (!htc_hdr) { in htc_issue_packets()242 put_unaligned((u16) payload_len, &htc_hdr->payld_len); in htc_issue_packets()243 htc_hdr->flags = packet->info.tx.flags; in htc_issue_packets()244 htc_hdr->eid = (u8) packet->endpoint; in htc_issue_packets()245 htc_hdr->ctrl[0] = 0; in htc_issue_packets()246 htc_hdr->ctrl[1] = (u8) packet->info.tx.seqno; in htc_issue_packets()746 struct htc_frame_hdr *htc_hdr; in ath6kl_htc_pipe_tx_complete() local[all …]
1340 struct htc_frame_hdr *htc_hdr = (struct htc_frame_hdr *)&lk_ahd; in ath6kl_htc_rx_set_indicate() local1342 if (htc_hdr->eid == packet->endpoint) { in ath6kl_htc_rx_set_indicate()1372 struct htc_frame_hdr *htc_hdr = (struct htc_frame_hdr *)lk_ahds; in ath6kl_htc_rx_setup() local1378 le16_to_cpu(htc_hdr->payld_len) + in ath6kl_htc_rx_setup()1379 sizeof(*htc_hdr)); in ath6kl_htc_rx_setup()1383 htc_hdr->eid, htc_hdr->flags, in ath6kl_htc_rx_setup()1384 le16_to_cpu(htc_hdr->payld_len)); in ath6kl_htc_rx_setup()1401 le16_to_cpu(htc_hdr->payld_len); in ath6kl_htc_rx_setup()1462 packet->act_len = le16_to_cpu(htc_hdr->payld_len) + in ath6kl_htc_rx_setup()1476 struct htc_frame_hdr *htc_hdr; in ath6kl_htc_rx_alloc() local[all …]
649 skb_cb->htt.txbuf->htc_hdr.eid = htt->eid; in ath10k_htt_tx()650 skb_cb->htt.txbuf->htc_hdr.len = __cpu_to_le16( in ath10k_htt_tx()654 skb_cb->htt.txbuf->htc_hdr.flags = 0; in ath10k_htt_tx()699 sg_items[0].vaddr = &skb_cb->htt.txbuf->htc_hdr; in ath10k_htt_tx()702 sg_items[0].len = sizeof(skb_cb->htt.txbuf->htc_hdr) + in ath10k_htt_tx()
1386 struct ath10k_htc_hdr htc_hdr; member