Searched refs:tx_stream (Results 1 – 15 of 15) sorted by relevance
725 struct ar9170_stream *tx_stream; in carl9170_usb_tx() local736 if (ar->fw.tx_stream) { in carl9170_usb_tx()737 tx_stream = (void *) (skb->data - sizeof(*tx_stream)); in carl9170_usb_tx()739 len = skb->len + sizeof(*tx_stream); in carl9170_usb_tx()740 tx_stream->length = cpu_to_le16(len); in carl9170_usb_tx()741 tx_stream->tag = cpu_to_le16(AR9170_TX_STREAM_TAG); in carl9170_usb_tx()742 data = tx_stream; in carl9170_usb_tx()
291 ar->fw.tx_stream = true; in carl9170_fw()
280 bool tx_stream; member
45 enum iwl_antenna_ok tx_stream; member
124 return restriction->tx_stream; in iwl_tx_ant_restriction()
40 struct amdtp_stream tx_stream; member
79 struct amdtp_stream tx_stream; member
77 struct amdtp_stream tx_stream; member
90 struct amdtp_stream tx_stream; member
232 amdtp_stream_get_max_payload(&ff->tx_stream), in latter_allocate_resources()
106 struct amdtp_stream tx_stream[MAX_STREAMS]; member
84 struct amdtp_stream tx_stream; member
97 struct amdtp_stream tx_stream; member
63 struct amdtp_stream tx_stream; member
334 struct snd_motu *motu = container_of(s, struct snd_motu, tx_stream); in process_ir_ctx_payloads()