Searched refs:ctfpool (Results 1 – 2 of 2) sorted by relevance
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
| D | linux_osl.c | 190 ctfpool_t *ctfpool; member 727 #define CTFPOOL_LOCK(ctfpool, flags) spin_lock_irqsave(&(ctfpool)->lock, flags) argument 728 #define CTFPOOL_UNLOCK(ctfpool, flags) spin_unlock_irqrestore(&(ctfpool)->lock, flags) argument 730 #define CTFPOOL_LOCK(ctfpool, flags) spin_lock_bh(&(ctfpool)->lock) argument 731 #define CTFPOOL_UNLOCK(ctfpool, flags) spin_unlock_bh(&(ctfpool)->lock) argument 744 if ((osh == NULL) || (osh->ctfpool == NULL)) in osl_ctfpool_add() 747 CTFPOOL_LOCK(osh->ctfpool, flags); in osl_ctfpool_add() 748 ASSERT(osh->ctfpool->curr_obj <= osh->ctfpool->max_obj); in osl_ctfpool_add() 751 if (osh->ctfpool->curr_obj == osh->ctfpool->max_obj) { in osl_ctfpool_add() 752 CTFPOOL_UNLOCK(osh->ctfpool, flags); in osl_ctfpool_add() [all …]
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/ |
| D | linux_osl.h | 547 typedef struct ctfpool { struct 617 #define CTFPOOLPTR(osh, skb) (((struct sk_buff*)(skb))->ctfpool) 618 #define CTFPOOLHEAD(osh, skb) (((ctfpool_t *)((struct sk_buff*)(skb))->ctfpool)->head)
|