Home
last modified time | relevance | path

Searched refs:phy_port (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c1208 if (adapter->npars[i].phy_port != eswitch) in qlcnic_get_eswitch_stats()
1334 arg1 = (adapter->npars[index].phy_port & BIT_0); in qlcnic_config_switch_port()
1404 u8 phy_port; in qlcnic_get_eswitch_port_config() local
1410 phy_port = adapter->npars[index].phy_port; in qlcnic_get_eswitch_port_config()
1412 phy_port = adapter->ahw->physical_port; in qlcnic_get_eswitch_port_config()
1414 arg1 = phy_port; in qlcnic_get_eswitch_port_config()
Dqlcnic_83xx_hw.h175 u8 phy_port; member
182 u8 phy_port;
Dqlcnic_83xx_vnic.c113 npar->phy_port, npar->min_bw, npar->max_bw, in qlcnic_83xx_init_mgmt_vnic()
Dqlcnic_sysfs.c392 s_esw_id = adapter->npars[src_index].phy_port; in validate_pm_config()
393 d_esw_id = adapter->npars[dest_index].phy_port; in validate_pm_config()
432 id = adapter->npars[index].phy_port; in qlcnic_sysfs_write_pm_config()
444 id = adapter->npars[index].phy_port; in qlcnic_sysfs_write_pm_config()
Dqlcnic.h1299 u8 phy_port; member
Dqlcnic_main.c1057 adapter->npars[j].phy_port = (u8)pci_info[i].default_port; in qlcnic_init_pci_info()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dbnx2.c978 return (bp->phy_port == PORT_FIBRE) ? "SerDes" : in bnx2_xceiver_str()
1875 if (bp->phy_port == PORT_TP) in bnx2_set_default_remote_link()
2022 old_port = bp->phy_port; in bnx2_remote_phy_event()
2024 bp->phy_port = PORT_FIBRE; in bnx2_remote_phy_event()
2026 bp->phy_port = PORT_TP; in bnx2_remote_phy_event()
2028 if (old_port != bp->phy_port) in bnx2_remote_phy_event()
2410 rc = bnx2_setup_phy(bp, bp->phy_port); in bnx2_init_phy()
3947 if (bp->phy_port == PORT_TP) { in bnx2_setup_wol()
3957 bnx2_setup_phy(bp, bp->phy_port); in bnx2_setup_wol()
3972 if (bp->phy_port == PORT_TP) { in bnx2_setup_wol()
[all …]
Dbnx2.h6945 u8 phy_port; member
/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_mgmt.h189 u8 phy_port; member
/linux-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma_sli.h594 u32 phy_port; member
/linux-4.1.27/drivers/net/ethernet/sun/
Dniu.c8561 int dev_id_1, int dev_id_2, u8 phy_port, int type) in phy_record() argument
8584 phy_port); in phy_record()
8592 p->phy_port[type][idx] = phy_port; in phy_record()
8602 if (p->phy_port[PHY_TYPE_PMA_PMD][i] == port) in port_has_10g()
8606 if (p->phy_port[PHY_TYPE_PCS][i] == port) in port_has_10g()
8634 *lowest = p->phy_port[PHY_TYPE_MII][0]; in count_1g_ports()
Dniu.h3039 u8 phy_port[PHY_TYPE_MAX][NIU_MAX_PORTS]; member
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_cmds.h1626 u8 phy_port; member
Dbe_cmds.c2832 adapter->hba_port_num = attribs->hba_attribs.phy_port; in be_cmd_get_cntl_attributes()