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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1019 uint32_t sub_index; local
1071 sub_index = index;
1082 while ((sub_index < block_index) &&
1083 (sub_index < size)) {
1086 * "sub_index = %x", sub_index);
1089 index = sub_index;
1100 sub_index = (index + sub_size);

Completed in 50 milliseconds