Searched refs:tx_free_list (Results 1 – 4 of 4) sorted by relevance
80 list_add_tail(&tx_buf->list, &cl->tx_free_list.list); in ishtp_cl_alloc_tx_ring()137 while (!list_empty(&cl->tx_free_list.list)) { in ishtp_cl_free_tx_ring()138 tx_buf = list_entry(cl->tx_free_list.list.next, in ishtp_cl_free_tx_ring()
82 INIT_LIST_HEAD(&cl->tx_free_list.list); in ishtp_cl_init()711 if (list_empty(&cl->tx_free_list.list)) { in ishtp_cl_send()718 cl_msg = list_first_entry(&cl->tx_free_list.list, in ishtp_cl_send()858 list_add_tail(&cl_msg->list, &cl->tx_free_list.list); in ipc_tx_send()952 list_add_tail(&cl_msg->list, &cl->tx_free_list.list); in ishtp_cl_send_msg_dma()
43 tx_free_list = []; # list of packets which is freed variable219 for i in range(len(tx_free_list)):220 print_transmit(tx_free_list[i])444 tx_free_list.append(skb)461 tx_free_list.append(skb)
57 2) Packet is move from the tx_free_list and appended to the transmit pending75 11)The packet structure is placed onto the tx_free_list78 are used instead of tx_free_list/tx_pend_list89 tx_free_list : Holds pre-allocated Tx buffers.2762 * free list of its source (either msg_free_list or tx_free_list)2787 * it can put that data back into the tx_free_list and msg_free_list2917 list_add_tail(element, &priv->tx_free_list); in __ipw2100_tx_process() 3380 if (list_empty(&priv->tx_free_list)) in ipw2100_tx() 3383 element = priv->tx_free_list.next; in ipw2100_tx() 4470 INIT_LIST_HEAD(&priv->tx_free_list); in ipw2100_tx_initialize() [all...]