| /src/sys/dev/pci/qat/ |
| qat_hw17.c | 494 enum fw_la_cmd_id cmd_id = desc->qcd_cmd_id; local 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 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/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 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/drm2/dist/drm/vmwgfx/ |
| vmwgfx_surface.c | 1070 uint32_t cmd_len, cmd_id, submit_len; local 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 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 3177 if (cmd_id >= SVGA_CMD_MAX) { 3182 cmd_id = header->id 3222 uint32_t cmd_id; local [all...] |
| /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 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 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_iwm.c | 3882 uint32_t cmd_id; local 3884 cmd_id = iwm_cmd_id(IWM_DQA_ENABLE_CMD, IWM_DATA_PATH_GROUP, 0); 3885 return iwm_send_cmd_pdu(sc, cmd_id, 0, sizeof(dqa_cmd), &dqa_cmd); 7449 uint32_t cmd_id, flags = 0; local 7479 cmd_id = iwm_cmd_id(IWM_SOC_CONFIGURATION_CMD, IWM_SYSTEM_GROUP, 0); 7480 err = iwm_send_cmd_pdu(sc, cmd_id, 0, sizeof(cmd), &cmd); 8605 le32toh(resp->error_type), resp->cmd_id);
|
| if_txpreg.h | 326 volatile u_int16_t cmd_id; member in struct:txp_cmd_desc
|
| if_iwmreg.h | 2495 * @cmd_id: the command ID for which the error occured 2503 uint8_t cmd_id; member in struct:iwm_error_resp
|