Searched refs:tlabel (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/firewire/ |
| H 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 …]
|
| H 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() 1006 int tcode, tlabel, source, rcode; in fw_core_handle_response() local 1044 if (iter->node_id == source && iter->tlabel == tlabel) { in fw_core_handle_response() [all …]
|
| H 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()
|
| H 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()
|
| H 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()
|
| /linux-6.15/tools/firewire/ |
| H A D | nosy-dump.c | 160 link_transaction_lookup(int request_node, int response_node, int tlabel) in link_transaction_lookup() argument 167 t->tlabel == tlabel) in link_transaction_lookup() 176 t->tlabel = tlabel; in link_transaction_lookup() 489 p->common.tlabel); in handle_request_packet() 507 prev->packet.common.tlabel != sa->packet.common.tlabel) { in handle_request_packet() 554 p->common.tlabel); in handle_response_packet() 573 prev->packet.common.tlabel != sa->packet.common.tlabel) { in handle_response_packet()
|
| H A D | nosy-dump.h | 84 uint32_t tlabel:6; member 166 int request_node, response_node, tlabel; member
|
| /linux-6.15/security/apparmor/include/ |
| H A D | file.h | 77 const char *target, struct aa_label *tlabel, kuid_t ouid,
|
| /linux-6.15/security/apparmor/ |
| H A D | file.c | 97 const char *target, struct aa_label *tlabel, in aa_audit_file() argument 107 ad.peer = tlabel; in aa_audit_file()
|
| /linux-6.15/include/linux/ |
| H A D | firewire.h | 321 int tlabel; member
|