Searched refs:switch_id (Results 1 – 2 of 2) sorted by relevance
/net/dsa/ |
D | tag_sja1105.c | 32 u64 switch_id; member 54 packing(buf + 7, &meta->switch_id, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack() 240 int source_port, switch_id; in sja1105_rcv() local 260 switch_id = dsa_8021q_rx_switch_id(vid); in sja1105_rcv() 268 switch_id = hdr->h_dest[4]; in sja1105_rcv() 275 switch_id = meta.switch_id; in sja1105_rcv() 280 skb->dev = dsa_master_find_slave(netdev, switch_id, source_port); in sja1105_rcv()
|
/net/core/ |
D | devlink.c | 6442 const unsigned char *switch_id, in __devlink_port_attrs_set() argument 6451 if (switch_id) { in __devlink_port_attrs_set() 6455 memcpy(attrs->switch_id.id, switch_id, switch_id_len); in __devlink_port_attrs_set() 6456 attrs->switch_id.id_len = switch_id_len; in __devlink_port_attrs_set() 6481 const unsigned char *switch_id, in devlink_port_attrs_set() argument 6488 switch_id, switch_id_len); in devlink_port_attrs_set() 6507 const unsigned char *switch_id, in devlink_port_attrs_pci_pf_set() argument 6515 switch_id, switch_id_len); in devlink_port_attrs_pci_pf_set() 6534 const unsigned char *switch_id, in devlink_port_attrs_pci_vf_set() argument 6543 switch_id, switch_id_len); in devlink_port_attrs_pci_vf_set() [all …]
|