Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_conn.c1087 hci_conn_cleanup_child(child, conn->abort_reason); in hci_conn_unlink()
1273 if (conn->abort_reason) in hci_conn_set_handle()
1274 return conn->abort_reason; in hci_conn_set_handle()
2864 return hci_abort_conn_sync(hdev, conn, conn->abort_reason); in abort_conn_sync()
2874 if (conn->abort_reason) in hci_abort_conn()
2879 conn->abort_reason = reason; in hci_abort_conn()
H A Diso.c745 iso_chan_del(sk, bt_to_errno(hcon->abort_reason)); in iso_sock_disconn()
/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