/linux-6.3-rc2/drivers/thunderbolt/ |
A D | icm.c | 594 u8 phy_port; in icm_fr_disconnect_xdomain_paths() local 597 phy_port = tb_phy_port_from_link(xd->link); in icm_fr_disconnect_xdomain_paths() 598 if (phy_port == 0) in icm_fr_disconnect_xdomain_paths() 756 u8 phy_port, sw_phy_port; in icm_fr_device_connected() local 760 phy_port = tb_phy_port_from_link(link); in icm_fr_device_connected() 770 if (sw->depth == depth && sw_phy_port == phy_port && in icm_fr_device_connected() 926 u8 xd_phy_port, phy_port; in icm_fr_xdomain_connected() local 929 phy_port = phy_port_from_route(route, depth); in icm_fr_xdomain_connected() 931 if (xd->depth == depth && xd_phy_port == phy_port) { in icm_fr_xdomain_connected() 1843 static int icm_reset_phy_port(struct tb *tb, int phy_port) in icm_reset_phy_port() argument [all …]
|
A D | tb.c | 976 int phy_port = tb_phy_port_from_link(port->port); in tb_find_pcie_down() local 985 index = !phy_port ? 6 : 7; in tb_find_pcie_down() 987 index = !phy_port ? 6 : 8; in tb_find_pcie_down() 989 index = !phy_port ? 8 : 9; in tb_find_pcie_down()
|
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qlcnic/ |
A D | qlcnic_ctx.c | 1209 if (adapter->npars[i].phy_port != eswitch) in qlcnic_get_eswitch_stats() 1335 arg1 = (adapter->npars[index].phy_port & BIT_0); in qlcnic_config_switch_port() 1405 u8 phy_port; in qlcnic_get_eswitch_port_config() local 1411 phy_port = adapter->npars[index].phy_port; in qlcnic_get_eswitch_port_config() 1413 phy_port = adapter->ahw->physical_port; in qlcnic_get_eswitch_port_config() 1415 arg1 = phy_port; in qlcnic_get_eswitch_port_config()
|
A D | qlcnic_83xx_hw.h | 175 u8 phy_port; member 182 u8 phy_port;
|
A D | qlcnic_83xx_vnic.c | 112 npar->phy_port, npar->min_bw, npar->max_bw, in qlcnic_83xx_init_mgmt_vnic()
|
A D | qlcnic_sysfs.c | 388 s_esw_id = adapter->npars[src_index].phy_port; in validate_pm_config() 389 d_esw_id = adapter->npars[dest_index].phy_port; in validate_pm_config() 428 id = adapter->npars[index].phy_port; in qlcnic_sysfs_write_pm_config() 440 id = adapter->npars[index].phy_port; in qlcnic_sysfs_write_pm_config()
|
A D | qlcnic.h | 1292 u8 phy_port; member
|
A D | qlcnic_main.c | 1044 adapter->npars[j].phy_port = (u8)pci_info[i].default_port; in qlcnic_init_pci_info()
|
/linux-6.3-rc2/drivers/infiniband/hw/hns/ |
A D | hns_roce_main.c | 47 u8 phy_port; in hns_roce_set_mac() local 59 phy_port = hr_dev->iboe.phy_port[port]; in hns_roce_set_mac() 60 return hr_dev->hw->set_mac(hr_dev, phy_port, addr); in hns_roce_set_mac()
|
A D | hns_roce_device.h | 597 u8 phy_port; member 632 u8 phy_port[HNS_ROCE_MAX_PORTS]; member 855 int (*set_mac)(struct hns_roce_dev *hr_dev, u8 phy_port,
|
A D | hns_roce_qp.c | 1210 hr_qp->phy_port = hr_dev->iboe.phy_port[hr_qp->port]; in hns_roce_create_qp()
|
A D | hns_roce_hw_v2.c | 3262 static int hns_roce_v2_set_mac(struct hns_roce_dev *hr_dev, u8 phy_port, in hns_roce_v2_set_mac() argument 3276 hr_reg_write(smac_tb, CFG_SMAC_TB_IDX, phy_port); in hns_roce_v2_set_mac() 5233 hr_qp->phy_port = hr_dev->iboe.phy_port[hr_qp->port]; in hns_roce_v2_record_opt_fields() 6778 hr_dev->iboe.phy_port[0] = 0; in hns_roce_hw_v2_get_cfg()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A D | ice_ptp_hw.c | 167 int phy_port, phy, quadtype; in ice_fill_phy_msg_e822() local 169 phy_port = port % ICE_PORTS_PER_PHY; in ice_fill_phy_msg_e822() 174 msg->msg_addr_low = P_Q0_L(P_0_BASE + offset, phy_port); in ice_fill_phy_msg_e822() 175 msg->msg_addr_high = P_Q0_H(P_0_BASE + offset, phy_port); in ice_fill_phy_msg_e822() 177 msg->msg_addr_low = P_Q1_L(P_4_BASE + offset, phy_port); in ice_fill_phy_msg_e822() 178 msg->msg_addr_high = P_Q1_H(P_4_BASE + offset, phy_port); in ice_fill_phy_msg_e822()
|
/linux-6.3-rc2/drivers/scsi/be2iscsi/ |
A D | be_mgmt.h | 97 u8 phy_port; member
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/ |
A D | bnx2.c | 1891 if (bp->phy_port == PORT_TP) in bnx2_set_default_remote_link() 2038 old_port = bp->phy_port; in bnx2_remote_phy_event() 2040 bp->phy_port = PORT_FIBRE; in bnx2_remote_phy_event() 2042 bp->phy_port = PORT_TP; in bnx2_remote_phy_event() 2044 if (old_port != bp->phy_port) in bnx2_remote_phy_event() 4733 bp->phy_port = PORT_FIBRE; in bnx2_init_fw_cap() 4735 bp->phy_port = PORT_TP; in bnx2_init_fw_cap() 4869 old_port = bp->phy_port; in bnx2_reset_chip() 4872 old_port != bp->phy_port) in bnx2_reset_chip() 8363 bp->phy_port = PORT_TP; in bnx2_init_board() [all …]
|
A D | bnx2.h | 6946 u8 phy_port; member
|
/linux-6.3-rc2/drivers/net/thunderbolt/ |
A D | main.c | 1271 u8 phy_port; in tbnet_generate_mac() local 1274 phy_port = tb_phy_port_from_link(TBNET_L0_PORT_NUM(xd->route)); in tbnet_generate_mac() 1277 addr[0] = phy_port << 4 | 0x02; in tbnet_generate_mac()
|
/linux-6.3-rc2/drivers/net/ethernet/sun/ |
A D | niu.c | 8570 int dev_id_1, int dev_id_2, u8 phy_port, int type) in phy_record() argument 8593 phy_port); in phy_record() 8601 p->phy_port[type][idx] = phy_port; in phy_record() 8611 if (p->phy_port[PHY_TYPE_PMA_PMD][i] == port) in port_has_10g() 8615 if (p->phy_port[PHY_TYPE_PCS][i] == port) in port_has_10g() 8643 *lowest = p->phy_port[PHY_TYPE_MII][0]; in count_1g_ports()
|
A D | niu.h | 3040 u8 phy_port[PHY_TYPE_MAX][NIU_MAX_PORTS]; member
|
/linux-6.3-rc2/drivers/infiniband/hw/ocrdma/ |
A D | ocrdma_sli.h | 661 u32 phy_port; member
|
/linux-6.3-rc2/drivers/net/ethernet/emulex/benet/ |
A D | be_cmds.h | 1718 u8 phy_port; member
|
A D | be_cmds.c | 3544 adapter->hba_port_num = attribs->hba_attribs.phy_port; in be_cmd_get_cntl_attributes()
|