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

/linux-master/arch/s390/include/asm/
H A Dchsc.h24 * @addr_lnid: network address and logical network id (VLAN ID)
28 struct { u8 mac[6]; u16 lnid; } addr_lnid; member in struct:chsc_pnso_naid_l2
/linux-master/drivers/s390/net/
H A Dqeth_l2_main.c625 * @addr_lnid: structure with MAC address and VLAN ID of the target
629 struct mac_addr_lnid *addr_lnid)
634 ether_addr_copy(ntfy_mac, addr_lnid->mac);
672 if (entry->addr_lnid.lnid < VLAN_N_VID)
676 (struct mac_addr_lnid *)&entry->addr_lnid);
1235 * and reset token and addr_lnid are unused and may be NULL.
1240 * @addr_lnid: pointer to structure with MAC address and VLAN ID.
1250 struct mac_addr_lnid *addr_lnid)
1264 addr_lnid->lnid);
1269 addr_lnid
627 qeth_l2_dev2br_fdb_notify(struct qeth_card *card, u8 code, struct net_if_token *token, struct mac_addr_lnid *addr_lnid) argument
1246 qeth_bridge_emit_host_event(struct qeth_card *card, enum qeth_an_event_type evtype, u8 code, struct net_if_token *token, struct mac_addr_lnid *addr_lnid) argument
[all...]
H A Dqeth_core_mpc.h777 struct mac_addr_lnid addr_lnid; member in struct:qeth_ipacmd_addr_change_entry

Completed in 186 milliseconds