Lines Matching defs:source
18 of the GPL, in source form. The source is located at the end of the file.
394 For copyright information and source see the end of this file. */
933 memcpy(&skbp[ETH_ALEN], header->addr2, ETH_ALEN); /* source address */
970 u8 source[ETH_ALEN];
974 memcpy(source, header->addr3, ETH_ALEN);
976 memcpy(source, header->addr2, ETH_ALEN);
994 memcpy(priv->frag_source, source, ETH_ALEN);
995 memcpy(&priv->rx_buf[ETH_ALEN], source, ETH_ALEN);
1012 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] */