Home
last modified time | relevance | path

Searched refs:ICM_FLAGS_ERROR (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/thunderbolt/
Dicm.c495 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_fr_approve_switch()
522 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_fr_add_switch_key()
550 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_fr_challenge_switch_key()
584 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_fr_approve_xdomain_paths()
1062 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_tr_approve_switch()
1090 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_tr_add_switch_key()
1119 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_challenge_switch_key()
1153 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_approve_xdomain_paths()
1179 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_xdomain_tear_down()
1531 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_ar_get_route()
[all …]
Dtb_msgs.h127 #define ICM_FLAGS_ERROR BIT(0) macro