Searched refs:phys (Results 1 – 13 of 13) sorted by relevance
| /net/caif/ |
| A D | cfcnfg.c | 59 struct list_head phys; member 100 INIT_LIST_HEAD(&this->phys); in cfcnfg_create() 138 list_for_each_entry_rcu(phy, &cnfg->phys, node) in cfcnfg_get_phyinfo_rcu() 154 list_for_each_entry_rcu(phy, &cnfg->phys, node) { in cfcnfg_get_phyid() 162 list_for_each_entry_rcu(phy, &cnfg->phys, node) in cfcnfg_get_phyid() 173 list_for_each_entry_rcu(phy, &cnfg->phys, node) in cfcnfg_get_id_from_ifi() 516 list_add_rcu(&phyinfo->node, &cnfg->phys); in cfcnfg_add_phy_layer() 588 list_add_rcu(&phyinfo->node, &cnfg->phys); in cfcnfg_del_phy_layer()
|
| /net/bluetooth/ |
| A D | hci_conn.c | 2781 u32 phys = 0; in hci_conn_get_phy() local 2792 phys |= BT_PHY_BR_1M_1SLOT; in hci_conn_get_phy() 2800 phys |= BT_PHY_BR_1M_1SLOT; in hci_conn_get_phy() 2803 phys |= BT_PHY_BR_1M_3SLOT; in hci_conn_get_phy() 2806 phys |= BT_PHY_BR_1M_5SLOT; in hci_conn_get_phy() 2836 phys |= BT_PHY_BR_1M_1SLOT; in hci_conn_get_phy() 2859 phys |= BT_PHY_LE_1M_TX; in hci_conn_get_phy() 2862 phys |= BT_PHY_LE_1M_RX; in hci_conn_get_phy() 2865 phys |= BT_PHY_LE_2M_TX; in hci_conn_get_phy() 2868 phys |= BT_PHY_LE_2M_RX; in hci_conn_get_phy() [all …]
|
| A D | sco.c | 1107 u32 phys; in sco_sock_getsockopt() local 1154 phys = hci_conn_get_phy(sco_pi(sk)->conn->hcon); in sco_sock_getsockopt() 1156 if (put_user(phys, (u32 __user *) optval)) in sco_sock_getsockopt()
|
| A D | l2cap_sock.c | 562 u32 phys; in l2cap_sock_getsockopt() local 673 phys = hci_conn_get_phy(chan->conn->hcon); in l2cap_sock_getsockopt() 675 if (put_user(phys, (u32 __user *) optval)) in l2cap_sock_getsockopt()
|
| A D | hci_sync.c | 6477 cp->phys |= LE_SCAN_PHY_1M; in hci_le_ext_create_conn_sync() 6486 cp->phys |= LE_SCAN_PHY_2M; in hci_le_ext_create_conn_sync() 6495 cp->phys |= LE_SCAN_PHY_CODED; in hci_le_ext_create_conn_sync()
|
| /net/devlink/ |
| A D | port.c | 274 attrs->phys.port_number)) in devlink_nl_port_attrs_put() 279 attrs->phys.port_number)) in devlink_nl_port_attrs_put() 282 attrs->phys.split_subport_number)) in devlink_nl_port_attrs_put() 1532 attrs->phys.port_number); in __devlink_port_phys_port_name_get() 1535 attrs->phys.split_subport_number); in __devlink_port_phys_port_name_get()
|
| /net/ethtool/ |
| A D | phy.c | 86 pdn = xa_load(&topo->phys, phydev->phyindex); in phy_prepare_data()
|
| A D | tsinfo.c | 454 xa_for_each_start(&dev->link_topo->phys, ctx->pos_phyindex, pdn, in ethnl_tsinfo_dump_one_net_topo()
|
| A D | common.c | 940 xa_for_each(&dev->link_topo->phys, phy_index, pdn) { in ethtool_phy_get_ts_info_by_phc()
|
| A D | netlink.c | 765 xa_for_each_start(&dev->link_topo->phys, ctx->pos_phyindex, pdn, in ethnl_perphy_dump_one_dev()
|
| /net/dsa/ |
| A D | devlink.c | 324 attrs.phys.port_number = dp->index; in dsa_port_devlink_setup()
|
| /net/bluetooth/hidp/ |
| A D | core.c | 784 snprintf(hid->phys, sizeof(hid->phys), "%pMR", in hidp_setup_hid()
|
| /net/core/ |
| A D | dev.c | 11068 xa_destroy(&topo->phys); in netdev_free_phy_link_topology()
|
Completed in 62 milliseconds