Lines Matching +full:qman +full:- +full:channel +full:- +full:range
1 /*-
2 * Copyright (c) 2011-2012 Semihalf.
36 * @group QMan private defines/declarations
45 * Pool channel common to all software portals.
75 t_Handle sc_qh; /* QMAN handle */
76 t_Handle sc_qph[MAXCPU]; /* QMAN portal handles */
77 vm_paddr_t sc_qp_pa; /* QMAN portal PA */
85 * @group QMan bus interface
97 * @group QMan API
102 * Create Frame Queue Range.
104 * @param fqids_num Number of frame queues in the range.
106 * @param channel Dedicated channel serviced by this
107 * Frame Queue Range.
109 * @param wq Work Queue Number within the channel.
134 * @param prefer_in_cache If TRUE, prefer this FQR to be in QMan
144 * calculation (may be negative), if 0 -
147 * @param tail_drop_threshold If not 0 - enable tail drop on this
152 t_Handle qman_fqr_create(uint32_t fqids_num, e_QmFQChannel channel, uint8_t wq,
159 * Free Frame Queue Range.
217 * Poll frames from QMan.
228 * frame queue range (fqr).
236 * frame queue range (fqr).