Searched defs:brcmf_usbdev_info (Results 1 – 1 of 1) sorted by relevance
138 struct brcmf_usbdev_info { struct139 struct brcmf_usbdev bus_pub; /* MUST BE FIRST */140 spinlock_t qlock;141 struct list_head rx_freeq;142 struct list_head rx_postq;143 struct list_head tx_freeq;144 struct list_head tx_postq;145 uint rx_pipe, tx_pipe;147 int rx_low_watermark;148 int tx_low_watermark;[all …]