Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dhci_conn.c1105 hci_conn_cleanup_child(child, conn->abort_reason); in hci_conn_unlink()
1292 if (conn->abort_reason) in hci_conn_set_handle()
1293 return conn->abort_reason; in hci_conn_set_handle()
2859 return hci_abort_conn_sync(hdev, conn, conn->abort_reason); in abort_conn_sync()
2869 if (conn->abort_reason) in hci_abort_conn()
2874 conn->abort_reason = reason; in hci_abort_conn()
H A Diso.c774 iso_chan_del(sk, bt_to_errno(hcon->abort_reason)); in iso_sock_disconn()
/linux-6.15/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-6.15/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-6.15/include/net/bluetooth/
H A Dhci_core.h726 __u8 abort_reason; member