Searched refs:RCODE_CANCELLED (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | firewire-constants.h | 66 #define RCODE_CANCELLED 0x11 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | firewire-constants.h | 66 #define RCODE_CANCELLED 0x11 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | firewire-constants.h | 52 #define RCODE_CANCELLED 0x11 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | firewire-constants.h | 52 #define RCODE_CANCELLED 0x11 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | firewire-constants.h | 39 #define RCODE_CANCELLED 0x11 macro
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | core-transaction.c | 141 return close_transaction(transaction, card, RCODE_CANCELLED, tstamp); in fw_cancel_transaction() 161 t->callback.without_tstamp(card, RCODE_CANCELLED, NULL, 0, t->callback_data); in split_transaction_timeout_callback() 163 t->callback.with_tstamp(card, RCODE_CANCELLED, t->packet.timestamp, in split_transaction_timeout_callback() 360 * specific rcodes (%RCODE_CANCELLED, %RCODE_BUSY, %RCODE_GENERATION, 1114 [RCODE_CANCELLED] = "timeout", in fw_rcode_string()
|
H A D | core-card.c | 622 packet->callback(packet, card, RCODE_CANCELLED); in dummy_send_request() 627 packet->callback(packet, card, RCODE_CANCELLED); in dummy_send_response()
|
H A D | sbp2.c | 530 orb->rcode = RCODE_CANCELLED; in sbp2_cancel_orbs()
|
H A D | ohci.c | 1503 packet->ack = RCODE_CANCELLED; in handle_at_packet() 2615 packet->ack = RCODE_CANCELLED; in ohci_cancel_packet()
|
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | core-card.c | 594 packet->callback(packet, card, RCODE_CANCELLED); in dummy_send_request() 599 packet->callback(packet, card, RCODE_CANCELLED); in dummy_send_response()
|
H A D | core-transaction.c | 124 return close_transaction(transaction, card, RCODE_CANCELLED); in fw_cancel_transaction() 143 t->callback(card, RCODE_CANCELLED, NULL, 0, t->callback_data); in split_transaction_timeout_callback() 329 * specific rcodes (%RCODE_CANCELLED, %RCODE_BUSY, %RCODE_GENERATION, 1024 [RCODE_CANCELLED] = "timeout", in fw_rcode_string()
|
H A D | sbp2.c | 529 orb->rcode = RCODE_CANCELLED; in sbp2_cancel_orbs()
|
H A D | ohci.c | 1501 packet->ack = RCODE_CANCELLED; in handle_at_packet() 2607 packet->ack = RCODE_CANCELLED; in ohci_cancel_packet()
|
Completed in 23 milliseconds