/linux/drivers/firewire/ |
H A D | packet-serdes-test.c | 16 unsigned int dst_id, unsigned int tlabel, in serialize_async_header_common() argument 21 async_header_set_tlabel(header, tlabel); in serialize_async_header_common() 29 unsigned int dst_id, unsigned int tlabel, in serialize_async_header_request() argument 33 serialize_async_header_common(header, dst_id, tlabel, retry, tcode, priority, src_id); in serialize_async_header_request() 38 unsigned int dst_id, unsigned int tlabel, in serialize_async_header_quadlet_request() argument 43 serialize_async_header_request(header, dst_id, tlabel, retry, tcode, priority, src_id, in serialize_async_header_quadlet_request() 48 unsigned int dst_id, unsigned int tlabel, in serialize_async_header_block_request() argument 54 serialize_async_header_request(header, dst_id, tlabel, retry, tcode, priority, src_id, in serialize_async_header_block_request() 61 unsigned int dst_id, unsigned int tlabel, in serialize_async_header_response() argument 66 serialize_async_header_common(header, dst_id, tlabel, retry, tcode, priority, src_id); in serialize_async_header_response() [all …]
|
H A D | core-transaction.c | 57 card->tlabel_mask &= ~(1ULL << iter->tlabel); in close_transaction() 124 card->tlabel_mask &= ~(1ULL << t->tlabel); in split_transaction_timeout_callback() 191 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, in fw_fill_request() argument 217 async_header_set_tlabel(packet->header, tlabel); in fw_fill_request() 263 int tlabel; in allocate_tlabel() local 265 tlabel = card->current_tlabel; in allocate_tlabel() 266 while (card->tlabel_mask & (1ULL << tlabel)) { in allocate_tlabel() 267 tlabel = (tlabel + 1) & 0x3f; in allocate_tlabel() 268 if (tlabel == card->current_tlabel) in allocate_tlabel() 272 card->current_tlabel = (tlabel + 1) & 0x3f; in allocate_tlabel() [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/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/security/apparmor/include/ |
H A D | file.h | 77 const char *target, struct aa_label *tlabel, kuid_t ouid,
|
/linux/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/include/linux/ |
H A D | firewire.h | 321 int tlabel; member
|