Searched refs:tlabel (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/firewire/ ! |
D | core-transaction.c | 36 #define HEADER_TLABEL(tlabel) ((tlabel) << 10) argument 87 card->tlabel_mask &= ~(1ULL << iter->tlabel); in close_transaction() 157 card->tlabel_mask &= ~(1ULL << t->tlabel); in split_transaction_timeout_callback() 227 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, in fw_fill_request() argument 253 HEADER_TLABEL(tlabel) | in fw_fill_request() 303 int tlabel; in allocate_tlabel() local 305 tlabel = card->current_tlabel; in allocate_tlabel() 306 while (card->tlabel_mask & (1ULL << tlabel)) { in allocate_tlabel() 307 tlabel = (tlabel + 1) & 0x3f; in allocate_tlabel() 308 if (tlabel == card->current_tlabel) in allocate_tlabel() [all …]
|
/linux-6.6.21/tools/firewire/ ! |
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()
|
D | nosy-dump.h | 84 uint32_t tlabel:6; member 166 int request_node, response_node, tlabel; member
|
/linux-6.6.21/security/apparmor/include/ ! |
D | file.h | 114 const char *target, struct aa_label *tlabel, kuid_t ouid,
|
/linux-6.6.21/security/apparmor/ ! |
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.6.21/include/linux/ ! |
D | firewire.h | 319 int tlabel; member
|