Searched refs:next_chan_list (Results 1 – 1 of 1) sorted by relevance
61 struct fc_client* next_chan_list; member1975 t->next_chan_list = fc->clients; in fcclient_alloc()2002 while (t && t->next_chan_list != fc) t = t->next_chan_list; in fcclient_free()2005 t->next_chan_list = fc->next_chan_list; in fcclient_free()2007 tc->clients = fc->next_chan_list; in fcclient_free()