Searched refs:ops_index (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_minidump.c1291 int i, k, ops_cnt, ops_index, dump_size = 0; local
1360 ops_index = 0;
1361 while (ops_index < ops_cnt) {
1362 if (entry->hdr.type == fw_dump_ops[ops_index].opcode)
1364 ops_index++;
1367 if (ops_index == ops_cnt) {
1376 dump = fw_dump_ops[ops_index].handler(adapter, entry, buffer);

Completed in 158 milliseconds