Home
last modified time | relevance | path

Searched refs:BIT_VEC64_ELEM_SZ (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h442 #define BIT_VEC64_ELEM_SZ 64 macro
444 #define BIT_VEC64_ELEM_MASK ((u64)BIT_VEC64_ELEM_SZ - 1)
477 #define RX_SGE_MASK_LEN (NUM_RX_SGE / BIT_VEC64_ELEM_SZ)
Dbnx2x_sp.c2779 int i, j, inner_start = last % BIT_VEC64_ELEM_SZ; in bnx2x_mcast_get_next_bin()
2781 for (i = last / BIT_VEC64_ELEM_SZ; i < BNX2X_MCAST_VEC_SZ; i++) { in bnx2x_mcast_get_next_bin()
2783 for (j = inner_start; j < BIT_VEC64_ELEM_SZ; j++) { in bnx2x_mcast_get_next_bin()
2784 int cur_bit = j + BIT_VEC64_ELEM_SZ * i; in bnx2x_mcast_get_next_bin()
4267 for (idx = vec * BIT_VEC64_ELEM_SZ, i = 0; in bnx2x_credit_pool_get_entry()
4268 i < BIT_VEC64_ELEM_SZ; idx++, i++) in bnx2x_credit_pool_get_entry()
Dbnx2x_cmn.c393 delta += BIT_VEC64_ELEM_SZ; in bnx2x_update_sge_prod()