Home
last modified time | relevance | path

Searched refs:sub_opcode (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/csiostor/
H A Dcsio_mb.c839 uint32_t mb_tmo, uint8_t port_id, uint32_t sub_opcode, in csio_write_fcoe_link_cond_init_mb() argument
854 FW_FCOE_LINK_CMD_SUB_OPCODE(sub_opcode) | in csio_write_fcoe_link_cond_init_mb()
/linux/drivers/accel/habanalabs/common/
H A Dfirmware_if.c3313 int hl_fw_send_generic_request(struct hl_device *hdev, enum hl_passthrough_type sub_opcode, in hl_fw_send_generic_request() argument
3323 pkt.pkt_subidx = cpu_to_le32(sub_opcode); in hl_fw_send_generic_request()
H A Dhabanalabs.h4033 int hl_fw_send_generic_request(struct hl_device *hdev, enum hl_passthrough_type sub_opcode,
/linux/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c174 #define OP_3D_MEDIA(sub_type, opcode, sub_opcode) \ argument
175 ((3 << 13) | ((sub_type) << 11) | ((opcode) << 8) | (sub_opcode))