Home
last modified time | relevance | path

Searched refs:active_staid (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_sched.c488 pSchedContext->active_staid = OL_TXRX_INVALID_LOCAL_PEER_ID; in cds_sched_open()
672 while (pSchedContext->active_staid == staId && in cds_drop_rxpkt_by_staid()
681 if (pSchedContext->active_staid == staId) in cds_drop_rxpkt_by_staid()
704 pSchedContext->active_staid = pkt->staId; in cds_rx_from_queue()
710 pSchedContext->active_staid = OL_TXRX_INVALID_LOCAL_PEER_ID; in cds_rx_from_queue()
/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_sched.h148 uint16_t active_staid; member