/Linux-v6.6/drivers/net/ethernet/netronome/nfp/flower/ |
D | cmsg.h | 611 u8 phys_port; member 676 static inline u32 nfp_flower_cmsg_phys_port(u8 phys_port) in nfp_flower_cmsg_phys_port() argument 678 return FIELD_PREP(NFP_FLOWER_CMSG_PORT_PHYS_PORT_NUM, phys_port) | in nfp_flower_cmsg_phys_port() 742 unsigned int phys_port);
|
D | cmsg.c | 64 unsigned int phys_port) in nfp_flower_cmsg_mac_repr_add() argument 72 msg->ports[idx].phys_port = phys_port; in nfp_flower_cmsg_mac_repr_add()
|
D | main.c | 516 unsigned int phys_port = eth_tbl->ports[i].index; in nfp_flower_spawn_phy_reprs() local 556 cmsg_port_id = nfp_flower_cmsg_phys_port(phys_port); in nfp_flower_spawn_phy_reprs() 569 phys_port); in nfp_flower_spawn_phy_reprs() 571 RCU_INIT_POINTER(reprs->reprs[phys_port], repr); in nfp_flower_spawn_phy_reprs() 573 phys_port, repr->name); in nfp_flower_spawn_phy_reprs()
|
/Linux-v6.6/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 417 (phba->fw_config.phys_port * 8) & 0xff; in beiscsi_process_async_sli() 419 (phba->fw_config.phys_port * 8) & 0xff; in beiscsi_process_async_sli() 1352 phba->fw_config.phys_port = pfw_cfg->phys_port; in beiscsi_get_fw_config() 1353 if (phba->fw_config.phys_port >= BEISCSI_PHYS_PORT_MAX) { in beiscsi_get_fw_config() 1356 phba->fw_config.phys_port); in beiscsi_get_fw_config() 1503 (phba->fw_config.phys_port * 8) & 0xff; in beiscsi_get_port_name()
|
D | be_main.h | 314 unsigned int phys_port; member
|
D | be_cmds.h | 1235 u32 phys_port; member
|
D | be_mgmt.c | 1281 phba->fw_config.phys_port); in beiscsi_phys_port_disp()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx4/ |
D | eq.c | 148 int i, phys_port, slave_port; in mlx4_gen_slave_eqe() local 168 phys_port = 0; in mlx4_gen_slave_eqe() 171 phys_port = eqe->event.port_mgmt_change.port; in mlx4_gen_slave_eqe() 172 slave_port = mlx4_phys_to_slave_port(dev, i, phys_port); in mlx4_gen_slave_eqe() 180 if (phys_port) in mlx4_gen_slave_eqe() 181 eqe->event.port_mgmt_change.port = phys_port; in mlx4_gen_slave_eqe()
|
/Linux-v6.6/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_83xx_vnic.c | 276 *port_id = nic_info.phys_port; in qlcnic_83xx_set_port_eswitch_status()
|
D | qlcnic_ctx.c | 887 npar_info->phys_port = le16_to_cpu(nic_info->phys_port); in qlcnic_82xx_get_nic_info() 926 nic_info->phys_port = cpu_to_le16(nic->phys_port); in qlcnic_82xx_set_nic_info()
|
D | qlcnic.h | 762 u8 phys_port; /* Physical id of port */ member 815 u8 phys_port; /* Physical id of port */ member 1189 __le16 phys_port; member 1228 u16 phys_port; member
|
D | qlcnic_sysfs.c | 759 np_cfg[pci_func].port_num = nic_info.phys_port; in qlcnic_sysfs_read_npar_config()
|
D | qlcnic_sriov_pf.c | 547 ahw->physical_port = (u8) nic_info.phys_port; in qlcnic_sriov_pf_init()
|
D | qlcnic_83xx_hw.c | 2394 cmd.req.arg[3] = nic->phys_port | (nic->switch_mode << 16); in qlcnic_83xx_set_nic_info() 2444 npar_info->phys_port = cmd.rsp.arg[3] & 0xFFFF; in qlcnic_83xx_get_nic_info()
|
D | qlcnic_83xx_init.c | 2260 ahw->physical_port = (u8) nic_info.phys_port; in qlcnic_83xx_get_nic_configuration()
|
D | qlcnic_sriov_common.c | 522 ahw->physical_port = (u8) nic_info.phys_port; in qlcnic_sriov_vf_init_driver()
|
D | qlcnic_main.c | 1293 adapter->ahw->physical_port = (u8)nic_info.phys_port; in qlcnic_initialize_nic()
|
/Linux-v6.6/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic.h | 850 u8 phys_port; /* Physical id of port */ member 903 u8 phys_port; /* Physical id of port */ member
|
/Linux-v6.6/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 516 struct fcoe_port *port, *phys_port; in bnx2fc_recv_frame() local 560 phys_port = lport_priv(lport); in bnx2fc_recv_frame() 561 interface = phys_port->priv; in bnx2fc_recv_frame()
|
/Linux-v6.6/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.h | 1186 u32 phys_port; member
|
D | be_cmds.c | 2136 adapter->port_num = le32_to_cpu(resp->phys_port); in be_cmd_query_fw_cfg()
|