Searched refs:clip_mask (Results 1 – 2 of 2) sorted by relevance
385 sc->clip_table = hashinit(CLIP_HASH_SIZE, M_CXGBE, &sc->clip_mask); in t4_init_clip_table()389 MPASS(sc->clip_mask == clip_db_mask); in t4_init_clip_table()698 for (i = 0; i <= sc->clip_mask; i++) { in t4_destroy_clip_table()713 hashdestroy(sc->clip_table, M_CXGBE, sc->clip_mask); in t4_destroy_clip_table()756 for (i = 0; i <= sc->clip_mask; i++) { in sysctl_clip()
940 u_long clip_mask; member