Searched refs:PACKET_FIELD_TRANSACTION (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/firewire/ |
D | nosy-dump.c | 43 PACKET_FIELD_TRANSACTION = 0x04, enumerator 244 PACKET_FIELD_TRANSACTION, 0); in handle_transaction() 247 PACKET_FIELD_TRANSACTION, 0); in handle_transaction() 335 { "dest", 0, 16, PACKET_FIELD_TRANSACTION }, \ 338 { "tcode", 24, 4, PACKET_FIELD_TRANSACTION, tcode_names }, \ 340 { "src", 32, 16, PACKET_FIELD_TRANSACTION }, \ 341 { "offs", 48, 48, PACKET_FIELD_TRANSACTION } 350 { "rcode", 48, 4, PACKET_FIELD_TRANSACTION, rcode_names } 360 { "data", 96, 32, PACKET_FIELD_TRANSACTION }, 367 { "data_length", 96, 16, PACKET_FIELD_TRANSACTION }, [all …]
|