Searched refs:phys_port_id (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx4/ |
D | fw.h | 154 u64 phys_port_id; member
|
D | en_netdev.c | 2636 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()
|
D | fw.c | 435 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()
|
D | main.c | 888 caps->phys_port_id[i] = func_cap->phys_port_id; in mlx4_slave_special_qp_cap()
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-class-net | 256 What: /sys/class/net/<iface>/phys_port_id
|
/linux-6.6.21/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_vfpf.c | 344 memcpy(bp->phys_port_id, phys_port_resp->id, ETH_ALEN); in bnx2x_vfpf_acquire() 1228 memcpy(port_id->id, bp->phys_port_id, ETH_ALEN); in bnx2x_vf_mbx_resp_phys_port()
|
D | bnx2x.h | 1831 u8 phys_port_id[ETH_ALEN]; member
|
D | bnx2x_main.c | 11873 bnx2x_set_mac_buf(bp->phys_port_id, val, val2); in bnx2x_get_mac_hwinfo() 12850 ppid->id_len = sizeof(bp->phys_port_id); in bnx2x_get_phys_port_id() 12851 memcpy(ppid->id, bp->phys_port_id, ppid->id_len); in bnx2x_get_phys_port_id()
|
/linux-6.6.21/include/linux/mlx4/ |
D | device.h | 623 u64 phys_port_id[MLX4_MAX_PORTS + 1]; member
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_hw.c | 762 memcpy(adapter->ahw->phys_port_id, mac, ETH_ALEN); in qlcnic_82xx_read_phys_port_id()
|
D | qlcnic_main.c | 465 ppid->id_len = sizeof(ahw->phys_port_id); in qlcnic_get_phys_port_id() 466 memcpy(ppid->id, ahw->phys_port_id, ppid->id_len); in qlcnic_get_phys_port_id()
|
D | qlcnic.h | 536 u8 phys_port_id[ETH_ALEN]; member
|
/linux-6.6.21/net/core/ |
D | net-sysfs.c | 524 static DEVICE_ATTR_RO(phys_port_id);
|