Lines Matching refs:tx_buffer
1765 struct at76_tx_buffer *tx_buffer = priv->bulk_out_buffer; in at76_mac80211_tx() local
1806 memset(tx_buffer, 0, sizeof(*tx_buffer)); in at76_mac80211_tx()
1807 tx_buffer->padding = padding; in at76_mac80211_tx()
1808 tx_buffer->wlength = cpu_to_le16(skb->len); in at76_mac80211_tx()
1809 tx_buffer->tx_rate = ieee80211_get_tx_rate(hw, info)->hw_value; in at76_mac80211_tx()
1810 memset(tx_buffer->reserved, 0, sizeof(tx_buffer->reserved)); in at76_mac80211_tx()
1811 memcpy(tx_buffer->packet, skb->data, skb->len); in at76_mac80211_tx()
1814 wiphy_name(priv->hw->wiphy), le16_to_cpu(tx_buffer->wlength), in at76_mac80211_tx()
1815 tx_buffer->padding, tx_buffer->tx_rate); in at76_mac80211_tx()
1818 at76_dbg_dump(DBG_TX_DATA_CONTENT, tx_buffer, submit_len, in at76_mac80211_tx()
1820 usb_fill_bulk_urb(priv->tx_urb, priv->udev, priv->tx_pipe, tx_buffer, in at76_mac80211_tx()