Searched defs:cudbg_init (Results 1 – 2 of 2) sorted by relevance
87 struct cudbg_init { struct88 struct adapter *adap; /* Pointer to adapter structure */89 void *outbuf; /* Output buffer */90 u32 outbuf_size; /* Output buffer size */91 u8 compress_type; /* Type of compression to use */92 void *compress_buff; /* Compression buffer */93 u32 compress_buff_size; /* Compression buffer size */94 void *workspace; /* Workspace for zlib */
414 struct cudbg_init cudbg_init; in cxgb4_cudbg_collect() local