Searched refs:fe1 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_init.c102 static inline int heci_fe_same_id(struct heci_file_private *fe1,
1193 * @fe1: private data of 1. file object
1198 static inline int heci_fe_same_id(struct heci_file_private *fe1, argument
1201 return ((fe1->host_client_id == fe2->host_client_id) &&
1202 (fe1->me_client_id == fe2->me_client_id));
H A Dio_heci.c68 static inline int heci_fe_same_id(struct heci_file_private *fe1,
894 * @fe1: private data of 1. file object
899 static inline int heci_fe_same_id(struct heci_file_private *fe1, argument
902 return ((fe1->host_client_id == fe2->host_client_id) &&
903 (fe1->me_client_id == fe2->me_client_id));
H A Dheci_main.c119 static inline int heci_fe_same_id(struct heci_file_private *fe1,
1397 * @fe1: private data of 1. file object
1402 static inline int heci_fe_same_id(struct heci_file_private *fe1, argument
1405 return ((fe1->host_client_id == fe2->host_client_id) &&
1406 (fe1->me_client_id == fe2->me_client_id));

Completed in 63 milliseconds