| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcm_ring.h | 147 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() argument 236 return (next_write == ring->read); in __bcm_ring_full() 249 int next_write; in bcm_ring_is_full() local 251 next_write = __bcm_ring_next_write(ring, ring_size); in bcm_ring_is_full() 252 return __bcm_ring_full(ring, next_write); in bcm_ring_is_full() 301 int next_write, prod_write; in bcm_ring_prod() local 304 next_write = __bcm_ring_next_write(ring, ring_size); in bcm_ring_prod() 305 if (__bcm_ring_full(ring, next_write)) { in bcm_ring_prod() 309 bcm_ring_prod_done(ring, next_write); /* "commit" production */ in bcm_ring_prod()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcm_ring.h | 179 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() argument 268 return (next_write == ring->read); in __bcm_ring_full() 281 int next_write; in bcm_ring_is_full() local 283 next_write = __bcm_ring_next_write(ring, ring_size); in bcm_ring_is_full() 284 return __bcm_ring_full(ring, next_write); in bcm_ring_is_full() 333 int next_write, prod_write; in bcm_ring_prod() local 336 next_write = __bcm_ring_next_write(ring, ring_size); in bcm_ring_prod() 337 if (__bcm_ring_full(ring, next_write)) { in bcm_ring_prod() 341 bcm_ring_prod_done(ring, next_write); /* "commit" production */ in bcm_ring_prod()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcm_ring.h | 177 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() argument 269 return (next_write == ring->read); in __bcm_ring_full() 283 int next_write; in bcm_ring_is_full() local 285 next_write = __bcm_ring_next_write(ring, ring_size); in bcm_ring_is_full() 286 return __bcm_ring_full(ring, next_write); in bcm_ring_is_full() 338 int next_write, prod_write; in bcm_ring_prod() local 341 next_write = __bcm_ring_next_write(ring, ring_size); in bcm_ring_prod() 342 if (__bcm_ring_full(ring, next_write)) { in bcm_ring_prod() 346 bcm_ring_prod_done(ring, next_write); /* "commit" production */ in bcm_ring_prod()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcm_ring.h | 147 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() argument 236 return (next_write == ring->read); in __bcm_ring_full() 249 int next_write; in bcm_ring_is_full() local 251 next_write = __bcm_ring_next_write(ring, ring_size); in bcm_ring_is_full() 252 return __bcm_ring_full(ring, next_write); in bcm_ring_is_full() 301 int next_write, prod_write; in bcm_ring_prod() local 304 next_write = __bcm_ring_next_write(ring, ring_size); in bcm_ring_prod() 305 if (__bcm_ring_full(ring, next_write)) { in bcm_ring_prod() 309 bcm_ring_prod_done(ring, next_write); /* "commit" production */ in bcm_ring_prod()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcm_ring.h | 179 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() argument 268 return (next_write == ring->read); in __bcm_ring_full() 281 int next_write; in bcm_ring_is_full() local 283 next_write = __bcm_ring_next_write(ring, ring_size); in bcm_ring_is_full() 284 return __bcm_ring_full(ring, next_write); in bcm_ring_is_full() 333 int next_write, prod_write; in bcm_ring_prod() local 336 next_write = __bcm_ring_next_write(ring, ring_size); in bcm_ring_prod() 337 if (__bcm_ring_full(ring, next_write)) { in bcm_ring_prod() 341 bcm_ring_prod_done(ring, next_write); /* "commit" production */ in bcm_ring_prod()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcm_ring.h | 179 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() argument 268 return (next_write == ring->read); in __bcm_ring_full() 281 int next_write; in bcm_ring_is_full() local 283 next_write = __bcm_ring_next_write(ring, ring_size); in bcm_ring_is_full() 284 return __bcm_ring_full(ring, next_write); in bcm_ring_is_full() 333 int next_write, prod_write; in bcm_ring_prod() local 336 next_write = __bcm_ring_next_write(ring, ring_size); in bcm_ring_prod() 337 if (__bcm_ring_full(ring, next_write)) { in bcm_ring_prod() 341 bcm_ring_prod_done(ring, next_write); /* "commit" production */ in bcm_ring_prod()
|