Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cmd.c53 tavor_cmd_t **cmd_ptr, uint_t cmd_wait);
55 tavor_cmd_t **cmd_ptr);
860 tavor_outstanding_cmd_alloc(tavor_state_t *state, tavor_cmd_t **cmd_ptr, in tavor_outstanding_cmd_alloc() argument
907 *cmd_ptr = &cmd_list->cml_cmd[head]; in tavor_outstanding_cmd_alloc()
908 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(**cmd_ptr)) in tavor_outstanding_cmd_alloc()
909 next = (*cmd_ptr)->cmd_next; in tavor_outstanding_cmd_alloc()
910 prev = (*cmd_ptr)->cmd_prev; in tavor_outstanding_cmd_alloc()
911 (*cmd_ptr)->cmd_status = TAVOR_CMD_INVALID_STATUS; in tavor_outstanding_cmd_alloc()
933 tavor_outstanding_cmd_free(tavor_state_t *state, tavor_cmd_t **cmd_ptr) in tavor_outstanding_cmd_free() argument
944 cmd_indx = (*cmd_ptr)->cmd_indx; in tavor_outstanding_cmd_free()
[all …]
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cmd.c54 hermon_cmd_t **cmd_ptr, uint_t cmd_wait);
56 hermon_cmd_t **cmd_ptr);
856 hermon_outstanding_cmd_alloc(hermon_state_t *state, hermon_cmd_t **cmd_ptr, in hermon_outstanding_cmd_alloc() argument
898 *cmd_ptr = &cmd_list->cml_cmd[head]; in hermon_outstanding_cmd_alloc()
899 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(**cmd_ptr)) in hermon_outstanding_cmd_alloc()
900 next = (*cmd_ptr)->cmd_next; in hermon_outstanding_cmd_alloc()
901 prev = (*cmd_ptr)->cmd_prev; in hermon_outstanding_cmd_alloc()
902 (*cmd_ptr)->cmd_status = HERMON_CMD_INVALID_STATUS; in hermon_outstanding_cmd_alloc()
923 hermon_outstanding_cmd_free(hermon_state_t *state, hermon_cmd_t **cmd_ptr) in hermon_outstanding_cmd_free() argument
932 cmd_indx = (*cmd_ptr)->cmd_indx; in hermon_outstanding_cmd_free()
[all …]
/titanic_44/usr/src/uts/common/io/skd/
H A Dskd.c738 void *cmd_ptr; in skd_start() local
825 cmd_ptr = &skmsg->msg_buf[skmsg->length]; in skd_start()
826 bzero(cmd_ptr, 32); /* This is too expensive */ in skd_start()
828 scsi_req = cmd_ptr; in skd_start()
/titanic_44/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c3439 struct mrsas_cmd **cmd_ptr) in mrsas_build_init_cmd() argument
3453 cmd = *cmd_ptr; in mrsas_build_init_cmd()
3538 *cmd_ptr = cmd; in mrsas_build_init_cmd()