Home
last modified time | relevance | path

Searched refs:conn (Results 1 – 11 of 11) sorted by relevance

/include/net/bluetooth/
Dhci_core.h434 void (*connect_cfm_cb) (struct hci_conn *conn, u8 status);
435 void (*security_cfm_cb) (struct hci_conn *conn, u8 status);
436 void (*disconn_cfm_cb) (struct hci_conn *conn, u8 reason);
442 struct hci_conn *conn; member
468 struct hci_conn *conn; member
558 static inline bool hci_conn_ssp_enabled(struct hci_conn *conn) in hci_conn_ssp_enabled() argument
560 struct hci_dev *hdev = conn->hdev; in hci_conn_ssp_enabled()
562 test_bit(HCI_CONN_SSP_ENABLED, &conn->flags); in hci_conn_ssp_enabled()
565 static inline bool hci_conn_sc_enabled(struct hci_conn *conn) in hci_conn_sc_enabled() argument
567 struct hci_dev *hdev = conn->hdev; in hci_conn_sc_enabled()
[all …]
Dl2cap.h480 struct l2cap_conn *conn; member
650 int (*probe) (struct l2cap_conn *conn, struct l2cap_user *user);
651 void (*remove) (struct l2cap_conn *conn, struct l2cap_user *user);
939 void l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan);
940 void __l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan);
948 struct l2cap_conn *l2cap_conn_get(struct l2cap_conn *conn);
949 void l2cap_conn_put(struct l2cap_conn *conn);
951 int l2cap_register_user(struct l2cap_conn *conn, struct l2cap_user *user);
952 void l2cap_unregister_user(struct l2cap_conn *conn, struct l2cap_user *user);
/include/scsi/
Dscsi_transport_iscsi.h101 int (*start_conn) (struct iscsi_cls_conn *conn);
102 void (*stop_conn) (struct iscsi_cls_conn *conn, int flag);
103 void (*destroy_conn) (struct iscsi_cls_conn *conn);
104 int (*set_param) (struct iscsi_cls_conn *conn, enum iscsi_param param,
108 int (*get_conn_param) (struct iscsi_cls_conn *conn,
117 int (*send_pdu) (struct iscsi_cls_conn *conn, struct iscsi_hdr *hdr,
119 void (*get_stats) (struct iscsi_cls_conn *conn,
130 void (*parse_pdu_itt) (struct iscsi_conn *conn, itt_t itt,
182 extern void iscsi_conn_error_event(struct iscsi_cls_conn *conn,
184 extern void iscsi_conn_login_event(struct iscsi_cls_conn *conn,
[all …]
Dlibiscsi_tcp.h98 extern int iscsi_tcp_recv_skb(struct iscsi_conn *conn, struct sk_buff *skb,
133 extern int iscsi_tcp_set_max_r2t(struct iscsi_conn *conn, char *buf);
Dlibiscsi.h130 struct iscsi_conn *conn; /* used connection */ member
435 extern void iscsi_conn_failure(struct iscsi_conn *conn, enum iscsi_err err);
442 extern void iscsi_suspend_tx(struct iscsi_conn *conn);
443 extern void iscsi_suspend_queue(struct iscsi_conn *conn);
444 extern void iscsi_conn_queue_work(struct iscsi_conn *conn);
/include/linux/
Ddrbd.h271 unsigned conn:5 ; /* 17/32 cstates */ member
291 unsigned conn:5 ; /* 17/32 cstates */
/include/net/
Dllc_conn.h110 int llc_conn_remove_acked_pdus(struct sock *conn, u8 nr, u16 *how_many_unacked);
Dcfg80211.h3297 struct cfg80211_conn *conn; member
/include/rdma/
Drdma_cm.h116 struct rdma_conn_param conn; member
/include/uapi/rdma/
Drdma_user_cm.h266 struct rdma_ucm_conn_param conn; member
/include/target/iscsi/
Discsi_target_core.h479 struct iscsi_conn *conn; member
717 struct iscsi_conn *conn; member