Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dicm.c517 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_fr_approve_switch()
544 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_fr_add_switch_key()
572 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_fr_challenge_switch_key()
611 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_fr_approve_xdomain_paths()
1091 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_tr_approve_switch()
1119 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_tr_add_switch_key()
1148 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_challenge_switch_key()
1187 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_approve_xdomain_paths()
1214 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_xdomain_tear_down()
1572 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_ar_get_route()
[all …]
H A Dtb_msgs.h132 #define ICM_FLAGS_ERROR BIT(0) macro