Searched refs:curr_rd_port (Results 1 – 7 of 7) sorted by relevance
2158 pmadapter->mp_rd_bitmap, pmadapter->curr_rd_port); in wlan_get_rd_port()2210 …ck) && ((pmadapter->mp_rd_bitmap & ((pmadapter->curr_rd_port > 27 ? 1U : 0xFU) << pmadapter->curr_… in wlan_get_rd_port()2216 while ((pmadapter->mp_rd_bitmap & (1U << pmadapter->curr_rd_port)) != 0U) in wlan_get_rd_port()2218 *pport = pmadapter->curr_rd_port; in wlan_get_rd_port()2246 (t_u16)(~(1 << pmadapter->curr_rd_port)); in wlan_get_rd_port()2248 (t_u32)(~(1 << pmadapter->curr_rd_port)); in wlan_get_rd_port()2284 if (++pmadapter->curr_rd_port == MAX_PORT) in wlan_get_rd_port()2287 pmadapter->curr_rd_port = 1; in wlan_get_rd_port()2289 pmadapter->curr_rd_port = 0; in wlan_get_rd_port()2303 if ((pmadapter->curr_rd_port < start_port) && in wlan_get_rd_port()[all …]
273 pmadapter->curr_rd_port = 1; in wlan_init_adapter()276 pmadapter->curr_rd_port = 0; in wlan_init_adapter()
62 t_u32 curr_rd_port; member
69 t_u32 curr_rd_port; member
85 ((a->curr_rd_port < a->mpa_rx.start_port) && \86 (((MAX_PORT - a->mpa_rx.start_port) + a->curr_rd_port) >= SDIO_MP_AGGR_DEF_PKT_LIMIT))
1853 t_u8 curr_rd_port; member
2237 t_u8 curr_rd_port;