Home
last modified time | relevance | path

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

/freebsd/sys/dev/tws/
H A Dtws_cam.c936 u_int16_t sgls = nseg; in tws_dmamap_data_load_cbfn() local
964 gcmd->size += sgls * in tws_dmamap_data_load_cbfn()
966 tws_fill_sg_list(req->sc, (void *)segs, sgl_ptr, sgls); in tws_dmamap_data_load_cbfn()
970 (void *)&(req->cmd_pkt->cmd.pkt_a.sg_list), sgls); in tws_dmamap_data_load_cbfn()
971 req->cmd_pkt->cmd.pkt_a.lun_h4__sgl_entries |= sgls ; in tws_dmamap_data_load_cbfn()
/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_subr.c242 cdata->sgls = htole32( in _nvmf_init_io_controller_data()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c2012 const struct ib_sge __user *sgls; in ib_uverbs_post_send() local
2022 sgls = uverbs_request_next_ptr( in ib_uverbs_post_send()
2024 if (IS_ERR(sgls)) in ib_uverbs_post_send()
2025 return PTR_ERR(sgls); in ib_uverbs_post_send()
2152 if (copy_from_user(next->sg_list, sgls + sg_ind, in ib_uverbs_post_send()
2203 const struct ib_sge __user *sgls; in ib_uverbs_unmarshall_recv() local
2212 sgls = uverbs_request_next_ptr( in ib_uverbs_unmarshall_recv()
2214 if (IS_ERR(sgls)) in ib_uverbs_unmarshall_recv()
2215 return ERR_CAST(sgls); in ib_uverbs_unmarshall_recv()
2266 if (copy_from_user(next->sg_list, sgls + sg_ind, in ib_uverbs_unmarshall_recv()
/freebsd/lib/libnvmf/
H A Dnvmf_controller.c410 cdata->sgls = htole32( in nvmf_init_discovery_controller_data()
/freebsd/sys/dev/nvme/
H A Dnvme.h1360 uint32_t sgls; member
2120 s->sgls = le32toh(s->sgls); in nvme_controller_data_swapbytes()
/freebsd/sys/dev/ocs_fc/
H A Docs_hw.c9620 ocs_dma_t **sgls = NULL; in ocs_hw_init_io() local
9626 sgls = ocs_malloc(hw->os, sizeof(*sgls) * sgls_per_request, OCS_M_NOWAIT); in ocs_hw_init_io()
9627 if (sgls == NULL) { in ocs_hw_init_io()
9635 ocs_free(hw->os, sgls, sizeof(*sgls) * sgls_per_request); in ocs_hw_init_io()
9653 sgls[n] = hw->io[io_index + n]->sgl; in ocs_hw_init_io()
9657 io->indicator, n, sgls, NULL, &reqbuf)) { in ocs_hw_init_io()
9680 ocs_free(hw->os, sgls, sizeof(*sgls) * sgls_per_request); in ocs_hw_init_io()
H A Docs_hw_queues.c2324 ocs_dma_t **sgls = &psgls; in ocs_hw_rqpair_auto_xfer_rdy_move_to_port() local
2333 io->indicator, 1, sgls, NULL, NULL)) { in ocs_hw_rqpair_auto_xfer_rdy_move_to_port()