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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2100.h533 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
2707 * the fw_pend_list has been processed by the firmware yet.
2711 * If so, then it removes the item from the fw_pend_list, frees
2752 if (list_empty(&priv->fw_pend_list))
2755 element = priv->fw_pend_list.next;
2777 printk(KERN_WARNING DRV_NAME ": %s: Bad fw_pend_list entry!\n",
2915 return (!list_empty(&priv->fw_pend_list));
2983 list_add_tail(element, &priv->fw_pend_list);
[all...]

Completed in 141 milliseconds