Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic_ctx.c849 if (adapter->npars[i].phy_port != eswitch) in qlcnic_get_eswitch_stats()
960 arg1 = (adapter->npars[pci_func].phy_port & BIT_0); in qlcnic_config_switch_port()
1025 u8 phy_port; in qlcnic_get_eswitch_port_config() local
1027 phy_port = adapter->npars[esw_cfg->pci_func].phy_port; in qlcnic_get_eswitch_port_config()
1029 phy_port = adapter->physical_port; in qlcnic_get_eswitch_port_config()
1030 arg1 = phy_port; in qlcnic_get_eswitch_port_config()
Dqlcnic_main.c471 adapter->npars[pfn].phy_port = (u8)pci_info[i].default_port; in qlcnic_init_pci_info()
3436 s_esw_id = adapter->npars[src_pci_func].phy_port; in validate_pm_config()
3437 d_esw_id = adapter->npars[dest_pci_func].phy_port; in validate_pm_config()
3470 id = adapter->npars[pci_func].phy_port; in qlcnic_sysfs_write_pm_config()
3479 id = adapter->npars[pci_func].phy_port; in qlcnic_sysfs_write_pm_config()
Dqlcnic.h1102 u8 phy_port; member
/linux-2.6.39/drivers/scsi/be2iscsi/
Dbe_mgmt.h174 u8 phy_port; member
/linux-2.6.39/drivers/net/
Dbnx2.c974 return (bp->phy_port == PORT_FIBRE) ? "SerDes" : in bnx2_xceiver_str()
1861 if (bp->phy_port == PORT_TP) in bnx2_set_default_remote_link()
2004 old_port = bp->phy_port; in bnx2_remote_phy_event()
2006 bp->phy_port = PORT_FIBRE; in bnx2_remote_phy_event()
2008 bp->phy_port = PORT_TP; in bnx2_remote_phy_event()
2010 if (old_port != bp->phy_port) in bnx2_remote_phy_event()
2393 rc = bnx2_setup_phy(bp, bp->phy_port); in bnx2_init_phy()
3879 if (bp->phy_port == PORT_TP) { in bnx2_set_power_state()
3889 bnx2_setup_phy(bp, bp->phy_port); in bnx2_set_power_state()
3904 if (bp->phy_port == PORT_TP) in bnx2_set_power_state()
[all …]
Dniu.c8593 int dev_id_1, int dev_id_2, u8 phy_port, in phy_record() argument
8615 phy_port); in phy_record()
8623 p->phy_port[type][idx] = phy_port; in phy_record()
8633 if (p->phy_port[PHY_TYPE_PMA_PMD][i] == port) in port_has_10g()
8637 if (p->phy_port[PHY_TYPE_PCS][i] == port) in port_has_10g()
8665 *lowest = p->phy_port[PHY_TYPE_MII][0]; in count_1g_ports()
Dniu.h3039 u8 phy_port[PHY_TYPE_MAX][NIU_MAX_PORTS]; member
Dbnx2.h6882 u8 phy_port; member
/linux-2.6.39/drivers/net/benet/
Dbe_hw.h404 u8 phy_port; member
Dbe_cmds.c2008 adapter->hba_port_num = attribs->hba_attribs.phy_port; in be_cmd_get_cntl_attributes()