Lines Matching refs:tx_buffer
1702 struct at76_tx_buffer *tx_buffer = priv->bulk_out_buffer; in at76_mac80211_tx() local
1743 memset(tx_buffer, 0, sizeof(*tx_buffer)); in at76_mac80211_tx()
1744 tx_buffer->padding = padding; in at76_mac80211_tx()
1745 tx_buffer->wlength = cpu_to_le16(skb->len); in at76_mac80211_tx()
1746 tx_buffer->tx_rate = ieee80211_get_tx_rate(hw, info)->hw_value; in at76_mac80211_tx()
1747 memset(tx_buffer->reserved, 0, sizeof(tx_buffer->reserved)); in at76_mac80211_tx()
1748 memcpy(tx_buffer->packet, skb->data, skb->len); in at76_mac80211_tx()
1751 wiphy_name(priv->hw->wiphy), le16_to_cpu(tx_buffer->wlength), in at76_mac80211_tx()
1752 tx_buffer->padding, tx_buffer->tx_rate); in at76_mac80211_tx()
1755 at76_dbg_dump(DBG_TX_DATA_CONTENT, tx_buffer, submit_len, in at76_mac80211_tx()
1757 usb_fill_bulk_urb(priv->tx_urb, priv->udev, priv->tx_pipe, tx_buffer, in at76_mac80211_tx()