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