Lines Matching +full:qman +full:- +full:channel +full:- +full:id
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
106 * @param channel Dedicated channel serviced by this
109 * @param wq Work Queue Number within the channel.
113 * frame queues with the same ID in the
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,
217 * Poll frames from QMan.