Home
last modified time | relevance | path

Searched refs:sense_bufs (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/tws/
H A Dtws.c413 free(sc->sense_bufs, M_TWS); in tws_detach()
596 sc->sense_bufs = malloc(sizeof(struct tws_sense) * tws_queue_depth, M_TWS, in tws_init()
680 sc->sense_bufs[i].hdr = &cmd_buf[i].hdr ; in tws_init_reqs()
681 sc->sense_bufs[i].hdr_pkt_phy = sc->dma_mem_phys + in tws_init_reqs()
H A Dtws.h261 struct tws_sense *sense_bufs; /* pointer to sense buffers */ member
H A Dtws_services.c365 s = &sc->sense_bufs[i]; in tws_find_sense_from_mfa()
H A Dtws_hdm.c121 paddr = sc->sense_bufs[i].hdr_pkt_phy; in tws_init_obfl_q()