Searched refs:hch (Results 1 – 2 of 2) sorted by relevance
86 struct hdm_channel hch[DMA_CHANNELS]; member261 struct hdm_channel *hdm_ch = dev->hch + ch_idx; in service_done_flag()337 if (dev->hch[ch_idx].is_initialized) in get_active_channels()338 buffer[idx++] = &dev->hch[ch_idx].ch; in get_active_channels()354 if (dev->atx_idx >= 0 && dev->hch[dev->atx_idx].is_initialized) in dim2_mlb_isr()355 while (!try_start_dim_transfer(dev->hch + dev->atx_idx)) in dim2_mlb_isr()374 if (!dev->hch[ch_idx].is_initialized) in dim2_tasklet_fn()378 dim_service_channel(&dev->hch[ch_idx].ch); in dim2_tasklet_fn()382 while (!try_start_dim_transfer(dev->hch + ch_idx)) in dim2_tasklet_fn()459 struct hdm_channel *const hdm_ch = dev->hch + ch_idx; in configure_channel()[all …]
17 tool from http://git.infradead.org/users/hch/nvmetcli.git.