Searched defs:tcode (Results 1 – 8 of 8) sorted by relevance
/drivers/firewire/ |
D | core.h | 240 #define TCODE_IS_READ_REQUEST(tcode) (((tcode) & ~1) == 4) argument 241 #define TCODE_IS_BLOCK_PACKET(tcode) (((tcode) & 1) != 0) argument 242 #define TCODE_IS_LINK_INTERNAL(tcode) ((tcode) == TCODE_LINK_INTERNAL) argument 243 #define TCODE_IS_REQUEST(tcode) (((tcode) & 2) == 0) argument 244 #define TCODE_IS_RESPONSE(tcode) (((tcode) & 2) != 0) argument 245 #define TCODE_HAS_REQUEST_DATA(tcode) (((tcode) & 12) != 4) argument 246 #define TCODE_HAS_RESPONSE_DATA(tcode) (((tcode) & 12) != 0) argument
|
D | core-transaction.c | 46 #define HEADER_TCODE(tcode) ((tcode) << 4) argument 54 #define HEADER_EXTENDED_TCODE(tcode) ((tcode) << 0) argument 210 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, in fw_fill_request() 349 void fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, in fw_send_request() 418 int fw_run_transaction(struct fw_card *card, int tcode, int destination_id, in fw_run_transaction() 635 int tcode, ext_tcode, data_length; in fw_get_response_length() local 671 int tcode, tlabel, extended_tcode, source, destination; in fw_fill_response() local 829 int tcode, destination, source; in handle_exclusive_region_request() local 858 int tcode, destination, source; in handle_fcp_region_request() local 930 int tcode, tlabel, source, rcode; in fw_core_handle_response() local [all …]
|
D | ohci.c | 462 int tcode = header[0] >> 4 & 0xf; in log_ar_at_event() local 804 u32 status, length, tcode; in handle_ar_packet() local 1271 int z, tcode; in at_context_queue_packet() local 1495 int tcode, length, i; in handle_local_rom() local 1522 int tcode, length, ext_tcode, sel, try; in handle_local_lock() local
|
D | nosy.c | 416 u32 tcode_mask, tcode; in packet_irq_handler() local
|
D | sbp2.c | 418 int tcode, int destination, int source, in sbp2_status_write()
|
D | net.c | 799 int tcode, int destination, int source, int generation, in fwnet_receive_packet()
|
D | core-cdev.c | 678 int tcode, int destination, int source, in handle_request()
|
/drivers/media/dvb/firewire/ |
D | firedtv-fw.c | 37 int tcode) in node_req() 195 int tcode, int destination, int source, int generation, in handle_fcp()
|