Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thunderbolt/
Dicm.c353 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_fr_approve_switch()
380 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_fr_add_switch_key()
408 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_fr_challenge_switch_key()
440 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_fr_approve_xdomain_paths()
880 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_tr_approve_switch()
908 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_tr_add_switch_key()
937 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_challenge_switch_key()
969 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_approve_xdomain_paths()
995 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_xdomain_tear_down()
1299 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_ar_get_route()
[all …]
Dtb_msgs.h123 #define ICM_FLAGS_ERROR BIT(0) macro