Home
last modified time | relevance | path

Searched refs:phys_port (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
Dioc3_serial.c1917 int ii, phys_port; in ioc3_serial_core_attach() local
1928 phys_port = GET_PHYSICAL_PORT(ii); in ioc3_serial_core_attach()
1929 the_port = &card_ptr->ic_port[phys_port]. in ioc3_serial_core_attach()
1931 port = card_ptr->ic_port[phys_port].icp_port; in ioc3_serial_core_attach()
1936 phys_port, ii)); in ioc3_serial_core_attach()
2017 int phys_port; in ioc3uart_probe() local
2041 for (phys_port = 0; phys_port < PORTS_PER_CARD; phys_port++) { in ioc3uart_probe()
2054 ports[phys_port] = port; in ioc3uart_probe()
2057 card_ptr->ic_port[phys_port].icp_port = port; in ioc3uart_probe()
2062 port->ip_hooks = &hooks_array[phys_port]; in ioc3uart_probe()
[all …]
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Deq.c148 int i, phys_port, slave_port; in mlx4_gen_slave_eqe() local
157 phys_port = 0; in mlx4_gen_slave_eqe()
160 phys_port = eqe->event.port_mgmt_change.port; in mlx4_gen_slave_eqe()
161 slave_port = mlx4_phys_to_slave_port(dev, i, phys_port); in mlx4_gen_slave_eqe()
169 if (phys_port) in mlx4_gen_slave_eqe()
170 eqe->event.port_mgmt_change.port = phys_port; in mlx4_gen_slave_eqe()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_vnic.c277 *port_id = nic_info.phys_port; in qlcnic_83xx_set_port_eswitch_status()
Dqlcnic_ctx.c880 npar_info->phys_port = le16_to_cpu(nic_info->phys_port); in qlcnic_82xx_get_nic_info()
919 nic_info->phys_port = cpu_to_le16(nic->phys_port); in qlcnic_82xx_set_nic_info()
Dqlcnic.h765 u8 phys_port; /* Physical id of port */ member
818 u8 phys_port; /* Physical id of port */ member
1197 __le16 phys_port; member
1236 u16 phys_port; member
Dqlcnic_sysfs.c761 np_cfg[pci_func].port_num = nic_info.phys_port; in qlcnic_sysfs_read_npar_config()
Dqlcnic_sriov_pf.c548 ahw->physical_port = (u8) nic_info.phys_port; in qlcnic_sriov_pf_init()
Dqlcnic_83xx_hw.c2388 cmd.req.arg[3] = nic->phys_port | (nic->switch_mode << 16); in qlcnic_83xx_set_nic_info()
2438 npar_info->phys_port = cmd.rsp.arg[3] & 0xFFFF; in qlcnic_83xx_get_nic_info()
Dqlcnic_83xx_init.c2282 ahw->physical_port = (u8) nic_info.phys_port; in qlcnic_83xx_get_nic_configuration()
Dqlcnic_sriov_common.c511 ahw->physical_port = (u8) nic_info.phys_port; in qlcnic_sriov_vf_init_driver()
Dqlcnic_main.c1316 adapter->ahw->physical_port = (u8)nic_info.phys_port; in qlcnic_initialize_nic()
/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_cmds.h705 u8 phys_port; member
1121 u32 phys_port; member
Dbe_mgmt.c368 phba->fw_config.phys_port = pfw_cfg->phys_port; in mgmt_get_fw_config()
1571 phba->fw_config.phys_port); in beiscsi_phys_port_disp()
Dbe_main.h401 unsigned int phys_port; member
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic.h866 u8 phys_port; /* Physical id of port */ member
919 u8 phys_port; /* Physical id of port */ member
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_cmds.h1141 u32 phys_port; member
Dbe_cmds.c2094 adapter->port_num = le32_to_cpu(resp->phys_port); in be_cmd_query_fw_cfg()