Home
last modified time | relevance | path

Searched refs:flowid_start (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/firmware/
H A Dti_sci.h1144 * 9 - Valid bit for @ti_sci_msg_rm_udmap_rx_ch_cfg_req::flowid_start
1176 * @flowid_start: UDMAP receive channel additional flows starting index
1179 * make use of beyond the default flow. flowid_start and @ref flowid_cnt must be
1189 * of legal flow IDs for the channel. @ref flowid_start and flowid_cnt must be
1192 * allocated and used by the receive channel. @ref flowid_start plus flowid_cnt
1229 u16 flowid_start; member
H A Dti_sci.c2705 req->flowid_start = params->flowid_start; in ti_sci_cmd_rm_udmap_rx_ch_cfg()
/linux/include/linux/soc/ti/
H A Dti_sci_protocol.h455 u16 flowid_start; member
/linux/drivers/dma/ti/
H A Dk3-udma-glue.c699 req.flowid_start = rx_chn->flow_id_base; in k3_udma_glue_cfg_rx_chn()