Searched refs:cmd_ptr (Results 1 – 4 of 4) sorted by relevance
53 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() argument907 *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() argument944 cmd_indx = (*cmd_ptr)->cmd_indx; in tavor_outstanding_cmd_free()[all …]
54 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() argument898 *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() argument932 cmd_indx = (*cmd_ptr)->cmd_indx; in hermon_outstanding_cmd_free()[all …]
738 void *cmd_ptr; in skd_start() local825 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()
3439 struct mrsas_cmd **cmd_ptr) in mrsas_build_init_cmd() argument3453 cmd = *cmd_ptr; in mrsas_build_init_cmd()3538 *cmd_ptr = cmd; in mrsas_build_init_cmd()