Searched defs:cudbg_init (Results 1 – 2 of 2) sorted by relevance
76 struct cudbg_init { struct77 struct adapter *adap; /* Pointer to adapter structure */78 void *outbuf; /* Output buffer */79 u32 outbuf_size; /* Output buffer size */80 u8 compress_type; /* Type of compression to use */81 void *compress_buff; /* Compression buffer */82 u32 compress_buff_size; /* Compression buffer size */83 void *workspace; /* Workspace for zlib */
406 struct cudbg_init cudbg_init; in cxgb4_cudbg_collect() local