Searched refs:tlabel (Results 1 – 5 of 5) sorted by relevance
| /drivers/firewire/ |
| A D | packet-serdes-test.c | 21 async_header_set_tlabel(header, tlabel); in serialize_async_header_common() 285 unsigned int tlabel; in test_async_header_write_quadlet_request() local 298 KUNIT_EXPECT_EQ(test, 0x14, tlabel); in test_async_header_write_quadlet_request() 324 unsigned int tlabel; in test_async_header_write_block_request() local 364 unsigned int tlabel; in test_async_header_write_response() local 399 unsigned int tlabel; in test_async_header_read_quadlet_request() local 434 unsigned int tlabel; in test_async_header_read_quadlet_response() local 473 unsigned int tlabel; in test_async_header_read_block_request() local 513 unsigned int tlabel; in test_async_header_read_block_response() local 553 unsigned int tlabel; in test_async_header_lock_request() local [all …]
|
| A D | core-transaction.c | 263 int tlabel; in allocate_tlabel() local 265 tlabel = card->current_tlabel; in allocate_tlabel() 267 tlabel = (tlabel + 1) & 0x3f; in allocate_tlabel() 275 return tlabel; in allocate_tlabel() 335 int tlabel; in __fw_send_request() local 344 tlabel = allocate_tlabel(card); in __fw_send_request() 345 if (tlabel < 0) { in __fw_send_request() 364 t->tlabel = tlabel; in __fw_send_request() 1078 int tcode, tlabel, source, rcode; in fw_core_handle_response() local 1116 if (iter->node_id == source && iter->tlabel == tlabel) { in fw_core_handle_response() [all …]
|
| A D | ohci-serdes-test.c | 53 unsigned int tlabel = ohci1394_at_data_get_tlabel(expected); in test_at_data_serdes() local 61 KUNIT_EXPECT_EQ(test, 0x03, tlabel); in test_at_data_serdes() 67 ohci1394_at_data_set_tlabel(quadlets, tlabel); in test_at_data_serdes()
|
| A D | packet-header-definitions.h | 101 unsigned int tlabel) in async_header_set_tlabel() argument 104 header[0] |= (((u32)tlabel) << ASYNC_HEADER_Q0_TLABEL_SHIFT) & ASYNC_HEADER_Q0_TLABEL_MASK; in async_header_set_tlabel()
|
| A D | ohci.h | 206 static inline void ohci1394_at_data_set_tlabel(__le32 *data, unsigned int tlabel) in ohci1394_at_data_set_tlabel() argument 209 …data[0] |= cpu_to_le32((tlabel << OHCI1394_AT_DATA_Q0_tLabel_SHIFT) & OHCI1394_AT_DATA_Q0_tLabel_M… in ohci1394_at_data_set_tlabel()
|
Completed in 18 milliseconds