Searched refs:phys_port_id (Results 1 – 10 of 10) sorted by relevance
/drivers/net/ethernet/mellanox/mlx4/ |
D | fw.h | 152 u64 phys_port_id; member
|
D | en_netdev.c | 2629 u64 phys_port_id = mdev->caps.phys_port_id[priv->port]; in mlx4_en_get_phys_port_id() local 2631 if (!phys_port_id) in mlx4_en_get_phys_port_id() 2634 ppid->id_len = sizeof(phys_port_id); in mlx4_en_get_phys_port_id() 2636 ppid->id[i] = phys_port_id & 0xff; in mlx4_en_get_phys_port_id() 2637 phys_port_id >>= 8; in mlx4_en_get_phys_port_id()
|
D | fw.c | 432 MLX4_PUT(outbox->buf, dev->caps.phys_port_id[vhcr->in_modifier], in mlx4_QUERY_FUNC_CAP_wrapper() 702 MLX4_GET(func_cap->phys_port_id, outbox, in mlx4_QUERY_FUNC_CAP() 2647 dev->caps.phys_port_id[port] = (u64)guid_lo | in mlx4_get_phys_port_id()
|
D | main.c | 853 caps->phys_port_id[i] = func_cap->phys_port_id; in mlx4_slave_special_qp_cap()
|
/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() 1227 memcpy(port_id->id, bp->phys_port_id, ETH_ALEN); in bnx2x_vf_mbx_resp_phys_port()
|
D | bnx2x.h | 1826 u8 phys_port_id[ETH_ALEN]; member
|
D | bnx2x_main.c | 11946 bnx2x_set_mac_buf(bp->phys_port_id, val, val2); in bnx2x_get_mac_hwinfo() 12996 ppid->id_len = sizeof(bp->phys_port_id); in bnx2x_get_phys_port_id() 12997 memcpy(ppid->id, bp->phys_port_id, ppid->id_len); in bnx2x_get_phys_port_id()
|
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_hw.c | 774 memcpy(adapter->ahw->phys_port_id, mac, ETH_ALEN); in qlcnic_82xx_read_phys_port_id()
|
D | qlcnic_main.c | 470 ppid->id_len = sizeof(ahw->phys_port_id); in qlcnic_get_phys_port_id() 471 memcpy(ppid->id, ahw->phys_port_id, ppid->id_len); in qlcnic_get_phys_port_id()
|
D | qlcnic.h | 537 u8 phys_port_id[ETH_ALEN]; member
|