Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mfi/
Dmfi_tbolt.c886 uint32_t sge_count; in mfi_tbolt_build_io() local
916 sge_count = mfi_tbolt_make_sgl(sc, mfi_cmd, in mfi_tbolt_build_io()
918 if (sge_count > sc->mfi_max_sge) { in mfi_tbolt_build_io()
920 "max (0x%x) allowed\n", sge_count, sc->mfi_max_sge); in mfi_tbolt_build_io()
923 io_request->RaidContext.numSGE = sge_count; in mfi_tbolt_build_io()
948 uint8_t sge_count, sge_idx; in mfi_tbolt_make_sgl() local
960 sge_count = mfi_cmd->cm_frame->header.sg_count; in mfi_tbolt_make_sgl()
962 if (sge_count > sc->mfi_max_sge) { in mfi_tbolt_make_sgl()
964 os_sgl, sge_count); in mfi_tbolt_make_sgl()
965 return sge_count; in mfi_tbolt_make_sgl()
[all …]
/freebsd-12-stable/sys/dev/mrsas/
Dmrsas_ioctl.h97 u_int32_t sge_count; member
115 u_int32_t sge_count; member
Dmrsas_ioctl.c107 if (user_ioc->sge_count > MAX_IOCTL_SGE) { in mrsas_passthru()
109 __func__, user_ioc->sge_count); in mrsas_passthru()
149 for (i = 0; i < user_ioc->sge_count; i++) { in mrsas_passthru()
267 for (i = 0; i < user_ioc->sge_count; i++) { in mrsas_passthru()
323 for (i = 0; i < user_ioc->sge_count; i++) { in mrsas_passthru()
Dmrsas_cam.c860 io_request->RaidContext.raid_context_g35.numSGE = cmd->sge_count; in mrsas_build_ldio_rw()
866 io_request->RaidContext.raid_context.numSGE = cmd->sge_count; in mrsas_build_ldio_rw()
867 io_request->RaidContext.raid_context.numSGEExt = (uint8_t)(cmd->sge_count >> 8); in mrsas_build_ldio_rw()
1223 io_request->RaidContext.raid_context_g35.numSGE = cmd->sge_count; in mrsas_build_ldio_nonrw()
1229 io_request->RaidContext.raid_context.numSGE = cmd->sge_count; in mrsas_build_ldio_nonrw()
1230 io_request->RaidContext.raid_context.numSGEExt = (uint8_t)(cmd->sge_count >> 8); in mrsas_build_ldio_nonrw()
1348 io_request->RaidContext.raid_context_g35.numSGE = cmd->sge_count; in mrsas_build_syspdio()
1354 io_request->RaidContext.raid_context.numSGE = cmd->sge_count; in mrsas_build_syspdio()
1355 io_request->RaidContext.raid_context.numSGEExt = (uint8_t)(cmd->sge_count >> 8); in mrsas_build_syspdio()
1708 cmd->sge_count = nseg; in mrsas_data_load_cb()
Dmrsas.h1683 u_int32_t sge_count; member
2405 u_int8_t sge_count; /* 07h */ member
2453 u_int8_t sge_count; /* 07h */ member
2483 u_int8_t sge_count; /* 07h */ member
2507 u_int8_t sge_count; /* 07h */ member
2563 u_int8_t sge_count; /* 07h */ member
2592 u_int8_t sge_count; /* 07h */ member
Dmrsas.c623 dcmd->sge_count = 1; in mrsas_get_seq_num()
738 dcmd->sge_count = 1; in mrsas_register_aen()
3653 dcmd->sge_count = 1; in mrsas_get_ctrl_info()
4187 dcmd->sge_count = 0; in mrsas_shutdown_ctlr()
4228 dcmd->sge_count = 0; in mrsas_flush_cache()
4277 dcmd->sge_count = 1; in megasas_sync_pd_seq_num()
4379 dcmd->sge_count = 1; in mrsas_get_ld_map_info()
4442 dcmd->sge_count = 1; in mrsas_sync_map_info()
4491 dcmd->sge_count = 1; in mrsas_get_pd_info()
4616 dcmd->sge_count = 1; in mrsas_get_pd_list()
[all …]
/freebsd-12-stable/contrib/ofed/libibverbs/
Dcmd.c1379 unsigned sge_count = 0; in ibv_cmd_post_send() local
1385 sge_count += i->num_sge; in ibv_cmd_post_send()
1388 cmd_size = sizeof *cmd + wr_count * sizeof *n + sge_count * sizeof *s; in ibv_cmd_post_send()
1394 cmd->sge_count = sge_count; in ibv_cmd_post_send()
1469 unsigned sge_count = 0; in ibv_cmd_post_recv() local
1475 sge_count += i->num_sge; in ibv_cmd_post_recv()
1478 cmd_size = sizeof *cmd + wr_count * sizeof *n + sge_count * sizeof *s; in ibv_cmd_post_recv()
1484 cmd->sge_count = sge_count; in ibv_cmd_post_recv()
1530 unsigned sge_count = 0; in ibv_cmd_post_srq_recv() local
1536 sge_count += i->num_sge; in ibv_cmd_post_srq_recv()
[all …]
Dkern-abi.h986 __u32 sge_count; member
1008 __u32 sge_count; member
1024 __u32 sge_count; member
/freebsd-12-stable/sys/dev/oce/
Doce_mbox.c953 mbx.u0.s.sge_count = 1; in oce_set_common_iface_rx_filter()
1048 mbx.u0.s.sge_count = 1; /* using scatter gather instead */ \
1104 mbx.u0.s.sge_count = 1; /* using scatter gather instead */ in oce_mbox_get_pport_stats()
1159 mbx.u0.s.sge_count = 1; /* using scatter gather instead */ in oce_mbox_get_vport_stats()
1210 mbx.u0.s.sge_count = 1; in oce_update_multicast()
1248 mbx.u0.s.sge_count = 1; in oce_pass_through_mbox()
1495 mbx.u0.s.sge_count = 1; in oce_mbox_write_flashrom()
1944 mbx.u0.s.sge_count = 1; in oce_mbox_read_transrecv_data()
2070 mbx.u0.s.sge_count = 1; in oce_get_profile_config()
2172 mbx.u0.s.sge_count = 1; in oce_get_func_config()
Doce_hw.h612 uint32_t sge_count:5; member
618 uint32_t sge_count:5;
/freebsd-12-stable/sys/ofed/include/uapi/rdma/
Dib_user_verbs.h755 __u32 sge_count; member
774 __u32 sge_count; member
787 __u32 sge_count; member
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
Dib_uverbs_cmd.c2546 cmd.sge_count * sizeof (struct ib_uverbs_sge)) in ib_uverbs_post_send()
2571 if (user_wr->num_sge + sg_ind > cmd.sge_count) { in ib_uverbs_post_send()
2718 u32 sge_count, in ib_uverbs_unmarshall_recv() argument
2728 sge_count * sizeof (struct ib_uverbs_sge)) in ib_uverbs_unmarshall_recv()
2747 if (user_wr->num_sge + sg_ind > sge_count) { in ib_uverbs_unmarshall_recv()
2816 cmd.sge_count, cmd.wqe_size); in ib_uverbs_post_recv()
2866 cmd.sge_count, cmd.wqe_size); in ib_uverbs_post_srq_recv()