Searched refs:sgls (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/tws/
H A Dtws_cam.c828 cmd->param.size = 2; /* map routine will add sgls */
878 cmd->param.size = 2; /* map routine will add sgls */
963 u_int16_t sgls = nseg; local
992 gcmd->size += sgls *
994 tws_fill_sg_list(req->sc, (void *)segs, sgl_ptr, sgls);
998 (void *)&(req->cmd_pkt->cmd.pkt_a.sg_list), sgls);
999 req->cmd_pkt->cmd.pkt_a.lun_h4__sgl_entries |= sgls ;
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.c9627 ocs_dma_t **sgls = NULL; local
9633 sgls = ocs_malloc(hw->os, sizeof(*sgls) * sgls_per_request, OCS_M_NOWAIT);
9634 if (sgls == NULL) {
9635 ocs_log_err(hw->os, "ocs_malloc sgls failed\n");
9642 ocs_free(hw->os, sgls, sizeof(*sgls) * sgls_per_request);
9650 /* Copy address of SGL's into local sgls[] array, break out if the xri
9660 sgls[n] = hw->io[io_index + n]->sgl;
9664 io->indicator, n, sgls, NUL
[all...]
H A Docs_hw_queues.c2326 ocs_dma_t **sgls = &psgls; local
2335 io->indicator, 1, sgls, NULL, NULL)) {

Completed in 96 milliseconds