Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cmd.c125 token = (uint16_t)cmdptr->cmd_indx; in tavor_cmd_post()
936 uint_t cmd_indx; in tavor_outstanding_cmd_free() local
944 cmd_indx = (*cmd_ptr)->cmd_indx; in tavor_outstanding_cmd_free()
957 cmd_list->cml_cmd[cmd_list->cml_head_indx].cmd_prev = cmd_indx; in tavor_outstanding_cmd_free()
958 cmd_list->cml_cmd[cmd_list->cml_tail_indx].cmd_next = cmd_indx; in tavor_outstanding_cmd_free()
961 cmd_list->cml_tail_indx = cmd_indx; in tavor_outstanding_cmd_free()
965 (*cmd_ptr)->cmd_next = cmd_indx; in tavor_outstanding_cmd_free()
966 (*cmd_ptr)->cmd_prev = cmd_indx; in tavor_outstanding_cmd_free()
969 cmd_list->cml_head_indx = cmd_indx; in tavor_outstanding_cmd_free()
970 cmd_list->cml_tail_indx = cmd_indx; in tavor_outstanding_cmd_free()
[all …]
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cmd.c132 token = (uint16_t)cmdptr->cmd_indx; in hermon_cmd_post()
926 uint_t cmd_indx; in hermon_outstanding_cmd_free() local
932 cmd_indx = (*cmd_ptr)->cmd_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()
946 cmd_list->cml_cmd[cmd_list->cml_tail_indx].cmd_next = cmd_indx; in hermon_outstanding_cmd_free()
949 cmd_list->cml_tail_indx = cmd_indx; in hermon_outstanding_cmd_free()
953 (*cmd_ptr)->cmd_next = cmd_indx; in hermon_outstanding_cmd_free()
954 (*cmd_ptr)->cmd_prev = cmd_indx; in hermon_outstanding_cmd_free()
957 cmd_list->cml_head_indx = cmd_indx; in hermon_outstanding_cmd_free()
958 cmd_list->cml_tail_indx = cmd_indx; in hermon_outstanding_cmd_free()
[all …]
/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cmd.h528 uint_t cmd_indx; member
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cmd.h598 uint_t cmd_indx; member