Searched refs:ctx_val (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/bce/ |
H A D | if_bce.c | 1780 bce_ctx_wr(struct bce_softc *sc, u32 cid_addr, u32 ctx_offset, u32 ctx_val) in bce_ctx_wr() argument 1786 "val = 0x%08X\n", __FUNCTION__, cid_addr, ctx_offset, ctx_val); in bce_ctx_wr() 1793 REG_WR(sc, BCE_CTX_CTX_DATA, ctx_val); in bce_ctx_wr() 1810 REG_WR(sc, BCE_CTX_DATA, ctx_val); in bce_ctx_wr()
|