Home
last modified time | relevance | path

Searched refs:client_info (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/bonding/
H A Dbond_alb.c251 struct rlb_client_info *client_info; in rlb_update_entry_from_arp() local
257 client_info = &(bond_info->rx_hashtbl[hash_index]); in rlb_update_entry_from_arp()
259 if ((client_info->assigned) && in rlb_update_entry_from_arp()
260 (client_info->ip_src == arp->ip_dst) && in rlb_update_entry_from_arp()
261 (client_info->ip_dst == arp->ip_src) && in rlb_update_entry_from_arp()
262 (!ether_addr_equal_64bits(client_info->mac_dst, arp->mac_src))) { in rlb_update_entry_from_arp()
264 ether_addr_copy(client_info->mac_dst, arp->mac_src); in rlb_update_entry_from_arp()
265 client_info->ntt = 1; in rlb_update_entry_from_arp()
424 static void rlb_update_client(struct rlb_client_info *client_info) in rlb_update_client() argument
428 if (!client_info->slave || !is_valid_ether_addr(client_info->mac_dst)) in rlb_update_client()
[all …]
H A Dbond_debugfs.c22 struct rlb_client_info *client_info; in bond_debug_rlb_hash_show() local
35 hash_index = client_info->used_next) { in bond_debug_rlb_hash_show()
36 client_info = &(bond_info->rx_hashtbl[hash_index]); in bond_debug_rlb_hash_show()
38 &client_info->ip_src, in bond_debug_rlb_hash_show()
39 &client_info->ip_dst, in bond_debug_rlb_hash_show()
40 &client_info->mac_dst, in bond_debug_rlb_hash_show()
41 client_info->slave->dev->name); in bond_debug_rlb_hash_show()
/openbmc/linux/drivers/platform/x86/x86-android-tablets/
H A Dcore.c137 const struct x86_i2c_client_info *client_info = &dev_info->i2c_client_info[idx]; in x86_instantiate_i2c_client() local
138 struct i2c_board_info board_info = client_info->board_info; in x86_instantiate_i2c_client()
143 board_info.irq = x86_acpi_irq_helper_get(&client_info->irq_data); in x86_instantiate_i2c_client()
147 status = acpi_get_handle(NULL, client_info->adapter_path, &handle); in x86_instantiate_i2c_client()
149 pr_err("Error could not get %s handle\n", client_info->adapter_path); in x86_instantiate_i2c_client()
155 pr_err("error could not get %s adapter\n", client_info->adapter_path); in x86_instantiate_i2c_client()
/openbmc/linux/drivers/media/pci/smipcie/
H A Dsmipcie-main.c631 struct i2c_board_info client_info; in smi_dvbsky_sit2_fe_attach() local
644 memset(&client_info, 0, sizeof(struct i2c_board_info)); in smi_dvbsky_sit2_fe_attach()
645 strscpy(client_info.type, "si2168", I2C_NAME_SIZE); in smi_dvbsky_sit2_fe_attach()
646 client_info.addr = 0x64; in smi_dvbsky_sit2_fe_attach()
647 client_info.platform_data = &si2168_config; in smi_dvbsky_sit2_fe_attach()
649 client_demod = smi_add_i2c_client(i2c, &client_info); in smi_dvbsky_sit2_fe_attach()
661 memset(&client_info, 0, sizeof(struct i2c_board_info)); in smi_dvbsky_sit2_fe_attach()
662 strscpy(client_info.type, "si2157", I2C_NAME_SIZE); in smi_dvbsky_sit2_fe_attach()
663 client_info.addr = 0x60; in smi_dvbsky_sit2_fe_attach()
664 client_info.platform_data = &si2157_config; in smi_dvbsky_sit2_fe_attach()
[all …]
/openbmc/linux/sound/core/seq/
H A Dseq_clientmgr.c1275 struct snd_seq_client_info *client_info = arg;
1279 cptr = client_load_and_use_ptr(client_info->client); in snd_seq_ioctl_set_client_info()
1283 get_client_info(cptr, client_info); in snd_seq_ioctl_set_client_info()
1294 struct snd_seq_client_info *client_info = arg; in snd_seq_ioctl_set_client_info()
1297 if (client->number != client_info->client) in snd_seq_ioctl_set_client_info()
1300 if (client->type != client_info->type) in snd_seq_ioctl_set_client_info()
1305 if (client_info->midi_version > SNDRV_SEQ_CLIENT_UMP_MIDI_2_0) in snd_seq_ioctl_set_client_info()
1310 client_info->midi_version > 0) in snd_seq_ioctl_set_client_info()
1315 if (client_info->name[0])
1316 strscpy(client->name, client_info
1261 struct snd_seq_client_info *client_info = arg; snd_seq_ioctl_get_client_info() local
1280 struct snd_seq_client_info *client_info = arg; snd_seq_ioctl_set_client_info() local
2294 struct snd_seq_client_info client_info; snd_seq_ioctl() member
[all...]
/openbmc/linux/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.h79 struct client_info { struct
278 struct client_info client_data;
/openbmc/linux/fs/nfsd/
H A Dnfs4state.c2559 DEFINE_SHOW_ATTRIBUTE(client_info);