Home
last modified time | relevance | path

Searched refs:__bcm_ring_full (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcm_ring.h147 static INLINE bool __bcm_ring_full(const bcm_ring_t *ring, int next_write);
234 __bcm_ring_full(const bcm_ring_t *ring, int next_write) in __bcm_ring_full() function
252 return __bcm_ring_full(ring, next_write); in bcm_ring_is_full()
282 if (__bcm_ring_full(ring, *pend_write)) { in bcm_ring_prod_pend()
305 if (__bcm_ring_full(ring, next_write)) { in bcm_ring_prod()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcm_ring.h179 static INLINE bool __bcm_ring_full(bcm_ring_t *ring, int next_write);
266 __bcm_ring_full(bcm_ring_t *ring, int next_write) in __bcm_ring_full() function
284 return __bcm_ring_full(ring, next_write); in bcm_ring_is_full()
314 if (__bcm_ring_full(ring, *pend_write)) { in bcm_ring_prod_pend()
337 if (__bcm_ring_full(ring, next_write)) { in bcm_ring_prod()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcm_ring.h177 static INLINE bool __bcm_ring_full(bcm_ring_t *ring, int next_write);
267 __bcm_ring_full(bcm_ring_t *ring, int next_write) in __bcm_ring_full() function
286 return __bcm_ring_full(ring, next_write); in bcm_ring_is_full()
318 if (__bcm_ring_full(ring, *pend_write)) { in bcm_ring_prod_pend()
342 if (__bcm_ring_full(ring, next_write)) { in bcm_ring_prod()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcm_ring.h147 static INLINE bool __bcm_ring_full(const bcm_ring_t *ring, int next_write);
234 __bcm_ring_full(const bcm_ring_t *ring, int next_write) in __bcm_ring_full() function
252 return __bcm_ring_full(ring, next_write); in bcm_ring_is_full()
282 if (__bcm_ring_full(ring, *pend_write)) { in bcm_ring_prod_pend()
305 if (__bcm_ring_full(ring, next_write)) { in bcm_ring_prod()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcm_ring.h179 static INLINE bool __bcm_ring_full(bcm_ring_t *ring, int next_write);
266 __bcm_ring_full(bcm_ring_t *ring, int next_write) in __bcm_ring_full() function
284 return __bcm_ring_full(ring, next_write); in bcm_ring_is_full()
314 if (__bcm_ring_full(ring, *pend_write)) { in bcm_ring_prod_pend()
337 if (__bcm_ring_full(ring, next_write)) { in bcm_ring_prod()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcm_ring.h179 static INLINE bool __bcm_ring_full(bcm_ring_t *ring, int next_write);
266 __bcm_ring_full(bcm_ring_t *ring, int next_write) in __bcm_ring_full() function
284 return __bcm_ring_full(ring, next_write); in bcm_ring_is_full()
314 if (__bcm_ring_full(ring, *pend_write)) { in bcm_ring_prod_pend()
337 if (__bcm_ring_full(ring, next_write)) { in bcm_ring_prod()