Searched refs:fw_client (Results 1 – 7 of 7) sorted by relevance
173 int ishtp_get_fw_client_id(struct ishtp_fw_client *fw_client) in ishtp_get_fw_client_id() argument175 return fw_client->client_id; in ishtp_get_fw_client_id()244 return(device->fw_client ? guid_equal(&driver->id[0].guid, in ishtp_cl_bus_match()245 &device->fw_client->props.protocol_name) : 0); in ishtp_cl_bus_match()421 device->fw_client = &dev->fw_clients[ in ishtp_bus_add_device()439 device->fw_client = in ishtp_bus_add_device()694 if (cl_device->fw_client && in ishtp_cl_device_bind()695 cl_device->fw_client->client_id == cl->fw_client_id) { in ishtp_cl_device_bind()757 cl_device->fw_client = NULL; in ishtp_bus_remove_all_clients()
40 struct ishtp_fw_client *fw_client; member
21 size_t len = cl->device->fw_client->props.max_msg_length; in ishtp_cl_alloc_rx_ring()59 size_t len = cl->device->fw_client->props.max_msg_length; in ishtp_cl_alloc_tx_ring()
550 struct ishtp_fw_client *fw_client; in ishtp_hbm_dispatch() local608 fw_client = &dev->fw_clients[dev->fw_client_presentation_num]; in ishtp_hbm_dispatch()617 if (fw_client->client_id != props_res->address) { in ishtp_hbm_dispatch()620 fw_client->client_id, props_res->address); in ishtp_hbm_dispatch()633 fw_client->props = props_res->client_properties; in ishtp_hbm_dispatch()
23 size = cl->tx_ring_free_size * cl->device->fw_client->props.max_msg_length; in ishtp_cl_get_tx_free_buffer_size()492 struct ishtp_fw_client *fw_client; in ishtp_cl_establish_connection() local535 fw_client = ishtp_fw_cl_get_client(dev, uuid); in ishtp_cl_establish_connection()536 if (!fw_client) { in ishtp_cl_establish_connection()545 ishtp_cl_set_fw_client_id(cl, ishtp_get_fw_client_id(fw_client)); in ishtp_cl_establish_connection()
80 struct ishtp_fw_client *fw_client; member452 struct ishtp_fw_client *fw_client; in ecl_ishtp_cl_init() local468 fw_client = ishtp_fw_cl_get_client(dev, &ecl_ishtp_id_table[0].guid); in ecl_ishtp_cl_init()469 if (!fw_client) { in ecl_ishtp_cl_init()475 ishtp_get_fw_client_id(fw_client)); in ecl_ishtp_cl_init()
122 int ishtp_get_fw_client_id(struct ishtp_fw_client *fw_client);