Searched refs:ioat_state_t (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/i86pc/io/ioat/ |
H A D | ioat.c | 99 static int ioat_chip_init(ioat_state_t *state); 100 static void ioat_chip_fini(ioat_state_t *state); 101 static int ioat_drv_init(ioat_state_t *state); 102 static void ioat_drv_fini(ioat_state_t *state); 104 static void ioat_intr_enable(ioat_state_t *state); 105 static void ioat_intr_disable(ioat_state_t *state); 106 void ioat_detach_finish(ioat_state_t *state); 137 e = ddi_soft_state_init(&ioat_statep, sizeof (ioat_state_t), 1); in _init() 184 ioat_state_t *state; in ioat_attach() 277 ioat_state_t *state; in ioat_detach() [all …]
|
H A D | ioat_ioctl.c | 51 static int ioat_ioctl_rdreg(ioat_state_t *state, void *arg, int mode); 53 static int ioat_ioctl_wrreg(ioat_state_t *state, void *arg, int mode); 54 static int ioat_ioctl_test(ioat_state_t *state, void *arg, int mode); 64 ioat_state_t *state; in ioat_ioctl() 107 ioat_ioctl_rdreg(ioat_state_t *state, void *arg, int mode) in ioat_ioctl_rdreg() 157 ioat_ioctl_wrreg(ioat_state_t *state, void *arg, int mode) in ioat_ioctl_wrreg() 206 ioat_ioctl_test(ioat_state_t *state, void *arg, int mode) in ioat_ioctl_test()
|
H A D | ioat_chan.c | 108 ioat_channel_init(ioat_state_t *state) in ioat_channel_init() 137 ioat_channel_fini(ioat_state_t *state) in ioat_channel_fini() 158 ioat_state_t *state; in ioat_channel_alloc() 165 state = (ioat_state_t *)device_private; in ioat_channel_alloc() 277 ioat_channel_suspend(ioat_state_t *state) in ioat_channel_suspend() 293 ioat_channel_resume(ioat_state_t *state) in ioat_channel_resume() 381 ioat_channel_quiesce(ioat_state_t *state) in ioat_channel_quiesce() 413 ioat_state_t *state; in ioat_channel_free() 451 ioat_state_t *state; in ioat_channel_intr() 523 ioat_state_t *state; in ioat_channel_reset() [all …]
|
H A D | ioat_rs.c | 74 ioat_rs_init(ioat_state_t *state, uint_t min_val, uint_t max_val, in ioat_rs_init()
|
/titanic_41/usr/src/uts/i86pc/sys/ |
H A D | ioat.h | 326 } ioat_state_t; typedef 332 void ioat_rs_init(ioat_state_t *state, uint_t min_val, uint_t max_val, 338 int ioat_channel_init(ioat_state_t *state); 339 void ioat_channel_fini(ioat_state_t *state); 340 void ioat_channel_suspend(ioat_state_t *state); 341 int ioat_channel_resume(ioat_state_t *state); 342 void ioat_channel_quiesce(ioat_state_t *);
|