Home
last modified time | relevance | path

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

/trueos/sys/dev/twa/
HDtw_cl_externs.h101 TW_VOID *sgl_src, TW_VOID *sgl_dest, TW_INT32 num_sgl_entries);
HDtw_cl_io.c1402 tw_cli_fill_sg_list(struct tw_cli_ctlr_context *ctlr, TW_VOID *sgl_src, in tw_cli_fill_sg_list() argument
1411 (struct tw_cl_sg_desc64 *)sgl_src; in tw_cli_fill_sg_list()
1427 (struct tw_cl_sg_desc32 *)sgl_src; in tw_cli_fill_sg_list()
/trueos/sys/dev/tws/
HDtws_cam.c66 static void tws_fill_sg_list(struct tws_softc *sc, void *sgl_src,
1010 tws_fill_sg_list(struct tws_softc *sc, void *sgl_src, void *sgl_dest, in tws_fill_sg_list() argument
1016 struct tws_sg_desc64 *sgl_s = (struct tws_sg_desc64 *)sgl_src; in tws_fill_sg_list()
1043 struct tws_sg_desc32 *sgl_s = (struct tws_sg_desc32 *)sgl_src; in tws_fill_sg_list()