Home
last modified time | relevance | path

Searched refs:phys_port_id (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/
A Dfw.h154 u64 phys_port_id; member
A Den_netdev.c2636 u64 phys_port_id = mdev->caps.phys_port_id[priv->port]; in mlx4_en_get_phys_port_id() local
2638 if (!phys_port_id) in mlx4_en_get_phys_port_id()
2641 ppid->id_len = sizeof(phys_port_id); in mlx4_en_get_phys_port_id()
2643 ppid->id[i] = phys_port_id & 0xff; in mlx4_en_get_phys_port_id()
2644 phys_port_id >>= 8; in mlx4_en_get_phys_port_id()
A Dfw.c435 MLX4_PUT(outbox->buf, dev->caps.phys_port_id[vhcr->in_modifier], in mlx4_QUERY_FUNC_CAP_wrapper()
705 MLX4_GET(func_cap->phys_port_id, outbox, in mlx4_QUERY_FUNC_CAP()
2669 dev->caps.phys_port_id[port] = (u64)guid_lo | in mlx4_get_phys_port_id()
A Dmain.c889 caps->phys_port_id[i] = func_cap->phys_port_id; in mlx4_slave_special_qp_cap()
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-class-net256 What: /sys/class/net/<iface>/phys_port_id
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_vfpf.c344 memcpy(bp->phys_port_id, phys_port_resp->id, ETH_ALEN); in bnx2x_vfpf_acquire()
1225 memcpy(port_id->id, bp->phys_port_id, ETH_ALEN); in bnx2x_vf_mbx_resp_phys_port()
A Dbnx2x.h1830 u8 phys_port_id[ETH_ALEN]; member
A Dbnx2x_main.c11871 bnx2x_set_mac_buf(bp->phys_port_id, val, val2); in bnx2x_get_mac_hwinfo()
12848 ppid->id_len = sizeof(bp->phys_port_id); in bnx2x_get_phys_port_id()
12849 memcpy(ppid->id, bp->phys_port_id, ppid->id_len); in bnx2x_get_phys_port_id()
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_hw.c762 memcpy(adapter->ahw->phys_port_id, mac, ETH_ALEN); in qlcnic_82xx_read_phys_port_id()
A Dqlcnic_main.c466 ppid->id_len = sizeof(ahw->phys_port_id); in qlcnic_get_phys_port_id()
467 memcpy(ppid->id, ahw->phys_port_id, ppid->id_len); in qlcnic_get_phys_port_id()
A Dqlcnic.h536 u8 phys_port_id[ETH_ALEN]; member
/linux-6.3-rc2/include/linux/mlx4/
A Ddevice.h622 u64 phys_port_id[MLX4_MAX_PORTS + 1]; member
/linux-6.3-rc2/net/core/
A Dnet-sysfs.c523 static DEVICE_ATTR_RO(phys_port_id);

Completed in 105 milliseconds