Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/pseries/
H A Dphyp_vscsi.c244 static void vscsi_crq_load_cb(void *, bus_dma_segment_t *, int, int);
333 8*PAGE_SIZE, vscsi_crq_load_cb, sc, 0); in vscsi_attach()
719 vscsi_crq_load_cb(void *xsc, bus_dma_segment_t *segs, int nsegs, int err) in vscsi_crq_load_cb() function