Home
last modified time | relevance | path

Searched refs:frmType (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_types.h448 #define wma_tx_frame(hHal, pFrmBuf, frmLen, frmType, txDir, tid, pCompFunc, \ argument
454 (frmType), \
468 #define wma_tx_frameWithTxComplete(hHal, pFrmBuf, frmLen, frmType, txDir, tid, \ argument
475 (frmType), \
697 eFrameType frmType, eFrameTxDir txDir, uint8_t tid,
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c2301 eFrameType frmType, eFrameTxDir txDir, uint8_t tid, in wma_tx_packet() argument
2357 if (frmType >= TXRX_FRM_MAX) { in wma_tx_packet()
2372 if (!((frmType == TXRX_FRM_802_11_MGMT) || in wma_tx_packet()
2373 (frmType == TXRX_FRM_802_11_DATA))) { in wma_tx_packet()
2380 (frmType == TXRX_FRM_802_11_MGMT) && in wma_tx_packet()
2512 if ((frmType == TXRX_FRM_802_11_MGMT) && in wma_tx_packet()
2524 if (frmType == TXRX_FRM_802_11_DATA) { in wma_tx_packet()
2719 frmType == TXRX_FRM_802_11_MGMT && in wma_tx_packet()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.h687 eFrameType frmType, uint8_t *pBD, void *body);
H A Dlim_utils.c4239 eFrameType frmType, uint8_t *pRxPacketInfo, void *pBody) in lim_pkt_free() argument
4242 (void)frmType; in lim_pkt_free()