Searched defs:dhd_bus (Results 1 – 3 of 3) sorted by relevance
176 typedef struct dhd_bus { struct177 dhd_pub_t *dhd; /**< pointer to per hardware (dongle) unique instance */178 struct pci_dev *rc_dev; /* pci RC device handle */179 struct pci_dev *dev; /* pci device handle */181 dll_t flowring_active_list; /* constructed list of tx flowring queues */183 uint64 active_list_last_process_ts;187 si_t *sih; /* Handle for SI calls */188 char *vars; /* Variables (from CIS and/or other) */189 uint varsz; /* Size of variables buffer */190 uint32 sbaddr; /* Current SB window pointer (-1, invalid) */[all …]
77 typedef struct dhd_bus { struct78 dhd_pub_t *dhd;80 bcmsdh_info_t *sdh; /* Handle for BCMSDH calls */81 si_t *sih; /* Handle for SI calls */82 char *vars; /* Variables (from CIS and/or other) */83 uint varsz; /* Size of variables buffer */84 uint32 sbaddr; /* Current SB window pointer (-1, invalid) */86 sdpcmd_regs_t *regs; /* Registers for SDIO core */87 uint sdpcmrev; /* SDIO core revision */88 uint armrev; /* CPU core revision */[all …]
80 typedef struct dhd_bus { struct81 dbus_pub_t pub; /* MUST BE FIRST */82 dhd_pub_t *dhd;84 void *cbarg;85 dbus_callbacks_t *cbs; /* callbacks to higher level, e.g. dhd_linux.c */86 void *bus_info;87 dbus_intf_t *drvintf; /* callbacks to lower level, e.g. dbus_usb.c or dbus_usb_linux.c */88 uint8 *fw;89 int fwlen;90 uint32 errmask;[all …]