Home
last modified time | relevance | path

Searched refs:bce_reg_wr_ind (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/bce/
H A Dif_bce.c326 static void bce_reg_wr_ind(struct bce_softc *, uint32_t, uint32_t);
1171 bce_reg_wr_ind(struct bce_softc *sc, uint32_t offset, uint32_t val) in bce_reg_wr_ind() function
1190 bce_reg_wr_ind(sc, sc->bce_shmem_base + offset, val); in bce_shmem_wr()
4743 bce_reg_wr_ind(sc, BCE_RXP_SCRATCH_RSS_TBL_SZ, 0); in bce_init()
H A Dif_bcereg.h541 #define REG_WR_IND(sc, offset, val) bce_reg_wr_ind(sc, offset, val)