Lines Matching full:dump

64 		/* now initialize hw so user can read the dump in */  in ocs_gen_dump_reset()
138 /* Initiate dump */ in ocs_gen_dump()
141 /* Wait for dump to complete */ in ocs_gen_dump()
142 ocs_log_debug(ocs, "Dump requested, wait for completion.\n"); in ocs_gen_dump()
153 ocs_log_test(ocs, "Failed to see dump after 30 secs\n"); in ocs_gen_dump()
156 ocs_log_debug(ocs, "sucessfully generated dump\n"); in ocs_gen_dump()
170 ocs_log_test(ocs, "dump request to hw failed\n"); in ocs_gen_dump()
203 /* Initiate dump */ in ocs_fdb_dump()
206 /* Wait for dump to complete */ in ocs_fdb_dump()
207 ocs_log_debug(ocs, "Dump requested, wait for completion.\n"); in ocs_fdb_dump()
218 ocs_log_err(ocs, "Failed to see dump after 10 secs\n"); in ocs_fdb_dump()
222 ocs_log_debug(ocs, "sucessfully generated dump\n"); in ocs_fdb_dump()
225 ocs_log_err(ocs, "dump request to hw failed\n"); in ocs_fdb_dump()
233 * @brief Create a Lancer dump into a memory buffer
235 * This function creates a DMA buffer to hold a Lancer dump,
236 * sets the dump location to point to that buffer, then calls
237 * ocs_gen_dump to cause a dump to be transferred to the buffer.
238 * After the dump is complete it copies the dump to the provided
242 * @param buf User space buffer in which to store the dump
265 ocs_log_err(ocs, "Failed to dump buffers\n"); in ocs_dump_to_host()
269 /* Allocate a DMA buffers to hold the dump */ in ocs_dump_to_host()
277 ocs_log_err(ocs, "Failed to allocate dump buffer\n"); in ocs_dump_to_host()
291 /* Generate the dump */ in ocs_dump_to_host()
298 /* Copy the dump from the DMA buffer into the user buffer */ in ocs_dump_to_host()
336 ocs_log_err(ocs, "Failed to allocate dump buffers\n"); in ocs_function_speciic_dump()
340 /* Allocate a DMA buffers to hold the dump */ in ocs_function_speciic_dump()
355 /* register buffers for function spcific dump */ in ocs_function_speciic_dump()
362 /* Invoke dump by setting fdd=1 and ip=1 in sliport_control register */ in ocs_function_speciic_dump()
369 /* Copy the dump from the DMA buffer into the user buffer */ in ocs_function_speciic_dump()