Home
last modified time | relevance | path

Searched refs:rxq_entry_t (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wlan.h242 struct rxq_entry_t { struct
243 struct rxq_entry_t *next; argument
Dwilc_wlan.c73 struct rxq_entry_t *rxq_head;
74 struct rxq_entry_t *rxq_tail;
595 static int wilc_wlan_rxq_add(struct wilc *wilc, struct rxq_entry_t *rqe) in wilc_wlan_rxq_add()
620 static struct rxq_entry_t *wilc_wlan_rxq_remove(struct wilc *wilc) in wilc_wlan_rxq_remove()
626 struct rxq_entry_t *rqe; in wilc_wlan_rxq_remove()
1127 struct rxq_entry_t *rqe; in wilc_wlan_handle_rxq()
1286 struct rxq_entry_t *rqe; in wilc_wlan_handle_isr_ext()
1353 rqe = kmalloc(sizeof(struct rxq_entry_t), GFP_KERNEL); in wilc_wlan_handle_isr_ext()
1660 struct rxq_entry_t *rqe; in wilc_wlan_cleanup()