Searched refs:fw_dump_ops (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_minidump.c1288 const struct qlcnic_dump_operations *fw_dump_ops; local
1341 fw_dump_ops = qlcnic_fw_dump_ops;
1345 fw_dump_ops = qlcnic_83xx_fw_dump_ops;
1362 if (entry->hdr.type == fw_dump_ops[ops_index].opcode)
1376 dump = fw_dump_ops[ops_index].handler(adapter, entry, buffer);

Completed in 310 milliseconds