Home
last modified time | relevance | path

Searched refs:hermon_cmd_post_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cmd.c57 static int hermon_write_hcr(hermon_state_t *state, hermon_cmd_post_t *cmdpost,
72 hermon_cmd_post(hermon_state_t *state, hermon_cmd_post_t *cmdpost) in hermon_cmd_post()
979 hermon_write_hcr(hermon_state_t *state, hermon_cmd_post_t *cmdpost, in hermon_write_hcr()
1328 hermon_cmd_post_t cmd; in hermon_init_hca_cmd_post()
1336 bzero((void *)&cmd, sizeof (hermon_cmd_post_t)); in hermon_init_hca_cmd_post()
1379 hermon_cmd_post_t cmd; in hermon_close_hca_cmd_post()
1385 bzero((void *)&cmd, sizeof (hermon_cmd_post_t)); in hermon_close_hca_cmd_post()
1410 hermon_cmd_post_t cmd; in hermon_set_port_cmd_post()
1415 bzero((void *)&cmd, sizeof (hermon_cmd_post_t)); in hermon_set_port_cmd_post()
1458 hermon_cmd_post_t cmd; in hermon_init_port_cmd_post()
[all …]
H A Dhermon_fm.c1539 hermon_cmd_retry_ok(hermon_cmd_post_t *cmd, int status) in hermon_cmd_retry_ok()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_fm.h289 extern boolean_t hermon_cmd_retry_ok(hermon_cmd_post_t *, int);
H A Dhermon_cmd.h666 } hermon_cmd_post_t; typedef
677 int hermon_cmd_post(hermon_state_t *state, hermon_cmd_post_t *cmdpost);