Home
last modified time | relevance | path

Searched refs:phy_num (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/dec/tulip/
Dmedia.c247 int phy_num = p[0]; in tulip_select_media() local
272 (tulip_mdio_read (dev, phy_num, MII_BMCR) & BMCR_RESET)) in tulip_select_media()
299 (tulip_mdio_read (dev, phy_num, MII_BMCR) & BMCR_RESET)) in tulip_select_media()
310 tp->advertising[phy_num] = tmp_info | 1; in tulip_select_media()
313 tp->mii_advertise = tp->advertising[phy_num]; in tulip_select_media()
317 tp->phys[phy_num]); in tulip_select_media()
318 tulip_mdio_write(dev, tp->phys[phy_num], 4, tp->mii_advertise); in tulip_select_media()
/linux-3.4.99/drivers/net/ethernet/ti/
Dtlan.c922 u32 phy = priv->phy[priv->phy_num]; in tlan_ioctl()
1685 phy = priv->phy[priv->phy_num]; in tlan_handle_status_check()
1693 if ((net_sts & TLAN_NET_STS_MIRQ) && (priv->phy_num == 0)) { in tlan_handle_status_check()
2212 if (priv->phy_num == 0) in tlan_reset_adapter()
2240 phy = priv->phy[priv->phy_num]; in tlan_finish_reset()
2247 if (priv->phy_num == 0) in tlan_finish_reset()
2301 if (priv->phy_num == 0) { in tlan_finish_reset()
2402 phy = priv->phy[priv->phy_num]; in tlan_phy_print()
2452 priv->phy_num = 0xffff; in tlan_phy_detect()
2481 priv->phy_num = 1; in tlan_phy_detect()
[all …]
Dtlan.h204 u32 phy_num; member
/linux-3.4.99/drivers/dma/
Dste_dma40.c1749 int phy_num = j + event_group * 2; in d40_allocate_channel() local
1750 for (i = phy_num; i < phy_num + 2; i++) { in d40_allocate_channel()
1770 int phy_num = j + event_group * 2; in d40_allocate_channel() local
1775 if ((i != phy_num) && (i != phy_num + 1)) { in d40_allocate_channel()
1796 for (i = phy_num; i < phy_num + 2; i++) { in d40_allocate_channel()
1803 for (i = phy_num + 1; i >= phy_num; i--) { in d40_allocate_channel()
/linux-3.4.99/drivers/scsi/mvsas/
Dmv_sas.c1305 u8 phy_num = parent_dev->ex_dev.num_phys; in mvs_dev_found_notify() local
1307 for (phy_id = 0; phy_id < phy_num; phy_id++) { in mvs_dev_found_notify()
1316 if (phy_id == phy_num) { in mvs_dev_found_notify()
/linux-3.4.99/drivers/message/fusion/
Dmptsas.c3693 u8 phy_num; in mptsas_send_link_status_event() local
3702 phy_num = link_data->PhyNum; in mptsas_send_link_status_event()
3706 phy_info = &port_info->phy_info[phy_num]; in mptsas_send_link_status_event()
Dmptbase.c7610 u8 phy_num = (u8)(evData0); in mpt_display_event_info() local
7617 phy_num, port_num, port_width, primative); in mpt_display_event_info()
/linux-3.4.99/drivers/scsi/mpt2sas/
Dmpt2sas_scsih.c5172 _scsih_add_device(struct MPT2SAS_ADAPTER *ioc, u16 handle, u8 phy_num, u8 is_pd) in _scsih_add_device() argument