Searched refs:pbmap (Results 1 – 2 of 2) sorted by relevance
405 ucntx->pbrec->pbmap = ~0x00; in bnxt_re_init_pbuf_list()406 ucntx->pbrec->pbmap &= ~0x7fff; /* 15 bits */ in bnxt_re_init_pbuf_list()442 old = cntx->pbrec->pbmap; in bnxt_re_get_pbuf()443 while ((bit = __builtin_ffs(~cntx->pbrec->pbmap)) != 0) { in bnxt_re_get_pbuf()445 (&cntx->pbrec->pbmap, in bnxt_re_get_pbuf()449 old = cntx->pbrec->pbmap; in bnxt_re_get_pbuf()476 old = pbrec->pbmap; in bnxt_re_put_pbuf()477 while (!__sync_bool_compare_and_swap(&pbrec->pbmap, old, in bnxt_re_put_pbuf()480 old = pbrec->pbmap; in bnxt_re_put_pbuf()
154 __u32 pbmap; /* only 16 bits in use */ member