Searched refs:cmd_indx (Results 1 – 4 of 4) sorted by relevance
113 token = (uint16_t)cmdptr->cmd_indx; in tavor_cmd_post()833 uint_t cmd_indx; in tavor_outstanding_cmd_free() local839 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 …]
132 token = (uint16_t)cmdptr->cmd_indx; in hermon_cmd_post()926 uint_t cmd_indx; in hermon_outstanding_cmd_free() local932 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 …]
528 uint_t cmd_indx; member
598 uint_t cmd_indx; member