Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dfirewire-constants.h67 #define RCODE_BUSY 0x12 macro
/linux-6.6.21/drivers/firewire/
Dcore-device.c485 if (rcode != RCODE_BUSY) in read_rom()
536 ret = RCODE_BUSY; in read_config_rom()
1111 return RCODE_BUSY; in reread_config_rom()
Dcore-transaction.c209 close_transaction(t, card, RCODE_BUSY, packet->timestamp); in transmit_complete_callback()
1115 [RCODE_BUSY] = "busy", in fw_rcode_string()
Dcore-cdev.c1573 rcode = RCODE_BUSY; in outbound_phy_packet_callback()
Dohci.c1628 fw_fill_response(&response, packet->header, RCODE_BUSY, NULL, 0); in handle_local_lock()