Searched refs:fc_client (Results 1 – 1 of 1) sorted by relevance
59 struct fc_client { struct60 struct fc_client* next_all_list; argument61 struct fc_client* next_chan_list; argument76 struct fc_client* clients; argument81 static struct fc_client* fc_clients;1923 static struct fc_client* fcclient_find_by_addr(struct fc_client* start, in fcclient_find_by_addr()1925 struct fc_client* t = start; in fcclient_find_by_addr()1940 static struct fc_client* fcclient_find_by_id(uint32_t id) { in fcclient_find_by_id()1941 struct fc_client* t = fc_clients; in fcclient_find_by_id()1948 static struct fc_client* fcclient_alloc(uint16_t chan, char server, in fcclient_alloc()[all …]