Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dicm.c479 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_fr_approve_switch()
506 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_fr_add_switch_key()
534 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_fr_challenge_switch_key()
566 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_fr_approve_xdomain_paths()
1033 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_tr_approve_switch()
1061 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_tr_add_switch_key()
1090 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_challenge_switch_key()
1122 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_approve_xdomain_paths()
1148 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_xdomain_tear_down()
1493 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_ar_get_route()
[all …]
Dtb_msgs.h126 #define ICM_FLAGS_ERROR BIT(0) macro