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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ipw2x00/
H A Dipw2100.h531 struct list_head fw_pend_list; member in struct:ipw2100_priv
H A Dipw2100.c79 firmware pending list (fw_pend_list)
85 from the fw_pend_list.
86 10)The packet structure contained in the fw_pend_list is then used
2808 * the fw_pend_list has been processed by the firmware yet.
2812 * If so, then it removes the item from the fw_pend_list, frees
2853 if (list_empty(&priv->fw_pend_list))
2856 element = priv->fw_pend_list.next;
2878 printk(KERN_WARNING DRV_NAME ": %s: Bad fw_pend_list entry!\n",
3016 return (!list_empty(&priv->fw_pend_list));
3084 list_add_tail(element, &priv->fw_pend_list);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2100.h531 struct list_head fw_pend_list; member in struct:ipw2100_priv
H A Dipw2100.c79 firmware pending list (fw_pend_list)
85 from the fw_pend_list.
86 10)The packet structure contained in the fw_pend_list is then used
2808 * the fw_pend_list has been processed by the firmware yet.
2812 * If so, then it removes the item from the fw_pend_list, frees
2853 if (list_empty(&priv->fw_pend_list))
2856 element = priv->fw_pend_list.next;
2878 printk(KERN_WARNING DRV_NAME ": %s: Bad fw_pend_list entry!\n",
3016 return (!list_empty(&priv->fw_pend_list));
3084 list_add_tail(element, &priv->fw_pend_list);
[all...]

Completed in 141 milliseconds