Home
last modified time | relevance | path

Searched refs:zip_dbg (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/crypto/cavium/zip/
H A Dzip_device.c109 zip_dbg("sw_head : %lx", zip_dev->iq[queue].sw_head); in zip_load_instr()
110 zip_dbg("sw_tail : %lx", zip_dev->iq[queue].sw_tail); in zip_load_instr()
115 zip_dbg("Cmd queue space available for single command"); in zip_load_instr()
124 zip_dbg("ncb addr :0x%lx sw_head addr :0x%lx", in zip_load_instr()
136 zip_dbg("*ncb_ptr :0x%lx sw_head[phys] :0x%lx", in zip_load_instr()
142 zip_dbg("Enough space is available for commands"); in zip_load_instr()
150 zip_dbg("sw_head :0x%lx sw_tail :0x%lx hw_tail :0x%lx", in zip_load_instr()
154 zip_dbg(" Pushed the new cmd : pend_cnt : %d", in zip_load_instr()
182 zip_dbg("Free flag. Free cmd buffer, adjust sw head and tail"); in zip_update_cmd_bufs()
189 zip_dbg("Free flag not set. increment hw tail"); in zip_update_cmd_bufs()
[all …]
H A Dzip_inflate.c100 zip_dbg("Data Direct Input case "); in prepare_inflate_zcmd()
155 zip_dbg("Zip Instruction not yet completed\n"); in zip_inflate()
159 zip_dbg("Zip Instruction completed successfully\n"); in zip_inflate()
163 zip_dbg(" Dynamic stop Initiated\n"); in zip_inflate()
167 zip_dbg("Instruction failed. Code = %d\n", zip_ops->compcode); in zip_inflate()
198 zip_dbg("RAW Format: %d ", zip_ops->format); in zip_inflate()
204 zip_dbg("ZLIB Format: %d ", zip_ops->format); in zip_inflate()
209 zip_dbg("GZIP Format: %d ", zip_ops->format); in zip_inflate()
214 zip_dbg("LZS Format: %d ", zip_ops->format); in zip_inflate()
H A Dcommon.h192 #define zip_dbg(fmt, args...) pr_info("ZIP DBG: %s: %s() : %d: " \ macro
197 #define zip_dbg(fmt, args...) pr_info("ZIP DBG: %s: %s() : %d: " \ macro
202 #define zip_dbg(fmt, args...) pr_info("ZIP DBG: %s() : %d: " \ macro
207 #define zip_dbg(fmt, args...) pr_info("ZIP DBG:" fmt "\n", ## args) macro
213 #define zip_dbg(fmt, args...) pr_info("ZIP DBG:" fmt "\n", ## args) macro
218 #define zip_dbg(fmt, args...) macro
H A Dzip_deflate.c141 zip_dbg("Zip instruction not yet completed"); in zip_deflate()
145 zip_dbg("Zip instruction completed successfully"); in zip_deflate()
150 zip_dbg("Output Truncate error"); in zip_deflate()
162 zip_dbg("RAW Format: %d ", zip_ops->format); in zip_deflate()
168 zip_dbg("ZLIB Format: %d ", zip_ops->format); in zip_deflate()
173 zip_dbg("GZIP Format: %d ", zip_ops->format); in zip_deflate()
178 zip_dbg("LZS Format: %d ", zip_ops->format); in zip_deflate()
H A Dzip_mem.c67 zip_dbg("cmd_qbuf_alloc[%d] Success : %p\n", q, zip->iq[q].sw_head); in zip_cmd_qbuf_alloc()
78 zip_dbg("Freeing cmd_qbuf 0x%lx\n", zip->iq[q].sw_tail); in zip_cmd_qbuf_free()
100 zip_dbg("Data buffer allocation success\n"); in zip_data_buf_alloc()
111 zip_dbg("Freeing data buffer 0x%lx\n", ptr); in zip_data_buf_free()
H A Dzip_main.c202 zip_dbg("sw_head :0x%lx sw_tail :0x%lx hw_tail :0x%lx", in zip_init_hw()
205 zip_dbg("sw_head phy addr : 0x%lx", que_sbuf_addr.s.ptr); in zip_init_hw()