Searched refs:f_current_sp (Results 1 – 3 of 3) sorted by relevance
1891 fas->f_current_sp = NULL; in fas_internal_reset()2834 ASSERT(fas->f_current_sp == 0); in fas_accept_pkt()3044 ASSERT(fas->f_current_sp == NULL); in fas_ustart()3112 ASSERT(fas->f_current_sp == NULL && fas->f_state == STATE_FREE); in fas_startcmd()3180 fas->f_current_sp = sp; in fas_startcmd()3651 if (fas->f_current_sp == sp) { in fas_remove_cmd()3652 fas->f_current_sp = NULL; in fas_remove_cmd()3735 struct fas_cmd *sp = fas->f_current_sp; in fas_finish()3870 struct fas_cmd *sp = fas->f_current_sp; in fas_finish_select()4035 struct fas_cmd *sp = fas->f_current_sp; in fas_reselect_preempt()[all …]
133 ASSERT(sp != fas->f_current_sp); in fas_call_pkt_comp()
364 struct fas_cmd *f_current_sp; /* currently active cmd */ member