Searched refs:SC_CB (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Di82596.c327 status = SC_CB(sc, sc->sc_next_cb - 1)->cb_status;
343 status = SC_CB(sc, n)->cb_status;
367 cmd = SC_CB(sc, n)->cb_cmd;
368 status = SC_CB(sc, n)->cb_status;
471 struct iee_cb *cb = SC_CB(sc, sc->sc_next_cb);
502 cb = SC_CB(sc, sc->sc_next_cb + 1);
H A Di82596var.h241 #define SC_CB(sc, n) ((struct iee_cb *)((sc)->sc_shmem_addr + \ macro

Completed in 46 milliseconds