Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Dmsft.c13 __u8 sub_opcode; member
18 __u8 sub_opcode; member
37 cp.sub_opcode = MSFT_OP_READ_SUPPORTED_FEATURES; in read_supported_features()
54 if (rp->sub_opcode != MSFT_OP_READ_SUPPORTED_FEATURES) in read_supported_features()
/Linux-v5.10/drivers/infiniband/hw/qib/
Dqib_common.h706 __u8 sub_opcode; member
/Linux-v5.10/drivers/scsi/csiostor/
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-v5.10/drivers/gpu/drm/i915/gvt/
Dcmd_parser.c159 #define OP_3D_MEDIA(sub_type, opcode, sub_opcode) \ argument
160 ((3 << 13) | ((sub_type) << 11) | ((opcode) << 8) | (sub_opcode))