bce_reg_wr_ind
bce_reg_wr_ind(sc, sc->bce_shmem_base + offset, val);
static void bce_reg_wr_ind(struct bce_softc *, uint32_t, uint32_t);
bce_reg_wr_ind(sc, BCE_RXP_SCRATCH_RSS_TBL_SZ, 0);
#define REG_WR_IND(sc, offset, val) bce_reg_wr_ind(sc, offset, val)