Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/netronome/nfp/flower/
Dcmsg.h611 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);
Dcmsg.c64 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()
Dmain.c516 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/
Dbe_cmds.c417 (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()
Dbe_main.h314 unsigned int phys_port; member
Dbe_cmds.h1235 u32 phys_port; member
Dbe_mgmt.c1281 phba->fw_config.phys_port); in beiscsi_phys_port_disp()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx4/
Deq.c148 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/
Dqlcnic_83xx_vnic.c276 *port_id = nic_info.phys_port; in qlcnic_83xx_set_port_eswitch_status()
Dqlcnic_ctx.c887 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()
Dqlcnic.h762 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
Dqlcnic_sysfs.c759 np_cfg[pci_func].port_num = nic_info.phys_port; in qlcnic_sysfs_read_npar_config()
Dqlcnic_sriov_pf.c547 ahw->physical_port = (u8) nic_info.phys_port; in qlcnic_sriov_pf_init()
Dqlcnic_83xx_hw.c2394 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()
Dqlcnic_83xx_init.c2260 ahw->physical_port = (u8) nic_info.phys_port; in qlcnic_83xx_get_nic_configuration()
Dqlcnic_sriov_common.c522 ahw->physical_port = (u8) nic_info.phys_port; in qlcnic_sriov_vf_init_driver()
Dqlcnic_main.c1293 adapter->ahw->physical_port = (u8)nic_info.phys_port; in qlcnic_initialize_nic()
/Linux-v6.6/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic.h850 u8 phys_port; /* Physical id of port */ member
903 u8 phys_port; /* Physical id of port */ member
/Linux-v6.6/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c516 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/
Dbe_cmds.h1186 u32 phys_port; member
Dbe_cmds.c2136 adapter->port_num = le32_to_cpu(resp->phys_port); in be_cmd_query_fw_cfg()