Searched refs:sgls (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/tws/ |
H A D | tws_cam.c | 936 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/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_cmd.c | 2012 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/sys/dev/nvme/ |
H A D | nvme.h | 1369 uint32_t sgls; member 2135 s->sgls = le32toh(s->sgls); in nvme_controller_data_swapbytes()
|
/freebsd/lib/libnvmf/ |
H A D | nvmf_controller.c | 410 cdata->sgls = htole32( in nvmf_init_discovery_controller_data()
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw.c | 9620 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 D | ocs_hw_queues.c | 2324 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()
|