Home
last modified time | relevance | path

Searched refs:sub_op (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/xe/instructions/
A Dxe_mfx_commands.h16 #define XE_MFX_INSTR(subtype, op, sub_op) \ argument
20 REG_FIELD_PREP(MFX_CMD_SUB_OPCODE, sub_op))
/drivers/scsi/csiostor/
A Dcsio_lnode.c724 uint8_t sub_op; in csio_fcoe_enable_link() local
735 sub_op = enable ? FCOE_LINK_UP : FCOE_LINK_DOWN; in csio_fcoe_enable_link()
738 sub_op ? "UP" : "DOWN", portid); in csio_fcoe_enable_link()
741 portid, sub_op, 0, 0, 0, NULL); in csio_fcoe_enable_link()
754 "ret:x%x\n", sub_op ? "UP" : "DOWN", portid, retval); in csio_fcoe_enable_link()
1681 uint32_t immd_len, uint8_t sub_op, uint32_t sid, in csio_ln_prep_ecwr() argument
1694 wr->els_ct_type = sub_op; in csio_ln_prep_ecwr()
1725 uint8_t sub_op, struct csio_dma_buf *pld, in csio_ln_mgmt_submit_wr() argument
1762 csio_ln_prep_ecwr(io_req, wr_size, im_len, sub_op, in csio_ln_mgmt_submit_wr()
/drivers/gpu/drm/amd/amdgpu/
A Dcikd.h495 #define SDMA_PACKET(op, sub_op, e) ((((e) & 0xFFFF) << 16) | \ argument
496 (((sub_op) & 0xFF) << 8) | \
/drivers/gpu/drm/i915/gt/
A Dintel_gpu_commands.h370 #define MEDIA_INSTR(pipe, op, sub_op, flags) \ argument
372 (op) << INSTR_26_TO_24_SHIFT | (sub_op) << 16 | (flags))
/drivers/gpu/drm/radeon/
A Dcikd.h2003 #define SDMA_PACKET(op, sub_op, e) ((((e) & 0xFFFF) << 16) | \ argument
2004 (((sub_op) & 0xFF) << 8) | \
/drivers/gpu/drm/i915/gvt/
A Dcmd_parser.c78 const struct sub_op_bits *sub_op; member
712 pr_err("0x%x ", sub_op_val(cmd, d_info->sub_op[i].hi, in print_opcode()
713 d_info->sub_op[i].low)); in print_opcode()

Completed in 34 milliseconds