Lines Matching refs:tx_buffer
1759 struct at76_tx_buffer *tx_buffer = priv->bulk_out_buffer; in at76_mac80211_tx() local
1800 memset(tx_buffer, 0, sizeof(*tx_buffer)); in at76_mac80211_tx()
1801 tx_buffer->padding = padding; in at76_mac80211_tx()
1802 tx_buffer->wlength = cpu_to_le16(skb->len); in at76_mac80211_tx()
1803 tx_buffer->tx_rate = ieee80211_get_tx_rate(hw, info)->hw_value; in at76_mac80211_tx()
1804 memset(tx_buffer->reserved, 0, sizeof(tx_buffer->reserved)); in at76_mac80211_tx()
1805 memcpy(tx_buffer->packet, skb->data, skb->len); in at76_mac80211_tx()
1808 wiphy_name(priv->hw->wiphy), le16_to_cpu(tx_buffer->wlength), in at76_mac80211_tx()
1809 tx_buffer->padding, tx_buffer->tx_rate); in at76_mac80211_tx()
1812 at76_dbg_dump(DBG_TX_DATA_CONTENT, tx_buffer, submit_len, in at76_mac80211_tx()
1814 usb_fill_bulk_urb(priv->tx_urb, priv->udev, priv->tx_pipe, tx_buffer, in at76_mac80211_tx()