Searched refs:htc_hdr (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
A D | htc_hst.c | 104 struct htc_frame_hdr *htc_hdr) in htc_process_conn_rsp() argument 331 struct htc_frame_hdr *htc_hdr = NULL; in ath9k_htc_txcompletion_cb() local 346 htc_hdr = (struct htc_frame_hdr *) skb->data; in ath9k_htc_txcompletion_cb() 354 skb, htc_hdr->endpoint_id, in ath9k_htc_txcompletion_cb() 400 struct htc_frame_hdr *htc_hdr; in ath9k_htc_rx_msg() local 417 htc_hdr = (struct htc_frame_hdr *) skb->data; in ath9k_htc_rx_msg() 418 epid = htc_hdr->endpoint_id; in ath9k_htc_rx_msg() 449 msg_id = (__be16 *) ((void *) htc_hdr + in ath9k_htc_rx_msg() 463 htc_process_conn_rsp(htc_handle, htc_hdr); in ath9k_htc_rx_msg() 472 if (htc_hdr->flags & HTC_FLAGS_RECV_TRAILER) in ath9k_htc_rx_msg() [all …]
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/ |
A D | usb.c | 26 return (enum ath10k_htc_ep_id)htc_hdr->eid; in eid_from_htc_hdr() 31 return __le16_to_cpu(htc_hdr->len) == htc_hdr->trailer_len; in is_trailer_only_msg() 283 struct ath10k_htc_hdr *htc_hdr; in ath10k_usb_tx_complete() local 287 ep = &ar->htc.endpoint[htc_hdr->eid]; in ath10k_usb_tx_complete() 295 struct ath10k_htc_hdr *htc_hdr; in ath10k_usb_rx_complete() local 303 eid = eid_from_htc_hdr(htc_hdr); in ath10k_usb_rx_complete() 311 payload_len = le16_to_cpu(htc_hdr->len); in ath10k_usb_rx_complete() 324 htc_hdr->trailer_len; in ath10k_usb_rx_complete() 328 htc_hdr->trailer_len, in ath10k_usb_rx_complete() 335 if (is_trailer_only_msg(htc_hdr)) in ath10k_usb_rx_complete() [all …]
|
A D | sdio.c | 75 struct ath10k_htc_hdr *htc_hdr = in is_trailer_only_msg() local 79 if (len == htc_hdr->trailer_len) in is_trailer_only_msg() 399 htc_hdr->trailer_len, in ath10k_sdio_mbox_rx_process_packet() 541 struct ath10k_htc_hdr *htc_hdr; in ath10k_sdio_mbox_rx_alloc() local 570 act_len = le16_to_cpu(htc_hdr->len) + sizeof(*htc_hdr); in ath10k_sdio_mbox_rx_alloc() 575 htc_hdr->eid, htc_hdr->flags, in ath10k_sdio_mbox_rx_alloc() 591 htc_hdr, in ath10k_sdio_mbox_rx_alloc() 647 struct ath10k_htc_hdr *htc_hdr; in ath10k_sdio_mbox_rx_fetch() local 656 pkt->act_len = le16_to_cpu(htc_hdr->len) + sizeof(*htc_hdr); in ath10k_sdio_mbox_rx_fetch() 677 struct ath10k_htc_hdr *htc_hdr; in ath10k_sdio_mbox_rx_fetch_bundle() local [all …]
|
A D | htt_tx.c | 1508 txbuf->htc_hdr.eid = htt->eid; in ath10k_htt_tx_32() 1509 txbuf->htc_hdr.len = __cpu_to_le16(sizeof(txbuf->cmd_hdr) + in ath10k_htt_tx_32() 1512 txbuf->htc_hdr.flags = 0; in ath10k_htt_tx_32() 1561 sg_items[0].vaddr = &txbuf->htc_hdr; in ath10k_htt_tx_32() 1564 sg_items[0].len = sizeof(txbuf->htc_hdr) + in ath10k_htt_tx_32() 1715 txbuf->htc_hdr.eid = htt->eid; in ath10k_htt_tx_64() 1716 txbuf->htc_hdr.len = __cpu_to_le16(sizeof(txbuf->cmd_hdr) + in ath10k_htt_tx_64() 1719 txbuf->htc_hdr.flags = 0; in ath10k_htt_tx_64() 1773 sg_items[0].vaddr = &txbuf->htc_hdr; in ath10k_htt_tx_64() 1776 sg_items[0].len = sizeof(txbuf->htc_hdr) + in ath10k_htt_tx_64()
|
A D | htt.h | 1756 struct ath10k_htc_hdr htc_hdr; member 1763 struct ath10k_htc_hdr htc_hdr; member
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath6kl/ |
A D | htc_pipe.c | 210 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() 244 htc_hdr->ctrl[0] = 0; in htc_issue_packets() 745 struct htc_frame_hdr *htc_hdr; in ath6kl_htc_pipe_tx_complete() local 754 ep_id = htc_hdr->eid; in ath6kl_htc_pipe_tx_complete() 947 struct htc_frame_hdr *htc_hdr; in ath6kl_htc_pipe_rx_complete() local 978 htc_hdr->eid); in ath6kl_htc_pipe_rx_complete() 995 hdr_info = htc_hdr->flags; in ath6kl_htc_pipe_rx_complete() 998 hdr_info = htc_hdr->ctrl[0]; in ath6kl_htc_pipe_rx_complete() [all …]
|
A D | htc_mbox.c | 1378 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() 1401 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 1484 if (htc_hdr->eid >= ENDPOINT_MAX) { in ath6kl_htc_rx_alloc() 1486 htc_hdr->eid); in ath6kl_htc_rx_alloc() 1491 if (htc_hdr->eid != endpoint->eid) { in ath6kl_htc_rx_alloc() 1500 htc_hdr->payld_len, in ath6kl_htc_rx_alloc() 1880 htc_hdr->ctrl[0], next_lkahds, in ath6kl_htc_rx_process_hdr() [all …]
|
Completed in 38 milliseconds