Home
last modified time | relevance | path

Searched defs:hostap_cmd_queue (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_wlan.h553 struct hostap_cmd_queue { struct
554 struct list_head list;
555 wait_queue_head_t compl;
556 volatile enum { CMD_SLEEP, CMD_CALLBACK, CMD_COMPLETED } type;
557 void (*callback)(struct net_device *dev, long context, u16 resp0,
559 long context;
560 u16 cmd, param0, param1;
561 u16 resp0, res;
562 volatile int issued, issuing;
564 refcount_t usecnt;
[all …]