Functions
qmss_mgmt.h File Reference

This is the Queue Manager queue management APIs. More...

#include <ti/drv/qmss/qmss_qm.h>
#include <ti/drv/qmss/include/qmss_pvt.h>
#include <ti/drv/qmss/qmss_osal.h>

Functions

static void Qmss_queuePush (Qmss_QueueHnd hnd, void *descAddr, uint32_t packetSize, uint32_t descSize, Qmss_Location location)
static void Qmss_queuePushDesc (Qmss_QueueHnd hnd, void *descAddr)
static void Qmss_queuePushDescSizeRaw (Qmss_QueueHnd hnd, void *descAddr, uint32_t descSize)
static void Qmss_queuePushDescSize (Qmss_QueueHnd hnd, void *descAddr, uint32_t descSize)
static void * Qmss_queuePopRaw (Qmss_QueueHnd hnd)
static void * Qmss_queuePop (Qmss_QueueHnd hnd)
static void Qmss_queuePopDescSize (Qmss_QueueHnd hnd, void **descAddr, uint32_t *packetSize)
static Qmss_QueuePushHnd Qmss_getQueuePushHandle (Qmss_QueueHnd hnd)
static Qmss_QueuePushHnd Qmss_getQueuePushHandleCfg (Qmss_QueueHnd hnd)
static Qmss_Result Qmss_queueDivert (Qmss_QueueHnd srcQnum, Qmss_QueueHnd dstQnum, Qmss_Location location)
static void Qmss_queueEmpty (Qmss_QueueHnd hnd)
static uint32_t Qmss_getQueueEntryCount (Qmss_QueueHnd hnd)
static uint32_t Qmss_getQueueByteCount (Qmss_QueueHnd hnd)
static uint32_t Qmss_getQueuePacketSize (Qmss_QueueHnd hnd)
static uint32_t Qmss_getQIDFromHandle (Qmss_QueueHnd hnd)
static Qmss_QueueHnd Qmss_getHandleFromQID (uint32_t QID)

Detailed Description

This is the Queue Manager queue management APIs.

============================================================================
(C) Copyright 2010-2013, Texas Instruments, Inc.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

Neither the name of Texas Instruments Incorporated nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


Copyright 2014, Texas Instruments Incorporated