Home
last modified time | relevance | path

Searched refs:cmd_prev (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_queue.c361 (*head)->cmd_prev = NULL; in iscsi_dequeue_cmd()
363 *tail = icmdp->cmd_prev; in iscsi_dequeue_cmd()
376 if (icmdp->cmd_prev == NULL) { in iscsi_dequeue_cmd()
383 icmdp->cmd_next->cmd_prev = icmdp->cmd_prev; in iscsi_dequeue_cmd()
388 icmdp->cmd_prev = NULL; in iscsi_dequeue_cmd()
402 ASSERT(icmdp->cmd_prev == NULL); in iscsi_enqueue_cmd_head()
409 icmdp->cmd_prev = NULL; in iscsi_enqueue_cmd_head()
414 icmdp->cmd_prev = NULL; in iscsi_enqueue_cmd_head()
415 (*head)->cmd_prev = icmdp; in iscsi_enqueue_cmd_head()
436 icmdp->cmd_prev = NULL; in iscsi_enqueue_cmd_tail()
[all …]
H A Discsi_cmd.c286 ASSERT(icmdp->cmd_prev == NULL); in iscsi_cmd_free()
1336 icmdp->cmd_prev = NULL; in iscsi_cmd_state_completed()
H A Discsi.h405 struct iscsi_cmd *cmd_prev; member
H A Discsi.c976 icmdp->cmd_prev = icmdp->cmd_next = NULL; in iscsi_tran_start()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cmd.h530 uint_t cmd_prev; member
568 tavor_cmd_t::cmd_prev))
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cmd.c808 prev = (*cmd_ptr)->cmd_prev; in tavor_outstanding_cmd_alloc()
812 cmd_list->cml_cmd[next].cmd_prev = prev; in tavor_outstanding_cmd_alloc()
849 (*cmd_ptr)->cmd_prev = cmd_list->cml_tail_indx; in tavor_outstanding_cmd_free()
852 cmd_list->cml_cmd[cmd_list->cml_head_indx].cmd_prev = cmd_indx; in tavor_outstanding_cmd_free()
861 (*cmd_ptr)->cmd_prev = cmd_indx; in tavor_outstanding_cmd_free()
1081 state->ts_cmd_list.cml_cmd[i].cmd_prev = i-1; in tavor_outstanding_cmdlist_init()
1088 state->ts_cmd_list.cml_cmd[head].cmd_prev = in tavor_outstanding_cmdlist_init()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cmd.h600 uint_t cmd_prev; member
638 hermon_cmd_t::cmd_prev))
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cmd.c901 prev = (*cmd_ptr)->cmd_prev; in hermon_outstanding_cmd_alloc()
905 cmd_list->cml_cmd[next].cmd_prev = prev; in hermon_outstanding_cmd_alloc()
942 (*cmd_ptr)->cmd_prev = cmd_list->cml_tail_indx; in hermon_outstanding_cmd_free()
945 cmd_list->cml_cmd[cmd_list->cml_head_indx].cmd_prev = cmd_indx; in hermon_outstanding_cmd_free()
954 (*cmd_ptr)->cmd_prev = cmd_indx; in hermon_outstanding_cmd_free()
1255 state->hs_cmd_list.cml_cmd[i].cmd_prev = i-1; in hermon_outstanding_cmdlist_init()
1262 state->hs_cmd_list.cml_cmd[head].cmd_prev = in hermon_outstanding_cmdlist_init()