Searched refs:net_spot_max (Results 1 – 2 of 2) sorted by relevance
799 u32 net_spot_max = 0; in cipso_v4_map_cat_rbm_hton() local831 if (net_spot > net_spot_max) in cipso_v4_map_cat_rbm_hton()832 net_spot_max = net_spot; in cipso_v4_map_cat_rbm_hton()835 if (++net_spot_max % 8) in cipso_v4_map_cat_rbm_hton()836 return net_spot_max / 8 + 1; in cipso_v4_map_cat_rbm_hton()837 return net_spot_max / 8; in cipso_v4_map_cat_rbm_hton()
618 u32 net_spot_max = 0; in calipso_map_cat_hton() local630 if (spot > net_spot_max) in calipso_map_cat_hton()631 net_spot_max = spot; in calipso_map_cat_hton()634 return (net_spot_max / 32 + 1) * 4; in calipso_map_cat_hton()