HomeSort by: relevance | last modified time | path
    Searched defs:cmd_id (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/dev/pci/qat/
qat_hw17.c 494 enum fw_la_cmd_id cmd_id = desc->qcd_cmd_id; local in function:qat_hw17_crypto_setup_req_params
509 if (cmd_id != FW_LA_CMD_AUTH) {
519 if (cmd_id != FW_LA_CMD_CIPHER) {
qat_hw15.c 732 enum fw_la_cmd_id cmd_id = desc->qcd_cmd_id; local in function:qat_hw15_crypto_setup_req_params
753 if (cmd_id != FW_LA_CMD_AUTH) {
758 if (cmd_id == FW_LA_CMD_CIPHER || cmd_id == FW_LA_CMD_HASH_CIPHER)
777 if (cmd_id != FW_LA_CMD_CIPHER) {
782 if (cmd_id == FW_LA_CMD_HASH_CIPHER)
qat_hw17reg.h 521 uint8_t cmd_id; member in struct:fw_comn_resp_hdr
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
ta_ras_if.h 113 uint32_t cmd_id; member in struct:ta_ras_shared_memory
ta_xgmi_if.h 124 uint32_t cmd_id; member in struct:ta_xgmi_shared_memory
psp_gfx_if.h 323 uint32_t cmd_id; /* +8 command ID */ member in struct:psp_gfx_cmd_resp
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_surface.c 1070 uint32_t cmd_len, cmd_id, submit_len; local in function:vmw_gb_surface_create
1101 cmd_id = SVGA_3D_CMD_DEFINE_GB_SURFACE_V3;
1106 cmd_id = SVGA_3D_CMD_DEFINE_GB_SURFACE_V2;
1110 cmd_id = SVGA_3D_CMD_DEFINE_GB_SURFACE;
1124 cmd3->header.id = cmd_id;
1139 cmd2->header.id = cmd_id;
1152 cmd->header.id = cmd_id;
vmwgfx_execbuf.c 2821 uint32_t cmd_id; local in function:vmw_cmd_check_not_3d
2823 cmd_id = ((uint32_t *)buf)[0];
2824 switch (cmd_id) {
2838 VMW_DEBUG_USER("Unsupported SVGA command: %u.\n", cmd_id);
2844 cmd_id);
2849 VMW_DEBUG_USER("Kernel only SVGA command: %u.\n", cmd_id);
2853 if (cmd_id == SVGA_CMD_DEFINE_GMRFB)
3175 u32 cmd_id = ((u32 *) buf)[0]; local in function:vmw_cmd_describe
3177 if (cmd_id >= SVGA_CMD_MAX) {
3182 cmd_id = header->id
3222 uint32_t cmd_id; local in function:vmw_cmd_check
    [all...]
  /src/sys/dev/usb/
if_athn_usb.c 84 #define athn_usb_wmi_cmd(sc, cmd_id) \
85 athn_usb_wmi_xcmd(sc, cmd_id, NULL, 0, NULL)
1240 athn_usb_wmi_xcmd(struct athn_usb_softc *usc, uint16_t cmd_id, void *ibuf,
1251 DPRINTFN(DBG_FN, usc, "cmd_id %#x\n", cmd_id);
1259 wmi->cmd_id = htobe16(cmd_id);
1282 usc->usc_wait_cmd_id = cmd_id;
2027 uint16_t cmd_id; local in function:athn_usb_rx_wmi_ctrl
2037 cmd_id = be16toh(wmi->cmd_id)
    [all...]
if_athn_usb.h 99 uint16_t cmd_id; member in struct:ar_wmi_cmd_hdr
  /src/sys/external/bsd/ena-com/
ena_com.c 218 ena_trc_err("command id is larger than the queue size. cmd_id: %u queue size %d\n",
243 u16 tail_masked, cmd_id; local in function:__ena_com_submit_admin_cmd
259 cmd_id = admin_queue->curr_cmd_id;
264 cmd->aq_common_descriptor.command_id |= cmd_id &
267 comp_ctx = get_comp_ctxt(admin_queue, cmd_id, true);
468 u16 cmd_id; local in function:ena_com_handle_single_admin_completion
470 cmd_id = cqe->acq_common_descriptor.command &
473 comp_ctx = get_comp_ctxt(admin_queue, cmd_id, false);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
hdcp_psp.h 111 uint32_t cmd_id; member in struct:ta_dtm_shared_memory
453 uint32_t cmd_id; member in struct:ta_hdcp_shared_memory
  /src/sys/dev/pci/
if_txpreg.h 326 volatile u_int16_t cmd_id; member in struct:txp_cmd_desc
if_iwmreg.h 2332 * @cmd_id: the command ID for which the error occured
2340 uint8_t cmd_id; member in struct:iwm_error_resp

Completed in 35 milliseconds