/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_lnode.c | 724 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() 1672 * @sub_op - Sub opcode 1681 uint32_t immd_len, uint8_t sub_op, uint32_t sid, in csio_ln_prep_ecwr() 1694 wr->els_ct_type = sub_op; in csio_ln_prep_ecwr() 1717 * @sub_op - ELS or CT request type 1725 uint8_t sub_op, struc in csio_ln_mgmt_submit_wr() 1680 csio_ln_prep_ecwr(struct csio_ioreq *io_req, uint32_t wr_len, uint32_t immd_len, uint8_t sub_op, uint32_t sid, uint32_t did, uint32_t flow_id, uint8_t *fw_wr) csio_ln_prep_ecwr() argument 1724 csio_ln_mgmt_submit_wr(struct csio_mgmtm *mgmtm, struct csio_ioreq *io_req, uint8_t sub_op, struct csio_dma_buf *pld, uint32_t pld_len) csio_ln_mgmt_submit_wr() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_lnode.c | 724 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() 1672 * @sub_op - Sub opcode 1681 uint32_t immd_len, uint8_t sub_op, uint32_t sid, in csio_ln_prep_ecwr() 1694 wr->els_ct_type = sub_op; in csio_ln_prep_ecwr() 1717 * @sub_op - ELS or CT request type 1725 uint8_t sub_op, struc in csio_ln_mgmt_submit_wr() 1680 csio_ln_prep_ecwr(struct csio_ioreq *io_req, uint32_t wr_len, uint32_t immd_len, uint8_t sub_op, uint32_t sid, uint32_t did, uint32_t flow_id, uint8_t *fw_wr) csio_ln_prep_ecwr() argument 1724 csio_ln_mgmt_submit_wr(struct csio_mgmtm *mgmtm, struct csio_ioreq *io_req, uint8_t sub_op, struct csio_dma_buf *pld, uint32_t pld_len) csio_ln_mgmt_submit_wr() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | cikd.h | 488 #define SDMA_PACKET(op, sub_op, e) ((((e) & 0xFFFF) << 16) | \ 489 (((sub_op) & 0xFF) << 8) | \
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | cikd.h | 488 #define SDMA_PACKET(op, sub_op, e) ((((e) & 0xFFFF) << 16) | \ 489 (((sub_op) & 0xFF) << 8) | \
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_gpu_commands.h | 369 #define MEDIA_INSTR(pipe, op, sub_op, flags) \ 371 (op) << INSTR_26_TO_24_SHIFT | (sub_op) << 16 | (flags))
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
H A D | inst.h | 53 add_op, addu_op, sub_op, subu_op, enumerator
|
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/ |
H A D | inst.h | 53 add_op, addu_op, sub_op, subu_op, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
H A D | inst.h | 130 sub_op, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | inst.h | 130 sub_op, enumerator
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | cikd.h | 2003 #define SDMA_PACKET(op, sub_op, e) ((((e) & 0xFFFF) << 16) | \ 2004 (((sub_op) & 0xFF) << 8) | \
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | cikd.h | 2003 #define SDMA_PACKET(op, sub_op, e) ((((e) & 0xFFFF) << 16) | \ 2004 (((sub_op) & 0xFF) << 8) | \
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | cmd_parser.c | 63 const struct sub_op_bits *sub_op; member 695 pr_err("0x%x ", sub_op_val(cmd, d_info->sub_op[i].hi, in print_opcode() 696 d_info->sub_op[i].low)); in print_opcode()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
H A D | cmd_parser.c | 75 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()
|