Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_conn.c1084 hci_conn_cleanup_child(child, conn->abort_reason); in hci_conn_unlink()
1271 if (conn->abort_reason) in hci_conn_set_handle()
1272 return conn->abort_reason; in hci_conn_set_handle()
2842 return hci_abort_conn_sync(hdev, conn, conn->abort_reason); in abort_conn_sync()
2852 if (conn->abort_reason) in hci_abort_conn()
2857 conn->abort_reason = reason; in hci_abort_conn()
/openbmc/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()
/openbmc/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()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h716 __u8 abort_reason; member