Home
last modified time | relevance | path

Searched refs:tx_pend_list (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h545 struct list_head tx_pend_list; member
H A Dipw2100.c58 list (tx_pend_list)
64 5) the packet is removed from tx_pend_list and placed on the end of the
78 are used instead of tx_free_list/tx_pend_list
93 tx_pend_list : Holds used Tx buffers waiting to go into the TBD ring
3075 while (!list_empty(&priv->tx_pend_list)) { in ipw2100_tx_send_data()
3082 element = priv->tx_pend_list.next; in ipw2100_tx_send_data()
3411 list_add_tail(element, &priv->tx_pend_list); in ipw2100_tx()
4487 INIT_LIST_HEAD(&priv->tx_pend_list); in ipw2100_tx_initialize()
5811 while (!list_empty(&priv->tx_pend_list)) { in ipw2100_close()
5812 element = priv->tx_pend_list in ipw2100_close()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h545 struct list_head tx_pend_list; member
H A Dipw2100.c58 list (tx_pend_list)
64 5) the packet is removed from tx_pend_list and placed on the end of the
78 are used instead of tx_free_list/tx_pend_list
93 tx_pend_list : Holds used Tx buffers waiting to go into the TBD ring
3064 while (!list_empty(&priv->tx_pend_list)) { in ipw2100_tx_send_data()
3071 element = priv->tx_pend_list.next; in ipw2100_tx_send_data()
3400 list_add_tail(element, &priv->tx_pend_list); in ipw2100_tx()
4476 INIT_LIST_HEAD(&priv->tx_pend_list); in ipw2100_tx_initialize()
5800 while (!list_empty(&priv->tx_pend_list)) { in ipw2100_close()
5801 element = priv->tx_pend_list in ipw2100_close()
[all...]

Completed in 22 milliseconds