Searched refs:abort_reason (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_conn.c | 1094 hci_conn_cleanup_child(child, conn->abort_reason); in hci_conn_unlink() 1270 /* If abort_reason has been sent it means the connection is being in hci_conn_set_handle() 1273 if (conn->abort_reason) in hci_conn_set_handle() 1274 return conn->abort_reason; in hci_conn_set_handle() 2910 return hci_abort_conn_sync(hdev, conn, conn->abort_reason); in abort_conn_sync() 2917 /* If abort_reason has already been set it means the connection is in hci_abort_conn() 2920 if (conn->abort_reason) in hci_abort_conn() 2925 conn->abort_reason = reason; in hci_abort_conn()
|
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb3i/ |
H A D | cxgb3i.c | 643 static int abort_status_to_errno(struct cxgbi_sock *csk, int abort_reason, in abort_status_to_errno() argument 646 switch (abort_reason) { in abort_status_to_errno()
|
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb3i/ |
H A D | cxgb3i.c | 644 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()
|
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 1133 static int abort_status_to_errno(struct cxgbi_sock *csk, int abort_reason, in abort_status_to_errno() argument 1136 switch (abort_reason) { in abort_status_to_errno()
|
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 1134 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()
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 750 __u8 abort_reason; member
|
Completed in 17 milliseconds