Searched defs:pkt_ret (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_diag.c139 int32_t pkt_ret; local
235 pkt_ret = 0;
236 while ((pkt_ret != -1) && !(pkt->pkt_tran_flags & FC_TRAN_COMPLETED)) {
237 pkt_ret =
243 if (pkt_ret == -1) {
H A Demlxs_fct.c2035 int32_t pkt_ret; local
2152 pkt_ret = 0;
2153 while ((pkt_ret != -1) &&
2156 pkt_ret = cv_timedwait(&EMLXS_PKT_CV,
H A Demlxs_solaris.c3428 int32_t pkt_ret; local
3782 pkt_ret = 0;
3783 while ((pkt_ret != -1) &&
3785 pkt_ret =

Completed in 69 milliseconds