Lines Matching refs:mac

724 		"OBT=%d, PASS_BLOCKED=%d, REPRIO_EN=%d, PRIO=%d\n", entry->mac,  in __hellcreek_fdb_add()
729 hellcreek_write(hellcreek, entry->mac[1] | (entry->mac[0] << 8), HR_FDBWDH); in __hellcreek_fdb_add()
730 hellcreek_write(hellcreek, entry->mac[3] | (entry->mac[2] << 8), HR_FDBWDM); in __hellcreek_fdb_add()
731 hellcreek_write(hellcreek, entry->mac[5] | (entry->mac[4] << 8), HR_FDBWDL); in __hellcreek_fdb_add()
755 dev_dbg(hellcreek->dev, "Delete FDB entry: MAC=%pM!\n", entry->mac); in __hellcreek_fdb_del()
769 u16 meta, mac; in hellcreek_populate_fdb_entry() local
773 mac = hellcreek_read(hellcreek, HR_FDBRDL); in hellcreek_populate_fdb_entry()
774 addr[5] = mac & 0xff; in hellcreek_populate_fdb_entry()
775 addr[4] = (mac & 0xff00) >> 8; in hellcreek_populate_fdb_entry()
776 mac = hellcreek_read(hellcreek, HR_FDBRDM); in hellcreek_populate_fdb_entry()
777 addr[3] = mac & 0xff; in hellcreek_populate_fdb_entry()
778 addr[2] = (mac & 0xff00) >> 8; in hellcreek_populate_fdb_entry()
779 mac = hellcreek_read(hellcreek, HR_FDBRDH); in hellcreek_populate_fdb_entry()
780 addr[1] = mac & 0xff; in hellcreek_populate_fdb_entry()
781 addr[0] = (mac & 0xff00) >> 8; in hellcreek_populate_fdb_entry()
784 memcpy(entry->mac, addr, sizeof(addr)); in hellcreek_populate_fdb_entry()
827 if (memcmp(tmp.mac, dest, ETH_ALEN)) in hellcreek_fdb_get()
854 memcpy(entry.mac, addr, sizeof(entry.mac)); in hellcreek_fdb_add()
956 if (is_zero_ether_addr(entry.mac)) in hellcreek_fdb_dump()
963 ret = cb(entry.mac, 0, entry.is_static, data); in hellcreek_fdb_dump()
1070 .mac = { 0x01, 0x1b, 0x19, 0x00, 0x00, 0x00 }, in hellcreek_setup_fdb()
1081 .mac = { 0x01, 0x00, 0x5e, 0x00, 0x01, 0x81 }, in hellcreek_setup_fdb()
1092 .mac = { 0x33, 0x33, 0x00, 0x00, 0x01, 0x81 }, in hellcreek_setup_fdb()
1103 .mac = { 0x01, 0x80, 0xc2, 0x00, 0x00, 0x0e }, in hellcreek_setup_fdb()
1114 .mac = { 0x01, 0x00, 0x5e, 0x00, 0x00, 0x6b }, in hellcreek_setup_fdb()
1125 .mac = { 0x33, 0x33, 0x00, 0x00, 0x00, 0x6b }, in hellcreek_setup_fdb()
1136 .mac = { 0x01, 0x80, 0xc2, 0x00, 0x00, 0x00 }, in hellcreek_setup_fdb()