Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c129 static struct fipe_ioat_control { struct
130 kmutex_t ioat_lock;
131 boolean_t ioat_ready;
133 boolean_t ioat_reg_mapped;
134 ddi_acc_handle_t ioat_reg_handle;
135 uint8_t *ioat_reg_addr;
136 uint64_t ioat_cmd_physaddr;
138 dcopy_cmd_t ioat_cmds[FIPE_IOAT_CMD_NUM + 1];
139 dcopy_handle_t ioat_handle;
141 dev_info_t *ioat_dev_info;
[all …]