Lines Matching defs:channel
64 static inline u32 QM_SDQCR_CHANNELS_POOL_CONV(u16 channel)
66 return QM_SDQCR_CHANNELS_POOL(channel + 1 - qm_channel_pool1);
352 __be16 dest_wq; /* channel[3-15], wq[0-2] */
786 u16 chan; /* portal channel this object is created on */
903 * qman_affine_channel - return the channel ID of an portal
1009 * 'dest::channel' field will be overwritten to match the portal used to issue
1011 * caller, the channel workqueue will be left as-is, otherwise the write-enable
1013 * isn't set, the destination channel/workqueue fields and the write-enable bit
1117 /* Pool-channel management */
1119 * qman_alloc_pool_range - Allocate a contiguous range of pool-channel IDs
1120 * @result: is set by the API to the base pool-channel ID of the allocated range
1121 * @count: the number of pool-channel IDs required
1129 * qman_release_pool - Release the specified pool-channel ID
1133 * pool-channel ID ranges that it can subsequently allocate from.