Lines Matching defs:source
18 of the GPL, in source form. The source is located at the end of the file.
393 For copyright information and source see the end of this file. */
932 memcpy(&skbp[ETH_ALEN], header->addr2, ETH_ALEN); /* source address */
969 u8 source[ETH_ALEN];
973 memcpy(source, header->addr3, ETH_ALEN);
975 memcpy(source, header->addr2, ETH_ALEN);
993 memcpy(priv->frag_source, source, ETH_ALEN);
994 memcpy(&priv->rx_buf[ETH_ALEN], source, ETH_ALEN);
1011 memcmp(priv->frag_source, source, ETH_ALEN) == 0) {
4224 /* There follows the source form of the MAC address reading firmware */
4460 strb r2, [r1, #1] /* save low byte of source address in NVRAM_SCRATCH[1] */