Lines Matching defs:mac
681 const unsigned char *mac;
718 /* Set the mac.raw pointer, since this apparently isn't getting
719 * done before we get the skb. Pull the data pointer past the mac data.
752 mac = skb_mac_header(skb);
755 (mac[0] << 8) |
756 (mac[1] << 0));
757 pTrans->TransactionDetails[1] = cpu_to_le32((mac[2] << 24) |
758 (mac[3] << 16) |
759 (mac[4] << 8) |
760 (mac[5] << 0));