Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/ !
Dhci_conn.c1095 hci_conn_cleanup_child(child, conn->abort_reason); in hci_conn_unlink()
1277 if (conn->abort_reason) in hci_conn_set_handle()
1278 return conn->abort_reason; in hci_conn_set_handle()
2914 return hci_abort_conn_sync(hdev, conn, conn->abort_reason); in abort_conn_sync()
2924 if (conn->abort_reason) in hci_abort_conn()
2929 conn->abort_reason = reason; in hci_abort_conn()
/linux-6.6.21/drivers/scsi/cxgbi/cxgb3i/ !
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-6.6.21/drivers/scsi/cxgbi/cxgb4i/ !
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-6.6.21/include/net/bluetooth/ !
Dhci_core.h749 __u8 abort_reason; member