Searched refs:phys (Results 1 – 7 of 7) sorted by relevance
/net/bluetooth/ |
D | hci_conn.c | 846 cp->phys |= LE_SCAN_PHY_1M; in hci_req_add_le_create_conn() 854 cp->phys |= LE_SCAN_PHY_2M; in hci_req_add_le_create_conn() 862 cp->phys |= LE_SCAN_PHY_CODED; in hci_req_add_le_create_conn() 1804 u32 phys = 0; in hci_conn_get_phy() local 1815 phys |= BT_PHY_BR_1M_1SLOT; in hci_conn_get_phy() 1823 phys |= BT_PHY_BR_1M_1SLOT; in hci_conn_get_phy() 1826 phys |= BT_PHY_BR_1M_3SLOT; in hci_conn_get_phy() 1829 phys |= BT_PHY_BR_1M_5SLOT; in hci_conn_get_phy() 1835 phys |= BT_PHY_EDR_2M_1SLOT; in hci_conn_get_phy() 1838 phys |= BT_PHY_EDR_2M_3SLOT; in hci_conn_get_phy() [all …]
|
D | sco.c | 968 u32 phys; in sco_sock_getsockopt() local 1010 phys = hci_conn_get_phy(sco_pi(sk)->conn->hcon); in sco_sock_getsockopt() 1012 if (put_user(phys, (u32 __user *) optval)) in sco_sock_getsockopt()
|
D | l2cap_sock.c | 578 u32 phys; in l2cap_sock_getsockopt() local 689 phys = hci_conn_get_phy(chan->conn->hcon); in l2cap_sock_getsockopt() 691 if (put_user(phys, (u32 __user *) optval)) in l2cap_sock_getsockopt()
|
/net/caif/ |
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/hidp/ |
D | core.c | 785 snprintf(hid->phys, sizeof(hid->phys), "%pMR", in hidp_setup_hid()
|
/net/dsa/ |
D | dsa2.c | 325 attrs.phys.port_number = dp->index; in dsa_port_devlink_setup()
|
/net/core/ |
D | devlink.c | 697 attrs->phys.port_number)) in devlink_nl_port_attrs_put() 702 attrs->phys.port_number)) in devlink_nl_port_attrs_put() 705 attrs->phys.split_subport_number)) in devlink_nl_port_attrs_put() 8388 n = snprintf(name, len, "p%u", attrs->phys.port_number); in __devlink_port_phys_port_name_get() 8391 attrs->phys.port_number, in __devlink_port_phys_port_name_get() 8392 attrs->phys.split_subport_number); in __devlink_port_phys_port_name_get()
|