Searched refs:sm_retry_tail (Results 1 – 2 of 2) sorted by relevance
2682 ASSERT(fcsm->sm_retry_tail == NULL); in fcsm_job_thread()3476 if (fcsm->sm_retry_tail) { in fcsm_enque_cmd()3478 fcsm->sm_retry_tail->cmd_next = cmd; in fcsm_enque_cmd()3479 fcsm->sm_retry_tail = cmd; in fcsm_enque_cmd()3481 ASSERT(fcsm->sm_retry_tail == NULL); in fcsm_enque_cmd()3482 fcsm->sm_retry_head = fcsm->sm_retry_tail = cmd; in fcsm_enque_cmd()3507 ASSERT(fcsm->sm_retry_tail == NULL); in fcsm_deque_cmd()3513 fcsm->sm_retry_tail = NULL; in fcsm_deque_cmd()3559 curr_tail = fcsm->sm_retry_tail; in fcsm_retry_timeout()
118 struct fcsm_cmd *sm_retry_tail; /* cmd retry queue tail */ member