Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dicm.c495 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_fr_approve_switch()
522 if (reply.hdr.flags & ICM_FLAGS_ERROR) { in icm_fr_add_switch_key()
550 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_fr_challenge_switch_key()
584 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_fr_approve_xdomain_paths()
1117 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_challenge_switch_key()
1151 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_approve_xdomain_paths()
1177 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_tr_xdomain_tear_down()
1529 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_ar_get_route()
1550 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_ar_get_boot_acl()
1611 if (reply.hdr.flags & ICM_FLAGS_ERROR) in icm_ar_set_boot_acl()
[all …]
H A Dtb_msgs.h137 #define ICM_FLAGS_ERROR BIT(0) macro