Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
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 …]
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
Dhostap_wlan.h551 struct hostap_cmd_queue { struct
552 struct list_head list;
553 wait_queue_head_t compl;
554 volatile enum { CMD_SLEEP, CMD_CALLBACK, CMD_COMPLETED } type;
555 void (*callback)(struct net_device *dev, long context, u16 resp0,
557 long context;
558 u16 cmd, param0, param1;
559 u16 resp0, res;
560 volatile int issued, issuing;
562 refcount_t usecnt;
[all …]