Home
last modified time | relevance | path

Searched defs:dhd_bus (Results 1 – 12 of 12) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_pcie.h176 typedef struct dhd_bus { struct
177 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 …]
Ddhd_wlfc.h77 typedef struct dhd_bus { struct
78 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 …]
Ddbus.c80 typedef struct dhd_bus { struct
81 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 …]
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_pcie.h187 typedef struct dhd_bus { struct
188 dhd_pub_t *dhd; /**< pointer to per hardware (dongle) unique instance */
189 struct pci_dev *rc_dev; /* pci RC device handle */
190 struct pci_dev *dev; /* pci device handle */
192 dll_t flowring_active_list; /* constructed list of tx flowring queues */
194 uint64 active_list_last_process_ts;
198 si_t *sih; /* Handle for SI calls */
199 char *vars; /* Variables (from CIS and/or other) */
200 uint varsz; /* Size of variables buffer */
201 uint32 sbaddr; /* Current SB window pointer (-1, invalid) */
[all …]
Ddbus.c77 typedef struct dhd_bus { struct
78 dbus_pub_t pub; /* MUST BE FIRST */
79 dhd_pub_t *dhd;
81 void *cbarg;
82 dbus_callbacks_t *cbs; /* callbacks to higher level, e.g. dhd_linux.c */
83 void *bus_info;
84 dbus_intf_t *drvintf; /* callbacks to lower level, e.g. dbus_usb.c or
86 uint8 *fw;
87 int fwlen;
88 uint32 errmask;
[all …]
Ddhd_sdio.c265 typedef struct dhd_bus { struct
266 dhd_pub_t *dhd;
268 bcmsdh_info_t *sdh; /* Handle for BCMSDH calls */
269 si_t *sih; /* Handle for SI calls */
270 char *vars; /* Variables (from CIS and/or other) */
271 uint varsz; /* Size of variables buffer */
272 uint32 sbaddr; /* Current SB window pointer (-1, invalid) */
274 sdpcmd_regs_t *regs; /* Registers for SDIO core */
275 uint sdpcmrev; /* SDIO core revision */
276 uint armrev; /* CPU core revision */
[all …]
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_pcie.h268 typedef struct dhd_bus { struct
269 dhd_pub_t *dhd; /**< pointer to per hardware (dongle) unique instance */
271 struct pci_dev *rc_dev; /* pci RC device handle */
272 struct pci_dev *dev; /* pci device handle */
275 void *pcie_dev;
277 dll_t flowring_active_list; /* constructed list of tx flowring queues */
279 uint64 active_list_last_process_ts;
285 uint32 dev_tx_stuck_monitor;
287 uint32 device_tx_stuck_check;
290 si_t *sih; /* Handle for SI calls */
[all …]
Ddbus.c80 typedef struct dhd_bus { struct
81 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 …]
Ddhd_sdio.c273 typedef struct dhd_bus { struct
274 dhd_pub_t *dhd;
276 bcmsdh_info_t *sdh; /* Handle for BCMSDH calls */
277 si_t *sih; /* Handle for SI calls */
278 char *vars; /* Variables (from CIS and/or other) */
279 uint varsz; /* Size of variables buffer */
280 uint32 sbaddr; /* Current SB window pointer (-1, invalid) */
282 sdpcmd_regs_t *regs; /* Registers for SDIO core */
283 uint sdpcmrev; /* SDIO core revision */
284 uint armrev; /* CPU core revision */
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddhd_pcie.h209 typedef struct dhd_bus { struct
210 dhd_pub_t *dhd;
211 struct pci_dev *rc_dev; /* pci RC device handle */
212 struct pci_dev *dev; /* pci device handle */
214 void *pcie_dev;
217 dll_t flowring_active_list; /* constructed list of tx flowring queues */
219 uint64 active_list_last_process_ts;
225 uint32 dev_tx_stuck_monitor;
227 uint32 device_tx_stuck_check;
230 si_t *sih; /* Handle for SI calls */
[all …]
Ddbus.c79 typedef struct dhd_bus { struct
80 dbus_pub_t pub; /* MUST BE FIRST */
81 dhd_pub_t *dhd;
83 void *cbarg;
84 dbus_callbacks_t *cbs; /* callbacks to higher level, e.g. dhd_linux.c */
85 void *bus_info;
86 dbus_intf_t *drvintf; /* callbacks to lower level, e.g. dbus_usb.c or dbus_usb_linux.c */
87 uint8 *fw;
88 int fwlen;
89 uint32 errmask;
[all …]
Ddhd_sdio.c254 typedef struct dhd_bus { struct
255 dhd_pub_t *dhd;
257 bcmsdh_info_t *sdh; /* Handle for BCMSDH calls */
258 si_t *sih; /* Handle for SI calls */
259 char *vars; /* Variables (from CIS and/or other) */
260 uint varsz; /* Size of variables buffer */
261 uint32 sbaddr; /* Current SB window pointer (-1, invalid) */
263 sdpcmd_regs_t *regs; /* Registers for SDIO core */
264 uint sdpcmrev; /* SDIO core revision */
265 uint armrev; /* CPU core revision */
[all …]