Searched defs:brcmf_usbdev_info (Results 1 – 1 of 1) sorted by relevance
120 struct brcmf_usbdev_info { struct121 struct brcmf_usbdev bus_pub; /* MUST BE FIRST */122 spinlock_t qlock;123 struct list_head rx_freeq;124 struct list_head rx_postq;125 struct list_head tx_freeq;126 struct list_head tx_postq;127 uint rx_pipe, tx_pipe;129 int rx_low_watermark;130 int tx_low_watermark;[all …]