Home
last modified time | relevance | path

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

/linux-6.3-rc2/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()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Dcikd.h488 #define SDMA_PACKET(op, sub_op, e) ((((e) & 0xFFFF) << 16) | \ argument
489 (((sub_op) & 0xFF) << 8) | \
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dintel_gpu_commands.h367 #define MEDIA_INSTR(pipe, op, sub_op, flags) \ argument
369 (op) << INSTR_26_TO_24_SHIFT | (sub_op) << 16 | (flags))
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dcikd.h2003 #define SDMA_PACKET(op, sub_op, e) ((((e) & 0xFFFF) << 16) | \ argument
2004 (((sub_op) & 0xFF) << 8) | \
/linux-6.3-rc2/arch/mips/include/uapi/asm/
A Dinst.h53 add_op, addu_op, sub_op, subu_op, enumerator
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/
A Dcmd_parser.c75 const struct sub_op_bits *sub_op; member
709 pr_err("0x%x ", sub_op_val(cmd, d_info->sub_op[i].hi, in print_opcode()
710 d_info->sub_op[i].low)); in print_opcode()

Completed in 37 milliseconds