Searched refs:phy_num (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/io/dmfe/ |
H A D | dmfe_mii.c | 242 dmfe_mii_write(void *arg, uint8_t phy_num, uint8_t reg_num, uint16_t reg_dat) in dmfe_mii_write() argument 250 command_word |= phy_num << MII_PHY_ADDR_SHIFT; in dmfe_mii_write() 258 dmfe_mii_read(void *arg, uint8_t phy_num, uint8_t reg_num) in dmfe_mii_read() argument 266 command_word |= phy_num << MII_PHY_ADDR_SHIFT; in dmfe_mii_read()
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_phy.c | 1077 u8_t phy_num) in lm_set_phy_link_params() argument 1086 …RN, "lm_init_phy: pdev->hw_info.link_config[phy_num] = 0x%x\n",pdev->hw_info.link_config[phy_num]); in lm_set_phy_link_params() 1087 switch(pdev->hw_info.link_config[phy_num] & PORT_FEATURE_LINK_SPEED_MASK) in lm_set_phy_link_params() 1136 pdev->params.link.req_duplex[phy_num] = DUPLEX_FULL; in lm_set_phy_link_params() 1139 pdev->params.link.req_duplex[phy_num] = DUPLEX_HALF; in lm_set_phy_link_params() 1145 pdev->params.link.req_line_speed[phy_num] = ELINK_SPEED_AUTO_NEG; in lm_set_phy_link_params() 1148 pdev->params.link.req_line_speed[phy_num] = ELINK_SPEED_10; in lm_set_phy_link_params() 1151 pdev->params.link.req_line_speed[phy_num] = ELINK_SPEED_100; in lm_set_phy_link_params() 1154 pdev->params.link.req_line_speed[phy_num] = ELINK_SPEED_1000; in lm_set_phy_link_params() 1157 pdev->params.link.req_line_speed[phy_num] = ELINK_SPEED_2500; in lm_set_phy_link_params() [all …]
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | tulip.c | 1825 int phy_num = p[0]; in select_media() local 1854 tp->advertising[phy_num] = get_u16(&misc_info[1]) | 1; in select_media() 1857 tp->mii_advertise = tp->advertising[phy_num]; in select_media() 1861 tp->nic_name, tp->mii_advertise, tp->phys[phy_num]); in select_media() 1863 mdio_write(nic, tp->phys[phy_num], 4, tp->mii_advertise); in select_media()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_subr.c | 739 uint8_t *phy_num; in pi_get_priphy() local 743 &phy_num, &nphy); in pi_get_priphy() 753 bcopy(phy_num, phyp, nphy); in pi_get_priphy()
|
/titanic_44/usr/src/uts/intel/io/dnet/ |
H A D | dnet.h | 313 int phy_num; member
|
H A D | dnet.c | 4187 block->un.mii.phy_num = *vi++; in parse_media_block() 4260 block->un.mii.phy_num = *vi++; in parse_media_block() 4534 block->un.mii.phy_num, block->un.mii.nwayadvert, in dnet_dump_block()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 8040 uint8_t phy_num; in mptsas_handle_event() local 8046 phy_num = ddi_get8(mpt->m_acc_reply_frame_hdl, in mptsas_handle_event() 8056 &mpt->m_phy_info[phy_num].smhba_info); in mptsas_handle_event() 8062 &mpt->m_phy_info[phy_num].smhba_info); in mptsas_handle_event() 8068 &mpt->m_phy_info[phy_num].smhba_info); in mptsas_handle_event() 8074 &mpt->m_phy_info[phy_num].smhba_info); in mptsas_handle_event() 8080 &mpt->m_phy_info[phy_num].smhba_info); in mptsas_handle_event() 8086 &mpt->m_phy_info[phy_num].smhba_info); in mptsas_handle_event() 8092 &mpt->m_phy_info[phy_num].smhba_info); in mptsas_handle_event() 8098 &mpt->m_phy_info[phy_num].smhba_info); in mptsas_handle_event() [all …]
|