Searched defs:chnl_irp (Results 1 – 1 of 1) sorted by relevance
168 struct chnl_irp { struct169 struct list_head link; /* Link to next CHIRP in queue. */171 u8 *host_user_buf;173 u8 *host_sys_buf;174 u32 arg; /* Issue/Reclaim argument. */175 u32 dsp_tx_addr; /* Transfer address on DSP side. */176 u32 byte_size; /* Bytes transferred. */177 u32 buf_size; /* Actual buffer size when allocated. */178 u32 status; /* Status of IO completion. */