Home
last modified time | relevance | path

Searched refs:tws_sense (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/tws/
H A Dtws_services.c52 struct tws_sense *tws_find_sense_from_mfa(struct tws_softc *sc, u_int64_t mfa);
356 struct tws_sense *
359 struct tws_sense *s; in tws_find_sense_from_mfa()
H A Dtws.h261 struct tws_sense *sense_bufs; /* pointer to sense buffers */
H A Dtws_hdm.h373 struct tws_sense { struct
H A Dtws_cam.c98 extern struct tws_sense *
445 struct tws_sense *sen; in tws_err_complete()
H A Dtws.c596 sc->sense_bufs = malloc(sizeof(struct tws_sense) * tws_queue_depth, M_TWS, in tws_init()