Home
last modified time | relevance | path

Searched refs:abort_reason (Results 1 – 5 of 5) sorted by relevance

/linux/net/bluetooth/
H A Dhci_conn.c1150 hci_conn_cleanup_child(child, conn->abort_reason); in hci_conn_unlink()
1362 /* If abort_reason has been sent it means the connection is being in hci_conn_set_handle()
1365 if (conn->abort_reason) in hci_conn_set_handle()
1366 return conn->abort_reason; in hci_conn_set_handle()
3080 return hci_abort_conn_sync(hdev, conn, conn->abort_reason); in hci_abort_conn()
3087 /* If abort_reason has already been set it means the connection is in hci_abort_conn()
3090 if (conn->abort_reason) in hci_abort_conn()
3095 conn->abort_reason = reason; in hci_abort_conn()
H A Diso.c817 iso_chan_del(sk, bt_to_errno(hcon->abort_reason)); in iso_sock_disconn()
/linux/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c644 static int abort_status_to_errno(struct cxgbi_sock *csk, int abort_reason, in abort_status_to_errno() argument
647 switch (abort_reason) { in abort_status_to_errno()
/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1134 static int abort_status_to_errno(struct cxgbi_sock *csk, int abort_reason, in abort_status_to_errno() argument
1137 switch (abort_reason) { in abort_status_to_errno()
/linux/include/net/bluetooth/
H A Dhci_core.h747 __u8 abort_reason;
745 __u8 abort_reason; global() member