Searched defs:phl_rx_pkt_pool (Results 1 – 2 of 2) sorted by relevance
18 struct phl_rx_pkt_pool { struct19 struct rtw_phl_rx_pkt phl_rx[MAX_PHL_RING_RX_PKT_NUM];20 _os_list idle;21 _os_list busy;22 _os_lock idle_lock; /* spinlock */23 _os_lock busy_lock; /* spinlock */24 u32 idle_cnt;