Searched refs:fc_client (Results 1 – 1 of 1) sorted by relevance
53 struct fc_client { struct54 struct fc_client *next_all_list; argument55 struct fc_client *next_chan_list; argument70 struct fc_client *clients; argument76 static struct fc_client *fc_clients;2655 static struct fc_client *fcclient_find_by_addr(struct fc_client *start, BD_ADDR addr) in fcclient_find_by_addr()2657 struct fc_client *t = start; in fcclient_find_by_addr()2677 static struct fc_client *fcclient_find_by_id(uint32_t id) in fcclient_find_by_id()2679 struct fc_client *t = fc_clients; in fcclient_find_by_id()2688 static struct fc_client *fcclient_alloc(uint16_t chan, char server, const uint8_t *sec_id_to_use) in fcclient_alloc()[all …]