Searched refs:dev_caps (Results 1 – 16 of 16) sorted by relevance
318 d->dev_caps = ENABLE_1510_MODE; in omap1_system_dma_init()319 enable_1510_mode = d->dev_caps & ENABLE_1510_MODE; in omap1_system_dma_init()322 d->dev_caps = ENABLE_16XX_MODE; in omap1_system_dma_init()324 d->dev_caps |= SRC_PORT; in omap1_system_dma_init()325 d->dev_caps |= DST_PORT; in omap1_system_dma_init()326 d->dev_caps |= SRC_INDEX; in omap1_system_dma_init()327 d->dev_caps |= DST_INDEX; in omap1_system_dma_init()328 d->dev_caps |= IS_BURST_ONLY4; in omap1_system_dma_init()329 d->dev_caps |= CLEAR_CSR_ON_READ; in omap1_system_dma_init()330 d->dev_caps |= IS_WORD_16; in omap1_system_dma_init()[all …]
252 u32 dev_caps; member289 #define __dma_omap15xx(d) (dma_omap1() && (d)->dev_caps & ENABLE_1510_MODE)290 #define __dma_omap16xx(d) (dma_omap1() && (d)->dev_caps & ENABLE_16XX_MODE)
259 d->dev_caps |= HS_CHANNELS_RESERVED; in omap2_system_dma_init_dev()262 d->dev_caps |= DMA_ENGINE_HANDLE_IRQ; in omap2_system_dma_init_dev()
150 .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
148 .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
272 .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
412 .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
1074 .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
463 .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
62 __u32 dev_caps; member
919 resp.dev_caps = dev->dev->caps.userspace_caps; in mlx4_ib_alloc_ucontext()
966 hw->dev_caps.num_vsis = msg->num_vsis; in i40e_vf_parse_hw_config()967 hw->dev_caps.num_rx_qp = msg->num_queue_pairs; in i40e_vf_parse_hw_config()968 hw->dev_caps.num_tx_qp = msg->num_queue_pairs; in i40e_vf_parse_hw_config()969 hw->dev_caps.num_msix_vectors_vf = msg->max_vectors; in i40e_vf_parse_hw_config()970 hw->dev_caps.dcb = msg->vf_offload_flags & in i40e_vf_parse_hw_config()972 hw->dev_caps.fcoe = (msg->vf_offload_flags & in i40e_vf_parse_hw_config()
500 struct i40e_hw_capabilities dev_caps; member
776 if (d->dev_caps & IS_RW_PRIORITY) in omap_dma_set_prio_lch()1310 if ((d->dev_caps & RESERVE_CHANNEL) && omap_dma_reserve_channels in omap_system_dma_probe()1316 enable_1510_mode = d->dev_caps & ENABLE_1510_MODE; in omap_system_dma_probe()1372 if (d->dev_caps & IS_RW_PRIORITY) in omap_system_dma_probe()1376 if (dma_omap2plus() && !(d->dev_caps & DMA_ENGINE_HANDLE_IRQ)) { in omap_system_dma_probe()1393 if (d->dev_caps & HS_CHANNELS_RESERVED) { in omap_system_dma_probe()
510 struct i40e_hw_capabilities dev_caps; member
2822 p = &hw->dev_caps; in i40e_parse_discover_capabilities()