Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/1394/
H A Dh1394.h128 typedef struct h1394_evts_s { struct
129 uint_t hal_version;
130 uint_t reserved;
131 void (*shutdown)(void *hal_private);
132 int (*send_phy_configuration_packet)(void *hal_private,
135 int (*read)(void *hal_private, cmd1394_cmd_t *req,
137 int (*read_response)(void *hal_private, cmd1394_cmd_t *resp,
139 int (*write)(void *hal_private, cmd1394_cmd_t *req,
141 int (*write_response)(void *hal_private, cmd1394_cmd_t *resp,
143 void (*response_complete)(void *hal_private, cmd1394_cmd_t *resp,
[all …]