Lines Matching refs:tx
296 spin_lock_bh(&priv->tx.tx_lock); in read_file_slot()
300 MAX_TX_BUF_NUM, priv->tx.tx_slot, in read_file_slot()
301 bitmap_weight(priv->tx.tx_slot, MAX_TX_BUF_NUM)); in read_file_slot()
302 spin_unlock_bh(&priv->tx.tx_lock); in read_file_slot()
321 "Mgmt endpoint", skb_queue_len(&priv->tx.mgmt_ep_queue)); in read_file_queue()
324 "Cab endpoint", skb_queue_len(&priv->tx.cab_ep_queue)); in read_file_queue()
327 "Data BE endpoint", skb_queue_len(&priv->tx.data_be_queue)); in read_file_queue()
330 "Data BK endpoint", skb_queue_len(&priv->tx.data_bk_queue)); in read_file_queue()
333 "Data VI endpoint", skb_queue_len(&priv->tx.data_vi_queue)); in read_file_queue()
336 "Data VO endpoint", skb_queue_len(&priv->tx.data_vo_queue)); in read_file_queue()
339 "Failed queue", skb_queue_len(&priv->tx.tx_failed)); in read_file_queue()
341 spin_lock_bh(&priv->tx.tx_lock); in read_file_queue()
343 "Queued count", priv->tx.queued_cnt); in read_file_queue()
344 spin_unlock_bh(&priv->tx.tx_lock); in read_file_queue()