Searched refs:htt_host_tx_desc (Results 1 – 1 of 1) sorted by relevance
671 struct htt_host_tx_desc_t *htt_host_tx_desc; /* includes HTC hdr */ in htt_tx_desc_alloc() local674 htt_host_tx_desc = (struct htt_host_tx_desc_t *)pdev->tx_descs.freelist; in htt_tx_desc_alloc()675 if (!htt_host_tx_desc) in htt_tx_desc_alloc()678 htt_tx_desc = &htt_host_tx_desc->align32.tx_desc; in htt_tx_desc_alloc()699 (char *)htt_host_tx_desc); in htt_tx_desc_alloc()713 char *htt_host_tx_desc = tx_desc; in htt_tx_desc_free() local715 htt_host_tx_desc -= in htt_tx_desc_free()717 *((uint32_t **) htt_host_tx_desc) = pdev->tx_descs.freelist; in htt_tx_desc_free()718 pdev->tx_descs.freelist = (uint32_t *) htt_host_tx_desc; in htt_tx_desc_free()937 struct htt_host_tx_desc_t *htt_host_tx_desc; in htt_tx_send_base() local[all …]