Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/libsas/
Dsas_port.c106 list_add_tail(&phy->port_phy_el, &port->phy_list); in sas_form_port()
190 INIT_LIST_HEAD(&port->phy_list); in sas_deform_port()
283 INIT_LIST_HEAD(&port->phy_list); in sas_init_port()
Dsas_discover.c81 if (list_empty(&port->phy_list)) { in sas_get_port_device()
86 phy = container_of(port->phy_list.next, struct asd_sas_phy, port_phy_el); in sas_get_port_device()
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwl_mac80211.c1022 char phy_list[4]; in ieee_hw_rate_init() local
1029 if (wlc_get(wl->wlc, WLC_GET_PHYLIST, (int *)&phy_list) < 0) { in ieee_hw_rate_init()
1032 WL_NONE("%s: phylist = %c\n", __func__, phy_list[0]); in ieee_hw_rate_init()
1034 if (phy_list[0] == 'n' || phy_list[0] == 'c') { in ieee_hw_rate_init()
1035 if (phy_list[0] == 'c') { in ieee_hw_rate_init()
1049 if (phy_list[0] == 'n' || phy_list[0] == 'c') { in ieee_hw_rate_init()
/linux-2.6.39/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c538 list_add_tail(&mpt2sas_phy->port_siblings, &mpt2sas_port->phy_list); in _transport_add_phy()
568 list_for_each_entry(phy_srch, &mpt2sas_port->phy_list, in _transport_add_phy_to_an_existing_port()
599 list_for_each_entry(phy_srch, &mpt2sas_port->phy_list, in _transport_del_phy_from_an_existing_port()
668 INIT_LIST_HEAD(&mpt2sas_port->phy_list); in mpt2sas_transport_port_add()
701 &mpt2sas_port->phy_list); in mpt2sas_transport_port_add()
718 list_for_each_entry(mpt2sas_phy, &mpt2sas_port->phy_list, in mpt2sas_transport_port_add()
764 list_for_each_entry_safe(mpt2sas_phy, next, &mpt2sas_port->phy_list, in mpt2sas_transport_port_add()
819 &mpt2sas_port->phy_list, port_siblings) { in mpt2sas_transport_port_remove()
Dmpt2sas_base.h393 struct list_head phy_list; member
/linux-2.6.39/include/scsi/
Dscsi_transport_sas.h152 struct list_head phy_list; member
Dlibsas.h253 struct list_head phy_list; member
/linux-2.6.39/drivers/scsi/
Dscsi_transport_sas.c845 BUG_ON(!list_empty(&port->phy_list)); in sas_port_release()
904 INIT_LIST_HEAD(&port->phy_list); in sas_port_alloc()
963 BUG_ON(!list_empty(&port->phy_list)); in sas_port_add()
1012 list_for_each_entry_safe(phy, tmp_phy, &port->phy_list, in sas_port_delete()
1065 list_for_each_entry(tmp, &port->phy_list, port_siblings) in sas_port_add_phy()
1077 list_add_tail(&phy->port_siblings, &port->phy_list); in sas_port_add_phy()
/linux-2.6.39/drivers/staging/brcm80211/brcmfmac/
Dwl_cfg80211.c3789 s32 phy_list; in wl_update_wiphybands() local
3793 err = wl_dev_ioctl(wl_to_ndev(wl), WLC_GET_PHYLIST, &phy_list, in wl_update_wiphybands()
3794 sizeof(phy_list)); in wl_update_wiphybands()
3800 phy = ((char *)&phy_list)[1]; in wl_update_wiphybands()
/linux-2.6.39/drivers/scsi/mvsas/
Dmv_sas.c205 phy = container_of(sha->sas_port[i]->phy_list.next, in mvs_find_dev_mvi()
236 &sha->sas_port[i]->phy_list, port_phy_el) { in mvs_find_dev_phyno()