bnx_ctx_wr
void bnx_ctx_wr(struct bnx_softc *, uint32_t, uint32_t, uint32_t);
#define CTX_WR(sc, cid_addr, offset, val) bnx_ctx_wr(sc, cid_addr, offset, val)