Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cmd.c113 token = (uint16_t)cmdptr->cmd_indx; in tavor_cmd_post()
833 uint_t cmd_indx; in tavor_outstanding_cmd_free() local
839 cmd_indx = (*cmd_ptr)->cmd_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()
853 cmd_list->cml_cmd[cmd_list->cml_tail_indx].cmd_next = cmd_indx; in tavor_outstanding_cmd_free()
856 cmd_list->cml_tail_indx = cmd_indx; in tavor_outstanding_cmd_free()
860 (*cmd_ptr)->cmd_next = cmd_indx; in tavor_outstanding_cmd_free()
861 (*cmd_ptr)->cmd_prev = cmd_indx; in tavor_outstanding_cmd_free()
864 cmd_list->cml_head_indx = cmd_indx; in tavor_outstanding_cmd_free()
865 cmd_list->cml_tail_indx = cmd_indx; in tavor_outstanding_cmd_free()
[all …]
/illumos-gate/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 …]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cmd.h528 uint_t cmd_indx; member
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cmd.h598 uint_t cmd_indx; member