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