Home
last modified time | relevance | path

Searched defs:qla_host (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qlxgbe/
H A Dql_def.h130 struct qla_host { struct
131 volatile struct {
137 } flags;
139 volatile uint32_t qla_interface_up;
140 volatile uint32_t stop_rcv;
141 volatile uint32_t qla_watchdog_exit;
142 volatile uint32_t qla_watchdog_exited;
143 volatile uint32_t qla_watchdog_pause;
144 volatile uint32_t qla_watchdog_paused;
145 volatile uint32_t qla_initiate_recovery;
[all …]
/freebsd/sys/dev/qlxgb/
H A Dqla_def.h111 struct qla_host { struct
112 volatile struct {
122 } flags;
124 device_t pci_dev;
126 uint8_t pci_func;
127 uint16_t watchdog_ticks;
128 uint8_t resvd;
131 struct cdev *ioctl_dev;
134 struct resource *pci_reg;
135 int reg_rid;
[all …]
/freebsd/sys/dev/qlxge/
H A Dqls_def.h240 struct qla_host { struct
241 volatile struct {
253 } flags;
255 volatile uint32_t hw_init;
257 volatile uint32_t qla_watchdog_exited;
258 volatile uint32_t qla_watchdog_paused;
259 volatile uint32_t qla_initiate_recovery;
261 device_t pci_dev;
263 uint8_t pci_func;
264 uint16_t watchdog_ticks;
[all …]