Searched defs:h1394_evts_s (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/sys/1394/ |
H A D | h1394.h | 130 typedef struct h1394_evts_s { struct 131 uint_t hal_version; 132 uint_t reserved; 133 void (*shutdown)(void *hal_private); 134 int (*send_phy_configuration_packet)(void *hal_private, 137 int (*read)(void *hal_private, cmd1394_cmd_t *req, 139 int (*read_response)(void *hal_private, cmd1394_cmd_t *resp, 141 int (*write)(void *hal_private, cmd1394_cmd_t *req, 143 int (*write_response)(void *hal_private, cmd1394_cmd_t *resp, 145 void (*response_complete)(void *hal_private, cmd1394_cmd_t *resp, [all …]
|