Home
last modified time | relevance | path

Searched refs:dest_ip (Results 1 – 14 of 14) sorted by relevance

/drivers/infiniband/hw/mana/
A Dah.c38 copy_in_reverse(ah->av->dest_ip, grh->dgid.raw, 16); in mana_ib_create_ah()
41 ah->av->dest_ip[10] = 0xFF; in mana_ib_create_ah()
42 ah->av->dest_ip[11] = 0xFF; in mana_ib_create_ah()
43 copy_in_reverse(&ah->av->dest_ip[12], &grh->dgid.raw[12], 4); in mana_ib_create_ah()
A Dmana_ib.h108 u8 dest_ip[16]; member
/drivers/net/ethernet/airoha/
A Dairoha_ppe_debugfs.c96 dest_addr = &hwe->ipv4.orig_tuple.dest_ip; in airoha_ppe_debugfs_foe_show()
105 dest_addr = &hwe->ipv6.dest_ip; in airoha_ppe_debugfs_foe_show()
126 dest_addr = &hwe->ipv4.new_tuple.dest_ip; in airoha_ppe_debugfs_foe_show()
A Dairoha_ppe.c350 t->dest_ip = be32_to_cpu(data->v4.dst_addr); in airoha_ppe_foe_entry_set_ipv4_tuple()
375 dest = hwe->ipv6.dest_ip; in airoha_ppe_foe_entry_set_ipv6_tuple()
397 hv2 = hwe->ipv4.orig_tuple.dest_ip; in airoha_ppe_foe_get_entry_hash()
402 hv1 = hwe->ipv6.src_ip[3] ^ hwe->ipv6.dest_ip[3]; in airoha_ppe_foe_get_entry_hash()
405 hv2 = hwe->ipv6.src_ip[2] ^ hwe->ipv6.dest_ip[2]; in airoha_ppe_foe_get_entry_hash()
406 hv2 ^= hwe->ipv6.dest_ip[0]; in airoha_ppe_foe_get_entry_hash()
408 hv3 = hwe->ipv6.src_ip[1] ^ hwe->ipv6.dest_ip[1]; in airoha_ppe_foe_get_entry_hash()
A Dairoha_eth.h333 u32 dest_ip; member
378 u32 dest_ip[4]; member
/drivers/net/ethernet/mediatek/
A Dmtk_ppe_debugfs.c115 ai.dest = &entry->ipv4.orig.dest_ip; in mtk_ppe_debugfs_foe_show()
124 ai.dest = &entry->ipv6.dest_ip; in mtk_ppe_debugfs_foe_show()
140 ai.dest = &entry->ipv4.new.dest_ip; in mtk_ppe_debugfs_foe_show()
A Dmtk_ppe.h144 u32 dest_ip; member
191 u32 dest_ip[4]; member
215 u32 dest_ip[4]; member
A Dmtk_ppe.c153 hv2 = e->ipv4.orig.dest_ip; in mtk_ppe_hash_entry()
158 hv1 = e->ipv6.src_ip[3] ^ e->ipv6.dest_ip[3]; in mtk_ppe_hash_entry()
161 hv2 = e->ipv6.src_ip[2] ^ e->ipv6.dest_ip[2]; in mtk_ppe_hash_entry()
162 hv2 ^= e->ipv6.dest_ip[0]; in mtk_ppe_hash_entry()
164 hv3 = e->ipv6.src_ip[1] ^ e->ipv6.dest_ip[1]; in mtk_ppe_hash_entry()
326 t->dest_ip = be32_to_cpu(dest_addr); in mtk_foe_entry_set_ipv4_tuple()
357 dest = entry->ipv6.dest_ip; in mtk_foe_entry_set_ipv6_tuple()
/drivers/infiniband/hw/irdma/
A Dhw.c2488 info->dest_ip[0] = cminfo->loc_addr[0]; in irdma_manage_qhash()
2489 info->dest_ip[1] = cminfo->loc_addr[1]; in irdma_manage_qhash()
2490 info->dest_ip[2] = cminfo->loc_addr[2]; in irdma_manage_qhash()
2491 info->dest_ip[3] = cminfo->loc_addr[3]; in irdma_manage_qhash()
2514 info->src_port, info->dest_ip, info->src_ip, in irdma_manage_qhash()
2522 info->src_port, info->dest_ip, info->src_ip, in irdma_manage_qhash()
A Dmain.h225 u32 dest_ip[4]; member
A Dctrl.c320 FIELD_PREP(IRDMA_CQPSQ_QHASH_ADDR3, info->dest_ip[0])); in irdma_sc_manage_qhash_table_entry()
323 FIELD_PREP(IRDMA_CQPSQ_QHASH_ADDR0, info->dest_ip[0]) | in irdma_sc_manage_qhash_table_entry()
324 FIELD_PREP(IRDMA_CQPSQ_QHASH_ADDR1, info->dest_ip[1])); in irdma_sc_manage_qhash_table_entry()
327 FIELD_PREP(IRDMA_CQPSQ_QHASH_ADDR2, info->dest_ip[2]) | in irdma_sc_manage_qhash_table_entry()
328 FIELD_PREP(IRDMA_CQPSQ_QHASH_ADDR3, info->dest_ip[3])); in irdma_sc_manage_qhash_table_entry()
A Dtype.h1119 u32 dest_ip[4]; member
A Dverbs.c4117 if (!memcmp(mc_qht_el->mc_info.dest_ip, ip_mcast, in mcast_list_lookup_ip()
4118 sizeof(mc_qht_el->mc_info.dest_ip))) in mcast_list_lookup_ip()
4244 memcpy(mc_qht_elem->mc_info.dest_ip, ip_addr, in irdma_attach_mcast()
4245 sizeof(mc_qht_elem->mc_info.dest_ip)); in irdma_attach_mcast()
/drivers/net/bonding/
A Dbond_main.c3096 static void bond_arp_send(struct slave *slave, int arp_op, __be32 dest_ip, in bond_arp_send() argument
3104 arp_op, &dest_ip, &src_ip); in bond_arp_send()
3106 skb = arp_create(arp_op, ETH_P_ARP, dest_ip, slave_dev, src_ip, in bond_arp_send()

Completed in 82 milliseconds