Lines Matching refs:tx_free_buf_list
128 * @tx_free_buf_list: list unused transmit frame buffers
136 struct n_hdlc_buf_list tx_free_buf_list;
174 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf);
210 n_hdlc_free_buf_list(&n_hdlc->tx_free_buf_list);
304 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, tbuf);
542 tbuf = n_hdlc_buf_get(&n_hdlc->tx_free_buf_list);
669 !list_empty(&n_hdlc->tx_free_buf_list.list))
705 spin_lock_init(&n_hdlc->tx_free_buf_list.spinlock);
710 INIT_LIST_HEAD(&n_hdlc->tx_free_buf_list.list);
715 n_hdlc_alloc_buf(&n_hdlc->tx_free_buf_list, DEFAULT_TX_BUF_COUNT, "tx");