sc_eacmd 811 dev/pci/noct.c (caddr_t *)&sc->sc_eacmd, BUS_DMA_NOWAIT)) { sc_eacmd 852 dev/pci/noct.c (caddr_t)sc->sc_eacmd, NOCT_EA_BUFSIZE); sc_eacmd 856 dev/pci/noct.c sc->sc_eacmd = NULL; sc_eacmd 1053 dev/pci/noct.c sc->sc_eacmd[wp].buf[i] = 0; sc_eacmd 1054 dev/pci/noct.c sc->sc_eacmd[wp].buf[0] = EA_0_SI; sc_eacmd 1057 dev/pci/noct.c sc->sc_eacmd[wp].buf[1] = htole32(EA_OP_MD5); sc_eacmd 1060 dev/pci/noct.c sc->sc_eacmd[wp].buf[1] = htole32(EA_OP_SHA1); sc_eacmd 1065 dev/pci/noct.c sc->sc_eacmd[wp].buf[1] |= htole32(crd->crd_len); sc_eacmd 1067 dev/pci/noct.c sc->sc_eacmd[wp].buf[2] = htole32(adr >> 32); sc_eacmd 1068 dev/pci/noct.c sc->sc_eacmd[wp].buf[3] = htole32(adr & 0xffffffff); sc_eacmd 1074 dev/pci/noct.c sc->sc_eacmd[wp].buf[4] = htole32(adr >> 32); sc_eacmd 1075 dev/pci/noct.c sc->sc_eacmd[wp].buf[5] = htole32(adr & 0xffffffff); sc_eacmd 1203 dev/pci/noct.c sc->sc_eacmd[wp].buf[i] = 0; sc_eacmd 1205 dev/pci/noct.c sc->sc_eacmd[wp].buf[0] = EA_0_SI; sc_eacmd 1208 dev/pci/noct.c sc->sc_eacmd[wp].buf[1] = htole32(EA_OP_3DESCBCE); sc_eacmd 1210 dev/pci/noct.c sc->sc_eacmd[wp].buf[1] = htole32(EA_OP_3DESCBCD); sc_eacmd 1213 dev/pci/noct.c sc->sc_eacmd[wp].buf[1] |= htole32(crd->crd_len); sc_eacmd 1215 dev/pci/noct.c sc->sc_eacmd[wp].buf[2] = htole32(adr >> 32); sc_eacmd 1216 dev/pci/noct.c sc->sc_eacmd[wp].buf[3] = htole32(adr & 0xffffffff); sc_eacmd 1219 dev/pci/noct.c sc->sc_eacmd[wp].buf[4] = htole32(adr >> 32); sc_eacmd 1220 dev/pci/noct.c sc->sc_eacmd[wp].buf[5] = htole32(adr & 0xffffffff); sc_eacmd 1223 dev/pci/noct.c pb = (volatile u_int8_t *)&sc->sc_eacmd[wp].buf[20]; sc_eacmd 1226 dev/pci/noct.c SWAP32(sc->sc_eacmd[wp].buf[20]); sc_eacmd 1227 dev/pci/noct.c SWAP32(sc->sc_eacmd[wp].buf[21]); sc_eacmd 1228 dev/pci/noct.c pb = (volatile u_int8_t *)&sc->sc_eacmd[wp].buf[24]; sc_eacmd 1231 dev/pci/noct.c SWAP32(sc->sc_eacmd[wp].buf[24]); sc_eacmd 1232 dev/pci/noct.c SWAP32(sc->sc_eacmd[wp].buf[25]); sc_eacmd 1233 dev/pci/noct.c SWAP32(sc->sc_eacmd[wp].buf[26]); sc_eacmd 1234 dev/pci/noct.c SWAP32(sc->sc_eacmd[wp].buf[27]); sc_eacmd 1235 dev/pci/noct.c SWAP32(sc->sc_eacmd[wp].buf[28]); sc_eacmd 1236 dev/pci/noct.c SWAP32(sc->sc_eacmd[wp].buf[29]); sc_eacmd 1295 dev/pci/noct.c bcopy((u_int8_t *)&sc->sc_eacmd[sc->sc_earp].buf[6], sc_eacmd 93 dev/pci/noctvar.h struct noct_ea_cmd *sc_eacmd; /* ea command buffers */