Searched refs:flow_id_base (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/dma/ti/
H A Dk3-udma-glue.c82 int flow_id_base; member in struct:k3_udma_glue_rx_channel
697 rx_chn->flow_id_base != rx_chn->udma_rchan_id) {
701 req.flowid_start = rx_chn->flow_id_base;
879 "flow_id_base: %d\n"
888 chn->flow_id_base,
923 if (rx_chn->flow_id_base != -1 &&
924 !xudma_rflow_is_gp(rx_chn->common.udmax, rx_chn->flow_id_base))
929 rx_chn->flow_id_base,
933 rx_chn->flow_id_base, rx_chn->flow_num, ret);
936 rx_chn->flow_id_base
[all...]
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c2352 rx_cfg.flow_id_base = common->rx_flow_id_base;
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_common.c358 int flow_id_base; local
372 rx_cfg.flow_id_base = -1; /* udmax will auto select flow id base */
399 flow_id_base = k3_udma_glue_rx_get_flow_id_base(rx_chn->rx_chn);
401 emac->rx_mgm_flow_id_base = flow_id_base;
402 netdev_dbg(ndev, "mgm flow id base = %d\n", flow_id_base);
404 emac->rx_flow_id_base = flow_id_base;
405 netdev_dbg(ndev, "flow id base = %d\n", flow_id_base);
/linux-master/include/linux/dma/
H A Dk3-udma-glue.h86 * @flow_id_base: first flow_id used by channel.
87 * if @flow_id_base = -1 - range of GP rflows will be
102 int flow_id_base; member in struct:k3_udma_glue_rx_channel_cfg

Completed in 187 milliseconds