Searched refs:client_info (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/bonding/ |
D | bond_alb.c | 271 struct rlb_client_info *client_info; in rlb_update_entry_from_arp() local 277 client_info = &(bond_info->rx_hashtbl[hash_index]); in rlb_update_entry_from_arp() 279 if ((client_info->assigned) && in rlb_update_entry_from_arp() 280 (client_info->ip_src == arp->ip_dst) && in rlb_update_entry_from_arp() 281 (client_info->ip_dst == arp->ip_src) && in rlb_update_entry_from_arp() 282 (!ether_addr_equal_64bits(client_info->mac_dst, arp->mac_src))) { in rlb_update_entry_from_arp() 284 ether_addr_copy(client_info->mac_dst, arp->mac_src); in rlb_update_entry_from_arp() 285 client_info->ntt = 1; in rlb_update_entry_from_arp() 443 static void rlb_update_client(struct rlb_client_info *client_info) in rlb_update_client() argument 447 if (!client_info->slave || !is_valid_ether_addr(client_info->mac_dst)) in rlb_update_client() [all …]
|
D | bond_debugfs.c | 22 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()
|
/Linux-v4.19/drivers/media/pci/smipcie/ |
D | smipcie-main.c | 636 struct i2c_board_info client_info; in smi_dvbsky_sit2_fe_attach() local 649 memset(&client_info, 0, sizeof(struct i2c_board_info)); in smi_dvbsky_sit2_fe_attach() 650 strlcpy(client_info.type, "si2168", I2C_NAME_SIZE); in smi_dvbsky_sit2_fe_attach() 651 client_info.addr = 0x64; in smi_dvbsky_sit2_fe_attach() 652 client_info.platform_data = &si2168_config; in smi_dvbsky_sit2_fe_attach() 654 client_demod = smi_add_i2c_client(i2c, &client_info); in smi_dvbsky_sit2_fe_attach() 666 memset(&client_info, 0, sizeof(struct i2c_board_info)); in smi_dvbsky_sit2_fe_attach() 667 strlcpy(client_info.type, "si2157", I2C_NAME_SIZE); in smi_dvbsky_sit2_fe_attach() 668 client_info.addr = 0x60; in smi_dvbsky_sit2_fe_attach() 669 client_info.platform_data = &si2157_config; in smi_dvbsky_sit2_fe_attach() [all …]
|
/Linux-v4.19/drivers/scsi/ibmvscsi_tgt/ |
D | ibmvscsi_tgt.h | 88 struct client_info { struct 287 struct client_info client_data;
|
/Linux-v4.19/sound/core/seq/ |
D | seq_clientmgr.c | 1225 struct snd_seq_client_info *client_info = arg; in snd_seq_ioctl_get_client_info() local 1229 cptr = snd_seq_client_use_ptr(client_info->client); in snd_seq_ioctl_get_client_info() 1233 get_client_info(cptr, client_info); in snd_seq_ioctl_get_client_info() 1244 struct snd_seq_client_info *client_info = arg; in snd_seq_ioctl_set_client_info() local 1247 if (client->number != client_info->client) in snd_seq_ioctl_set_client_info() 1250 if (client->type != client_info->type) in snd_seq_ioctl_set_client_info() 1254 if (client_info->name[0]) in snd_seq_ioctl_set_client_info() 1255 strlcpy(client->name, client_info->name, sizeof(client->name)); in snd_seq_ioctl_set_client_info() 1257 client->filter = client_info->filter; in snd_seq_ioctl_set_client_info() 1258 client->event_lost = client_info->event_lost; in snd_seq_ioctl_set_client_info() [all …]
|