Searched defs:brcmf_usbdev_info (Results 1 – 1 of 1) sorted by relevance
127 struct brcmf_usbdev_info { struct128 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 …]