Home
last modified time | relevance | path

Searched refs:addr_lnid (Results 1 – 3 of 3) sorted by relevance

/linux/arch/s390/include/asm/
H A Dchsc.h31 struct { u8 mac[6]; u16 lnid; } addr_lnid; member
/linux/drivers/s390/net/
H A Dqeth_l2_main.c630 struct mac_addr_lnid *addr_lnid) in qeth_l2_dev2br_fdb_notify() argument
635 ether_addr_copy(ntfy_mac, addr_lnid->mac); in qeth_l2_dev2br_fdb_notify()
673 if (entry->addr_lnid.lnid < VLAN_N_VID) in qeth_l2_dev2br_an_set_cb()
677 (struct mac_addr_lnid *)&entry->addr_lnid); in qeth_l2_dev2br_an_set_cb()
1251 struct mac_addr_lnid *addr_lnid) in qeth_bridge_emit_host_event() argument
1265 addr_lnid->lnid); in qeth_bridge_emit_host_event()
1270 addr_lnid->mac); in qeth_bridge_emit_host_event()
1440 &entry->addr_lnid); in qeth_l2_dev2br_worker()
1493 &entry->addr_lnid); in qeth_addr_change_event_worker()
1833 if (entry->addr_lnid.lnid < VLAN_N_VID) in qeth_bridgeport_an_set_cb()
[all …]
H A Dqeth_core_mpc.h772 struct mac_addr_lnid addr_lnid; member