Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dusb.c127 struct brcmf_usbdev_info { struct
128 struct brcmf_usbdev bus_pub; /* MUST BE FIRST */
129 spinlock_t qlock;
130 struct list_head rx_freeq;
131 struct list_head rx_postq;
132 struct list_head tx_freeq;
133 struct list_head tx_postq;
134 uint rx_pipe, tx_pipe;
136 int rx_low_watermark;
137 int tx_low_watermark;
[all …]