Searched refs:conn (Results 1 – 11 of 11) sorted by relevance
/include/net/bluetooth/ |
D | hci_core.h | 434 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 …]
|
D | l2cap.h | 480 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/ |
D | scsi_transport_iscsi.h | 101 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 …]
|
D | libiscsi_tcp.h | 98 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);
|
D | libiscsi.h | 130 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/ |
D | drbd.h | 271 unsigned conn:5 ; /* 17/32 cstates */ member 291 unsigned conn:5 ; /* 17/32 cstates */
|
/include/net/ |
D | llc_conn.h | 110 int llc_conn_remove_acked_pdus(struct sock *conn, u8 nr, u16 *how_many_unacked);
|
D | cfg80211.h | 3297 struct cfg80211_conn *conn; member
|
/include/rdma/ |
D | rdma_cm.h | 116 struct rdma_conn_param conn; member
|
/include/uapi/rdma/ |
D | rdma_user_cm.h | 266 struct rdma_ucm_conn_param conn; member
|
/include/target/iscsi/ |
D | iscsi_target_core.h | 479 struct iscsi_conn *conn; member 717 struct iscsi_conn *conn; member
|