Lines Matching refs:tx_buf
141 skb_queue_purge(&sta->tx_buf); in ap_free_sta()
242 !skb_queue_empty(&sta->tx_buf)) { in ap_handle_timer()
1083 sta->tx_bytes, skb_queue_len(&sta->tx_buf), in prism2_sta_proc_show()
1168 skb_queue_head_init(&sta->tx_buf); in ap_add_sta()
1917 if (!skb_queue_empty(&sta->tx_buf)) { in pspoll_send_buffered()
1982 while ((skb = skb_dequeue(&sta->tx_buf)) != NULL) { in handle_pspoll()
1985 " (buffer_count=%d)\n", skb_queue_len(&sta->tx_buf)); in handle_pspoll()
1998 if (skb_queue_empty(&sta->tx_buf)) { in handle_pspoll()
2357 if (skb_queue_empty(&sta->tx_buf)) in schedule_packet_send()
2823 if (skb_queue_len(&sta->tx_buf) >= STA_MAX_TX_BUFFER) { in hostap_handle_sta_tx()
2838 set_tim = skb_queue_empty(&sta->tx_buf); in hostap_handle_sta_tx()
2839 skb_queue_tail(&sta->tx_buf, skb); in hostap_handle_sta_tx()