Searched refs:second_dest (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/alpha/lib/
H A Dcsum_partial_copy.c205 unsigned long second_dest; csum_partial_cfu_src_aligned() local
212 insql(word, doff, second_dest); csum_partial_cfu_src_aligned()
214 stq_u(partial_dest | second_dest, dst); csum_partial_cfu_src_aligned()
228 insql(word, doff, second_dest); csum_partial_cfu_src_aligned()
231 partial_dest |= second_dest; csum_partial_cfu_src_aligned()
240 ldq_u(second_dest, dst); csum_partial_cfu_src_aligned()
241 mskqh(second_dest, doff, second_dest); csum_partial_cfu_src_aligned()
242 stq_u(partial_dest | second_dest, dst); csum_partial_cfu_src_aligned()
271 unsigned long second_dest; csum_partial_cfu_unaligned() local
281 insql(word, doff, second_dest); csum_partial_cfu_unaligned()
283 stq_u(partial_dest | second_dest, dst); csum_partial_cfu_unaligned()
292 unsigned long second_dest; csum_partial_cfu_unaligned() local
301 insql(word, doff, second_dest); csum_partial_cfu_unaligned()
303 stq_u(partial_dest | second_dest, dst); csum_partial_cfu_unaligned()
305 ldq_u(second_dest, dst+1); csum_partial_cfu_unaligned()
307 mskqh(second_dest, len, second_dest); csum_partial_cfu_unaligned()
308 stq_u(partial_dest | second_dest, dst+1); csum_partial_cfu_unaligned()
313 unsigned long second_dest; csum_partial_cfu_unaligned() local
319 ldq_u(second_dest, dst); csum_partial_cfu_unaligned()
322 mskqh(second_dest, len, second_dest); csum_partial_cfu_unaligned()
325 stq_u(partial_dest | word | second_dest, dst); csum_partial_cfu_unaligned()
/linux-4.1.27/net/batman-adv/
H A Dnetwork-coding.c1024 uint8_t *first_source, *first_dest, *second_source, *second_dest; batadv_nc_code_packets() local
1069 second_dest = neigh_node->addr; batadv_nc_code_packets()
1080 second_dest = nc_packet->nc_path->next_hop; batadv_nc_code_packets()
1122 ether_addr_copy(coded_packet->second_dest, second_dest); batadv_nc_code_packets()
1642 if (batadv_is_my_mac(bat_priv, coded_packet_tmp.second_dest)) { batadv_nc_skb_decode_packet()
1647 ether_addr_copy(ethhdr->h_dest, coded_packet_tmp.second_dest); batadv_nc_skb_decode_packet()
1716 if (!batadv_is_my_mac(bat_priv, coded->second_dest)) { batadv_nc_find_decoding_packet()
1784 !batadv_is_my_mac(bat_priv, coded_packet->second_dest)) batadv_nc_recv_coded_packet()
1788 if (batadv_is_my_mac(bat_priv, coded_packet->second_dest)) batadv_nc_recv_coded_packet()
H A Dpacket.h420 * @second_dest: second receiver of this coded packet
438 uint8_t second_dest[ETH_ALEN]; member in struct:batadv_coded_packet

Completed in 125 milliseconds