Searched refs:phys_port_id (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.h154 u64 phys_port_id; member in struct:mlx4_func_cap
H A Den_netdev.c2638 u64 phys_port_id = mdev->caps.phys_port_id[priv->port]; local
2640 if (!phys_port_id)
2643 ppid->id_len = sizeof(phys_port_id);
2645 ppid->id[i] = phys_port_id & 0xff;
2646 phys_port_id >>= 8;
H A Dfw.c435 MLX4_PUT(outbox->buf, dev->caps.phys_port_id[vhcr->in_modifier],
705 MLX4_GET(func_cap->phys_port_id, outbox,
2669 dev->caps.phys_port_id[port] = (u64)guid_lo |
H A Dmain.c888 caps->phys_port_id[i] = func_cap->phys_port_id;
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.c344 memcpy(bp->phys_port_id, phys_port_resp->id, ETH_ALEN);
1228 memcpy(port_id->id, bp->phys_port_id, ETH_ALEN);
H A Dbnx2x.h1831 u8 phys_port_id[ETH_ALEN]; member in struct:bnx2x
H A Dbnx2x_main.c11873 bnx2x_set_mac_buf(bp->phys_port_id, val, val2);
12850 ppid->id_len = sizeof(bp->phys_port_id);
12851 memcpy(ppid->id, bp->phys_port_id, ppid->id_len);
/linux-master/include/linux/mlx4/
H A Ddevice.h623 u64 phys_port_id[MLX4_MAX_PORTS + 1]; member in struct:mlx4_caps
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c762 memcpy(adapter->ahw->phys_port_id, mac, ETH_ALEN);
H A Dqlcnic_main.c465 ppid->id_len = sizeof(ahw->phys_port_id);
466 memcpy(ppid->id, ahw->phys_port_id, ppid->id_len);
H A Dqlcnic.h536 u8 phys_port_id[ETH_ALEN]; member in struct:qlcnic_hardware_context
/linux-master/net/core/
H A Dnet-sysfs.c541 static DEVICE_ATTR_RO(phys_port_id);

Completed in 280 milliseconds