Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Dicm.c455 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_fr_approve_switch()
482 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_fr_add_switch_key()
510 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_fr_challenge_switch_key()
542 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_fr_approve_xdomain_paths()
1006 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_tr_approve_switch()
1034 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_tr_add_switch_key()
1063 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_challenge_switch_key()
1095 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_approve_xdomain_paths()
1121 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_xdomain_tear_down()
1445 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_ar_get_route()
[all …]
Dtb_msgs.h121 #define ICM_FLAGS_ERROR BIT(0) macro