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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c958 uint32_t task_retry_id; local
995 /* the task_retry_id value to one */
997 task_retry_id = 1;
999 task_retry_id = npr->TaskRetryIdReq;
1004 if (npr->targetFunc && npr->Retry && task_retry_id) {
1556 uint32_t task_retry_id; local
1603 /* the task_retry_id value to one */
1605 task_retry_id = 1;
1607 task_retry_id = npr->TaskRetryIdReq;
1612 if (npr->targetFunc && npr->Retry && task_retry_id) {
[all...]

Completed in 49 milliseconds