Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dmsft.c19 __u8 sub_opcode; member
24 __u8 sub_opcode; member
45 __u8 sub_opcode; member
56 __u8 sub_opcode; member
62 __u8 sub_opcode; member
68 __u8 sub_opcode; member
73 __u8 sub_opcode; member
79 __u8 sub_opcode; member
148 cp.sub_opcode = MSFT_OP_READ_SUPPORTED_FEATURES; in read_supported_features()
165 if (rp->sub_opcode != MSFT_OP_READ_SUPPORTED_FEATURES) in read_supported_features()
[all …]
/linux/drivers/infiniband/hw/qib/
H A Dqib_common.h706 __u8 sub_opcode; member
/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.c172 #define OP_3D_MEDIA(sub_type, opcode, sub_opcode) \ argument
173 ((3 << 13) | ((sub_type) << 11) | ((opcode) << 8) | (sub_opcode))