Lines Matching refs:data
76 (struct ath10k_htc_hdr *)pkt->skb->data;
386 struct ath10k_htc_hdr *htc_hdr = (struct ath10k_htc_hdr *)skb->data;
393 trailer = skb->data + skb->len - htc_hdr->trailer_len;
651 skb->data, pkt->alloc_len);
655 htc_hdr = (struct ath10k_htc_hdr *)skb->data;
1212 "unable to send the bmi data to the device: %d\n",
1225 * we know that response data is available.
1230 * data on some host controllers. And on an interconnect
1232 * does not provide any indication on data timeout, it avoids
1237 * to push the 129th byte of data until AFTER the Host posts an
1238 * HIF Read and removes some FIFO data. So for large reads the
1239 * Host proceeds to post an HIF Read BEFORE all the data is
1276 "unable to read the bmi data from the device: %d\n",
1330 ret = ath10k_sdio_write(ar, req->address, skb->data, skb->len);
1664 /* Write TX data to the end of the mbox address space */
1745 /* read the data */
1748 ath10k_warn(ar, "failed to read from mbox window data address: %d\n",
1784 const void *data, int nbytes)
1788 /* set write data */
1789 ret = ath10k_sdio_write(ar, MBOX_WINDOW_DATA_ADDRESS, data, nbytes);
1792 "failed to write 0x%p to mbox window data address: %d\n",
1793 data, ret);
1931 memcpy(skb->data, regs, sizeof(*regs));
2089 "sdio htt data mbox_addr 0x%x mbox_size %d\n",