Lines Matching defs:channelid
232 int qbman_swp_CDAN_set(struct qbman_swp *s, u16 channelid,
473 * @channelid: the channel index
478 static inline int qbman_swp_CDAN_set_context(struct qbman_swp *s, u16 channelid,
481 return qbman_swp_CDAN_set(s, channelid,
489 * @channelid: the index of the channel to generate CDAN
493 static inline int qbman_swp_CDAN_enable(struct qbman_swp *s, u16 channelid)
495 return qbman_swp_CDAN_set(s, channelid,
503 * @channelid: the index of the channel to generate CDAN
507 static inline int qbman_swp_CDAN_disable(struct qbman_swp *s, u16 channelid)
509 return qbman_swp_CDAN_set(s, channelid,
517 * @channelid: the index of the channel to generate CDAN
523 u16 channelid,
526 return qbman_swp_CDAN_set(s, channelid,