Home
last modified time | relevance | path

Searched refs:tx_stream (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/net/wireless/ath/carl9170/
H A Dusb.c725 struct ar9170_stream *tx_stream; in carl9170_usb_tx() local
736 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()
H A Dfw.c291 ar->fw.tx_stream = true; in carl9170_fw()
H A Dcarl9170.h280 bool tx_stream; member
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtt.h45 enum iwl_antenna_ok tx_stream; member
H A Dtt.c124 return restriction->tx_stream; in iwl_tx_ant_restriction()
/linux/sound/firewire/digi00x/
H A Ddigi00x.h40 struct amdtp_stream tx_stream; member
/linux/sound/firewire/oxfw/
H A Doxfw.h79 struct amdtp_stream tx_stream; member
/linux/sound/firewire/tascam/
H A Dtascam.h77 struct amdtp_stream tx_stream; member
/linux/sound/firewire/fireface/
H A Dff.h90 struct amdtp_stream tx_stream; member
H A Dff-protocol-latter.c232 amdtp_stream_get_max_payload(&ff->tx_stream), in latter_allocate_resources()
/linux/sound/firewire/dice/
H A Ddice.h106 struct amdtp_stream tx_stream[MAX_STREAMS]; member
/linux/sound/firewire/fireworks/
H A Dfireworks.h84 struct amdtp_stream tx_stream; member
/linux/sound/firewire/bebob/
H A Dbebob.h97 struct amdtp_stream tx_stream; member
/linux/sound/firewire/motu/
H A Dmotu.h63 struct amdtp_stream tx_stream; member
H A Damdtp-motu.c334 struct snd_motu *motu = container_of(s, struct snd_motu, tx_stream); in process_ir_ctx_payloads()