Searched refs:id_bitmap (Results 1 – 12 of 12) sorted by relevance
673 uint32 id_bitmap[0]; /* Second level bitmap */ member716 mwbmap_p->id_bitmap[wordix] = (uint32)(~0U); in bcm_mwbmap_init()724 uint32 * bmap_p = &mwbmap_p->id_bitmap[mwbmap_p->imaps - 1]; in bcm_mwbmap_init()795 count = bcm_cntsetbits(mwbmap_p->id_bitmap[wordix]) - 1; in bcm_mwbmap_alloc()800 (bcm_cntsetbits(mwbmap_p->id_bitmap[wordix]) - 1)); in bcm_mwbmap_alloc()814 bitmap_p = &mwbmap_p->id_bitmap[wordix]; in bcm_mwbmap_alloc()816 bitmap = mwbmap_p->id_bitmap[wordix]; /* get the id bitmap */ in bcm_mwbmap_alloc()861 bitmap_p = &mwbmap_p->id_bitmap[wordix]; in bcm_mwbmap_force()881 count = bcm_cntsetbits(mwbmap_p->id_bitmap[bitix]); in bcm_mwbmap_force()885 MWBMAP_ASSERT(count == bcm_cntsetbits(mwbmap_p->id_bitmap[bitix])); in bcm_mwbmap_force()[all …]
2905 uint32 id_bitmap[0]; /* Second level bitmap */ member2948 mwbmap_p->id_bitmap[wordix] = (uint32)(~0U); in bcm_mwbmap_init()2956 uint32 * bmap_p = &mwbmap_p->id_bitmap[mwbmap_p->imaps - 1]; in bcm_mwbmap_init()3027 count = bcm_cntsetbits(mwbmap_p->id_bitmap[wordix]) - 1; in bcm_mwbmap_alloc()3032 (bcm_cntsetbits(mwbmap_p->id_bitmap[wordix]) - 1)); in bcm_mwbmap_alloc()3046 bitmap_p = &mwbmap_p->id_bitmap[wordix]; in bcm_mwbmap_alloc()3048 bitmap = mwbmap_p->id_bitmap[wordix]; /* get the id bitmap */ in bcm_mwbmap_alloc()3093 bitmap_p = &mwbmap_p->id_bitmap[wordix]; in bcm_mwbmap_force()3113 count = bcm_cntsetbits(mwbmap_p->id_bitmap[bitix]); in bcm_mwbmap_force()3117 MWBMAP_ASSERT(count == bcm_cntsetbits(mwbmap_p->id_bitmap[bitix])); in bcm_mwbmap_force()[all …]
1696 uint32 id_bitmap[0]; /* Second level bitmap */ member1739 mwbmap_p->id_bitmap[wordix] = (uint32)(~0U); in BCMATTACHFN()1747 uint32 * bmap_p = &mwbmap_p->id_bitmap[mwbmap_p->imaps - 1]; in BCMATTACHFN()1820 count = bcm_cntsetbits(mwbmap_p->id_bitmap[wordix]) - 1; in BCMFASTPATH()1825 (bcm_cntsetbits(mwbmap_p->id_bitmap[wordix]) - 1)); in BCMFASTPATH()1839 bitmap_p = &mwbmap_p->id_bitmap[wordix]; in BCMFASTPATH()1841 bitmap = mwbmap_p->id_bitmap[wordix]; /* get the id bitmap */ in BCMFASTPATH()1888 bitmap_p = &mwbmap_p->id_bitmap[wordix]; in bcm_mwbmap_force()1908 count = bcm_cntsetbits(mwbmap_p->id_bitmap[bitix]); in bcm_mwbmap_force()1912 MWBMAP_ASSERT(count == bcm_cntsetbits(mwbmap_p->id_bitmap[bitix])); in bcm_mwbmap_force()[all …]
582 if (mac_pkt_ofld_get_bitmap(ofld_info->id_bitmap, id) == 0) in mac_read_pkt_ofld()660 if (mac_pkt_ofld_get_bitmap(ofld_info->id_bitmap, id) == 0) in mac_del_pkt_ofld()747 if (mac_pkt_ofld_get_bitmap(ofld_info->id_bitmap, in mac_add_pkt_ofld()
1420 ofld_info->id_bitmap[id >> 3] |= (1 << (id & 7)); in c2h_pkt_ofld_rsp_hdl()1429 ofld_info->id_bitmap[id >> 3] &= ~(1 << (id & 7)); in c2h_pkt_ofld_rsp_hdl()
7061 u8 id_bitmap[PKT_OFLD_MAX_COUNT >> 3]; member