Home
last modified time | relevance | path

Searched refs:is_connected (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/bluetooth/
Dhci_conn.c956 static bool is_connected(struct hci_dev *hdev, bdaddr_t *addr, u8 type) in is_connected() function
977 if (is_connected(hdev, addr, addr_type)) in hci_explicit_conn_params_set()
Dmgmt.c6061 static bool is_connected(struct hci_dev *hdev, bdaddr_t *addr, u8 type) in is_connected() function
6114 if (!is_connected(hdev, addr, addr_type)) { in hci_conn_params_set()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dqp.c848 static int is_connected(enum ib_qp_type qp_type) in is_connected() function
957 if (qp->scat_cqe && is_connected(init_attr->qp_type)) { in create_qp_common()