/linux-6.6.21/drivers/thunderbolt/ |
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() 754 u8 phy_port, sw_phy_port; in icm_fr_device_connected() local 757 phy_port = tb_phy_port_from_link(link); in icm_fr_device_connected() 767 if (sw->depth == depth && sw_phy_port == phy_port && in icm_fr_device_connected() 924 u8 xd_phy_port, phy_port; in icm_fr_xdomain_connected() local 927 phy_port = phy_port_from_route(route, depth); in icm_fr_xdomain_connected() 929 if (xd->depth == depth && xd_phy_port == phy_port) { in icm_fr_xdomain_connected() 1841 static int icm_reset_phy_port(struct tb *tb, int phy_port) in icm_reset_phy_port() argument [all …]
|
D | tb.c | 1118 int phy_port = tb_phy_port_from_link(port->port); in tb_find_pcie_down() local 1127 index = !phy_port ? 6 : 7; in tb_find_pcie_down() 1129 index = !phy_port ? 6 : 8; in tb_find_pcie_down() 1131 index = !phy_port ? 8 : 9; in tb_find_pcie_down()
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ctx.c | 1215 if (adapter->npars[i].phy_port != eswitch) in qlcnic_get_eswitch_stats() 1341 arg1 = (adapter->npars[index].phy_port & BIT_0); in qlcnic_config_switch_port() 1411 u8 phy_port; in qlcnic_get_eswitch_port_config() local 1417 phy_port = adapter->npars[index].phy_port; in qlcnic_get_eswitch_port_config() 1419 phy_port = adapter->ahw->physical_port; in qlcnic_get_eswitch_port_config() 1421 arg1 = phy_port; in qlcnic_get_eswitch_port_config()
|
D | qlcnic_83xx_hw.h | 175 u8 phy_port; member 182 u8 phy_port;
|
D | qlcnic_83xx_vnic.c | 112 npar->phy_port, npar->min_bw, npar->max_bw, in qlcnic_83xx_init_mgmt_vnic()
|
D | qlcnic_sysfs.c | 387 s_esw_id = adapter->npars[src_index].phy_port; in validate_pm_config() 388 d_esw_id = adapter->npars[dest_index].phy_port; in validate_pm_config() 427 id = adapter->npars[index].phy_port; in qlcnic_sysfs_write_pm_config() 439 id = adapter->npars[index].phy_port; in qlcnic_sysfs_write_pm_config()
|
D | qlcnic.h | 1292 u8 phy_port; member
|
D | qlcnic_main.c | 1043 adapter->npars[j].phy_port = (u8)pci_info[i].default_port; in qlcnic_init_pci_info()
|
/linux-6.6.21/drivers/infiniband/hw/hns/ |
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()
|
D | hns_roce_device.h | 598 u8 phy_port; member 633 u8 phy_port[HNS_ROCE_MAX_PORTS]; member 881 int (*set_mac)(struct hns_roce_dev *hr_dev, u8 phy_port,
|
D | hns_roce_qp.c | 1226 hr_qp->phy_port = hr_dev->iboe.phy_port[hr_qp->port]; in hns_roce_create_qp()
|
D | hns_roce_hw_v2.c | 3153 static int hns_roce_v2_set_mac(struct hns_roce_dev *hr_dev, u8 phy_port, in hns_roce_v2_set_mac() argument 3167 hr_reg_write(smac_tb, CFG_SMAC_TB_IDX, phy_port); in hns_roce_v2_set_mac() 5132 hr_qp->phy_port = hr_dev->iboe.phy_port[hr_qp->port]; in hns_roce_v2_record_opt_fields() 6690 hr_dev->iboe.phy_port[0] = 0; in hns_roce_hw_v2_get_cfg()
|
/linux-6.6.21/drivers/net/ethernet/intel/ice/ |
D | ice_ptp_hw.c | 169 int phy_port, phy, quadtype; in ice_fill_phy_msg_e822() local 171 phy_port = port % ICE_PORTS_PER_PHY; in ice_fill_phy_msg_e822() 176 msg->msg_addr_low = P_Q0_L(P_0_BASE + offset, phy_port); in ice_fill_phy_msg_e822() 177 msg->msg_addr_high = P_Q0_H(P_0_BASE + offset, phy_port); in ice_fill_phy_msg_e822() 179 msg->msg_addr_low = P_Q1_L(P_4_BASE + offset, phy_port); in ice_fill_phy_msg_e822() 180 msg->msg_addr_high = P_Q1_H(P_4_BASE + offset, phy_port); in ice_fill_phy_msg_e822()
|
/linux-6.6.21/drivers/scsi/be2iscsi/ |
D | be_mgmt.h | 97 u8 phy_port; member
|
/linux-6.6.21/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 993 return (bp->phy_port == PORT_FIBRE) ? "SerDes" : in bnx2_xceiver_str() 1890 if (bp->phy_port == PORT_TP) in bnx2_set_default_remote_link() 2037 old_port = bp->phy_port; in bnx2_remote_phy_event() 2039 bp->phy_port = PORT_FIBRE; in bnx2_remote_phy_event() 2041 bp->phy_port = PORT_TP; in bnx2_remote_phy_event() 2043 if (old_port != bp->phy_port) in bnx2_remote_phy_event() 2425 rc = bnx2_setup_phy(bp, bp->phy_port); in bnx2_init_phy() 3941 if (bp->phy_port == PORT_TP) { in bnx2_setup_wol() 3951 bnx2_setup_phy(bp, bp->phy_port); in bnx2_setup_wol() 3966 if (bp->phy_port == PORT_TP) { in bnx2_setup_wol() [all …]
|
D | bnx2.h | 6945 u8 phy_port; member
|
/linux-6.6.21/drivers/net/thunderbolt/ |
D | main.c | 1273 u8 phy_port; in tbnet_generate_mac() local 1276 phy_port = tb_phy_port_from_link(TBNET_L0_PORT_NUM(xd->route)); in tbnet_generate_mac() 1279 addr[0] = phy_port << 4 | 0x02; in tbnet_generate_mac()
|
/linux-6.6.21/drivers/net/ethernet/sun/ |
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()
|
D | niu.h | 3040 u8 phy_port[PHY_TYPE_MAX][NIU_MAX_PORTS]; member
|
/linux-6.6.21/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_sli.h | 661 u32 phy_port; member
|
/linux-6.6.21/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.h | 1718 u8 phy_port; member
|
D | be_cmds.c | 3545 adapter->hba_port_num = attribs->hba_attribs.phy_port; in be_cmd_get_cntl_attributes()
|