Home
last modified time | relevance | path

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

/linux-4.4.14/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.h176 u8 phy_port; member
183 u8 phy_port;
Dqlcnic_83xx_vnic.c113 npar->phy_port, npar->min_bw, npar->max_bw, in qlcnic_83xx_init_mgmt_vnic()
Dqlcnic_sysfs.c389 s_esw_id = adapter->npars[src_index].phy_port; in validate_pm_config()
390 d_esw_id = adapter->npars[dest_index].phy_port; in validate_pm_config()
429 id = adapter->npars[index].phy_port; in qlcnic_sysfs_write_pm_config()
441 id = adapter->npars[index].phy_port; in qlcnic_sysfs_write_pm_config()
Dqlcnic.h1300 u8 phy_port; member
Dqlcnic_main.c1066 adapter->npars[j].phy_port = (u8)pci_info[i].default_port; in qlcnic_init_pci_info()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbnx2.c996 return (bp->phy_port == PORT_FIBRE) ? "SerDes" : in bnx2_xceiver_str()
1893 if (bp->phy_port == PORT_TP) in bnx2_set_default_remote_link()
2040 old_port = bp->phy_port; in bnx2_remote_phy_event()
2042 bp->phy_port = PORT_FIBRE; in bnx2_remote_phy_event()
2044 bp->phy_port = PORT_TP; in bnx2_remote_phy_event()
2046 if (old_port != bp->phy_port) in bnx2_remote_phy_event()
2428 rc = bnx2_setup_phy(bp, bp->phy_port); in bnx2_init_phy()
3965 if (bp->phy_port == PORT_TP) { in bnx2_setup_wol()
3975 bnx2_setup_phy(bp, bp->phy_port); in bnx2_setup_wol()
3990 if (bp->phy_port == PORT_TP) { in bnx2_setup_wol()
[all …]
Dbnx2.h6946 u8 phy_port; member
/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_mgmt.h189 u8 phy_port; member
/linux-4.4.14/drivers/infiniband/hw/ocrdma/
Docrdma_sli.h652 u32 phy_port; member
/linux-4.4.14/drivers/net/ethernet/sun/
Dniu.c8559 int dev_id_1, int dev_id_2, u8 phy_port, int type) in phy_record() argument
8582 phy_port); in phy_record()
8590 p->phy_port[type][idx] = phy_port; in phy_record()
8600 if (p->phy_port[PHY_TYPE_PMA_PMD][i] == port) in port_has_10g()
8604 if (p->phy_port[PHY_TYPE_PCS][i] == port) in port_has_10g()
8632 *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.4.14/drivers/net/ethernet/emulex/benet/
Dbe_cmds.h1651 u8 phy_port; member
Dbe_cmds.c2894 adapter->hba_port_num = attribs->hba_attribs.phy_port; in be_cmd_get_cntl_attributes()