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()
606 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_fr_approve_xdomain_paths()
1085 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_tr_approve_switch()
1113 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_tr_add_switch_key()
1142 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_challenge_switch_key()
1176 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_approve_xdomain_paths()
1203 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_xdomain_tear_down()
1560 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