arch/arm/mach-versatile/spc.c
303
static int ve_spc_waitforcompletion(int req_type)
arch/arm/mach-versatile/spc.c
310
ret = info->cur_rsp_stat & STAT_COMPLETE(req_type) ? 0 : -EIO;
arch/arm/mach-versatile/spc.c
317
int ret, perf, req_type;
arch/arm/mach-versatile/spc.c
320
req_type = CA15_DVFS;
arch/arm/mach-versatile/spc.c
323
req_type = CA7_DVFS;
arch/arm/mach-versatile/spc.c
336
info->cur_rsp_mask = RESPONSE_MASK(req_type);
arch/arm/mach-versatile/spc.c
339
ret = ve_spc_waitforcompletion(req_type);
arch/x86/mm/pat/memtype.c
363
enum page_cache_mode req_type)
arch/x86/mm/pat/memtype.c
369
if (req_type == _PAGE_CACHE_MODE_WB) {
arch/x86/mm/pat/memtype.c
379
return req_type;
arch/x86/mm/pat/memtype.c
437
enum page_cache_mode req_type,
arch/x86/mm/pat/memtype.c
443
if (req_type == _PAGE_CACHE_MODE_WP) {
arch/x86/mm/pat/memtype.c
449
if (req_type == _PAGE_CACHE_MODE_UC) {
arch/x86/mm/pat/memtype.c
452
req_type = _PAGE_CACHE_MODE_UC_MINUS;
arch/x86/mm/pat/memtype.c
462
start, end - 1, type, req_type);
arch/x86/mm/pat/memtype.c
471
*new_type = req_type;
arch/x86/mm/pat/memtype.c
475
set_page_memtype(page, req_type);
arch/x86/mm/pat/memtype.c
521
int memtype_reserve(u64 start, u64 end, enum page_cache_mode req_type,
arch/x86/mm/pat/memtype.c
538
start, end - 1, cattr_name(req_type));
arch/x86/mm/pat/memtype.c
545
*new_type = req_type;
arch/x86/mm/pat/memtype.c
562
actual_type = pat_x_mtrr_type(start, end, req_type);
arch/x86/mm/pat/memtype.c
570
err = reserve_ram_pages_type(start, end, req_type, new_type);
arch/x86/mm/pat/memtype.c
591
cattr_name(entry_new->type), cattr_name(req_type));
arch/x86/mm/pat/memtype.c
601
start, end - 1, cattr_name(entry_new->type), cattr_name(req_type),
arch/x86/mm/pat/memtype.c
717
enum page_cache_mode req_type = *type;
arch/x86/mm/pat/memtype.c
723
ret = memtype_reserve(start, end, req_type, &new_type);
arch/x86/mm/pat/memtype.c
727
if (!is_new_memtype_allowed(start, size, req_type, new_type))
drivers/acpi/nfit/core.c
2370
struct nfit_spa *nfit_spa, enum nfit_ars_state req_type)
drivers/acpi/nfit/core.c
2381
if (req_type == ARS_REQ_SHORT)
drivers/acpi/nfit/core.c
2852
enum nfit_ars_state req_type;
drivers/acpi/nfit/core.c
2860
req_type = ARS_REQ_SHORT;
drivers/acpi/nfit/core.c
2862
req_type = ARS_REQ_LONG;
drivers/acpi/nfit/core.c
2865
rc = ars_start(acpi_desc, nfit_spa, req_type);
drivers/acpi/nfit/core.c
2870
req_type == ARS_REQ_SHORT ? "short" : "long",
drivers/acpi/nfit/core.c
2882
clear_bit(req_type, &nfit_spa->ars_state);
drivers/acpi/nfit/core.c
3221
enum nfit_ars_state req_type)
drivers/acpi/nfit/core.c
3241
if (test_and_set_bit(req_type, &nfit_spa->ars_state))
drivers/acpi/nfit/nfit.h
310
enum nfit_ars_state req_type);
drivers/clocksource/timer-ti-dm.c
514
static struct dmtimer *_omap_dm_timer_request(int req_type, void *data)
drivers/clocksource/timer-ti-dm.c
522
switch (req_type) {
drivers/clocksource/timer-ti-dm.c
542
switch (req_type) {
drivers/crypto/hisilicon/zip/zip_crypto.c
201
static void hisi_zip_fill_req_type(struct hisi_zip_sqe *sqe, u8 req_type)
drivers/crypto/hisilicon/zip/zip_crypto.c
206
val |= FIELD_PREP(HZIP_REQ_TYPE_M, req_type);
drivers/crypto/hisilicon/zip/zip_crypto.c
235
u8 req_type, struct hisi_zip_req *req)
drivers/crypto/hisilicon/zip/zip_crypto.c
244
ops->fill_req_type(sqe, req_type);
drivers/crypto/hisilicon/zip/zip_crypto.c
283
hisi_zip_fill_sqe(qp_ctx->ctx, &zip_sqe, qp_ctx->req_type, req);
drivers/crypto/hisilicon/zip/zip_crypto.c
418
static int hisi_zip_ctx_init(struct hisi_zip_ctx *hisi_zip_ctx, u8 req_type, int node)
drivers/crypto/hisilicon/zip/zip_crypto.c
442
qp_ctx->req_type = req_type;
drivers/crypto/hisilicon/zip/zip_crypto.c
74
u8 req_type;
drivers/crypto/hisilicon/zip/zip_crypto.c
82
void (*fill_req_type)(struct hisi_zip_sqe *sqe, u8 req_type);
drivers/crypto/marvell/octeontx/otx_cptvf_algs.c
1152
req_info->req_type = reg_type;
drivers/crypto/marvell/octeontx/otx_cptvf_algs.c
133
if (cpt_req->req_type == OTX_CPT_AEAD_ENC_DEC_NULL_REQ &&
drivers/crypto/marvell/octeontx/otx_cptvf_algs.c
369
req_info->req_type = OTX_CPT_ENC_DEC_REQ;
drivers/crypto/marvell/octeontx/otx_cptvf_reqmgr.h
169
u8 req_type; /* Type of request */
drivers/crypto/marvell/octeontx2/otx2_cpt_reqmgr.h
140
u8 req_type; /* Type of request */
drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.c
116
if (cpt_req->req_type ==
drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.c
1253
req_info->req_type = reg_type;
drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.c
384
req_info->req_type = OTX2_CPT_ENC_DEC_REQ;
drivers/dma/sprd-dma.c
593
enum sprd_dma_req_mode req_type;
drivers/dma/sprd-dma.c
612
req_type = sprd_dma_get_req_type(schan);
drivers/dma/sprd-dma.c
621
trans_done = sprd_dma_check_trans_done(int_type, req_type);
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
741
atcs_input.req_type = ATCS_PCIE_LINK_SPEED;
drivers/gpu/drm/amd/include/amd_acpi.h
101
u8 req_type; /* request type */
drivers/gpu/drm/display/drm_dp_mst_topology.c
102
static const char *drm_dp_mst_req_type_str(u8 req_type)
drivers/gpu/drm/display/drm_dp_mst_topology.c
1041
msg->req_type = (raw->msg[0] & 0x7f);
drivers/gpu/drm/display/drm_dp_mst_topology.c
1050
switch (msg->req_type) {
drivers/gpu/drm/display/drm_dp_mst_topology.c
1076
msg->req_type, drm_dp_mst_req_type_str(msg->req_type));
drivers/gpu/drm/display/drm_dp_mst_topology.c
1140
msg->req_type = (raw->msg[0] & 0x7f);
drivers/gpu/drm/display/drm_dp_mst_topology.c
1142
switch (msg->req_type) {
drivers/gpu/drm/display/drm_dp_mst_topology.c
1149
msg->req_type, drm_dp_mst_req_type_str(msg->req_type));
drivers/gpu/drm/display/drm_dp_mst_topology.c
1159
req.req_type = DP_REMOTE_DPCD_WRITE;
drivers/gpu/drm/display/drm_dp_mst_topology.c
1171
req.req_type = DP_LINK_ADDRESS;
drivers/gpu/drm/display/drm_dp_mst_topology.c
1179
req.req_type = DP_CLEAR_PAYLOAD_ID_TABLE;
drivers/gpu/drm/display/drm_dp_mst_topology.c
1189
req.req_type = DP_ENUM_PATH_RESOURCES;
drivers/gpu/drm/display/drm_dp_mst_topology.c
1205
req.req_type = DP_ALLOCATE_PAYLOAD;
drivers/gpu/drm/display/drm_dp_mst_topology.c
1222
req.req_type = DP_POWER_UP_PHY;
drivers/gpu/drm/display/drm_dp_mst_topology.c
1224
req.req_type = DP_POWER_DOWN_PHY;
drivers/gpu/drm/display/drm_dp_mst_topology.c
123
if (req_type >= ARRAY_SIZE(req_type_str) ||
drivers/gpu/drm/display/drm_dp_mst_topology.c
1237
req.req_type = DP_QUERY_STREAM_ENC_STATUS;
drivers/gpu/drm/display/drm_dp_mst_topology.c
124
!req_type_str[req_type])
drivers/gpu/drm/display/drm_dp_mst_topology.c
127
return req_type_str[req_type];
drivers/gpu/drm/display/drm_dp_mst_topology.c
2723
req.req_type = DP_REMOTE_DPCD_READ;
drivers/gpu/drm/display/drm_dp_mst_topology.c
2765
u8 req_type;
drivers/gpu/drm/display/drm_dp_mst_topology.c
2767
req_type = txmsg->msg[0] & 0x7f;
drivers/gpu/drm/display/drm_dp_mst_topology.c
2768
if (req_type == DP_CONNECTION_STATUS_NOTIFY ||
drivers/gpu/drm/display/drm_dp_mst_topology.c
2769
req_type == DP_RESOURCE_STATUS_NOTIFY ||
drivers/gpu/drm/display/drm_dp_mst_topology.c
2770
req_type == DP_CLEAR_PAYLOAD_ID_TABLE)
drivers/gpu/drm/display/drm_dp_mst_topology.c
352
buf[idx++] = req->req_type & 0x7f;
drivers/gpu/drm/display/drm_dp_mst_topology.c
354
switch (req->req_type) {
drivers/gpu/drm/display/drm_dp_mst_topology.c
3549
static int drm_dp_encode_up_ack_reply(struct drm_dp_sideband_msg_tx *msg, u8 req_type)
drivers/gpu/drm/display/drm_dp_mst_topology.c
3554
reply.req_type = req_type;
drivers/gpu/drm/display/drm_dp_mst_topology.c
3561
int req_type, bool broadcast)
drivers/gpu/drm/display/drm_dp_mst_topology.c
3570
drm_dp_encode_up_ack_reply(txmsg, req_type);
drivers/gpu/drm/display/drm_dp_mst_topology.c
4012
txmsg->reply.req_type,
drivers/gpu/drm/display/drm_dp_mst_topology.c
4013
drm_dp_mst_req_type_str(txmsg->reply.req_type),
drivers/gpu/drm/display/drm_dp_mst_topology.c
4063
if (msg->req_type == DP_CONNECTION_STATUS_NOTIFY)
drivers/gpu/drm/display/drm_dp_mst_topology.c
4065
else if (msg->req_type == DP_RESOURCE_STATUS_NOTIFY)
drivers/gpu/drm/display/drm_dp_mst_topology.c
4080
if (msg->req_type == DP_CONNECTION_STATUS_NOTIFY) {
drivers/gpu/drm/display/drm_dp_mst_topology.c
4148
if (up_req->msg.req_type != DP_CONNECTION_STATUS_NOTIFY &&
drivers/gpu/drm/display/drm_dp_mst_topology.c
4149
up_req->msg.req_type != DP_RESOURCE_STATUS_NOTIFY) {
drivers/gpu/drm/display/drm_dp_mst_topology.c
4151
up_req->msg.req_type);
drivers/gpu/drm/display/drm_dp_mst_topology.c
4165
drm_dp_send_up_ack_reply(mgr, mst_primary, up_req->msg.req_type,
drivers/gpu/drm/display/drm_dp_mst_topology.c
4170
if (up_req->msg.req_type == DP_CONNECTION_STATUS_NOTIFY) {
drivers/gpu/drm/display/drm_dp_mst_topology.c
4181
} else if (up_req->msg.req_type == DP_RESOURCE_STATUS_NOTIFY) {
drivers/gpu/drm/display/drm_dp_mst_topology.c
474
req->req_type = buf[idx++] & 0x7f;
drivers/gpu/drm/display/drm_dp_mst_topology.c
475
switch (req->req_type) {
drivers/gpu/drm/display/drm_dp_mst_topology.c
5834
msg.req_type = DP_REMOTE_I2C_READ;
drivers/gpu/drm/display/drm_dp_mst_topology.c
5893
msg.req_type = DP_REMOTE_I2C_WRITE;
drivers/gpu/drm/display/drm_dp_mst_topology.c
616
if (req->req_type == DP_LINK_ADDRESS) {
drivers/gpu/drm/display/drm_dp_mst_topology.c
618
P("type=%s\n", drm_dp_mst_req_type_str(req->req_type));
drivers/gpu/drm/display/drm_dp_mst_topology.c
622
P("type=%s contents:\n", drm_dp_mst_req_type_str(req->req_type));
drivers/gpu/drm/display/drm_dp_mst_topology.c
625
switch (req->req_type) {
drivers/gpu/drm/display/drm_dp_mst_topology.c
722
switch (req.req_type) {
drivers/gpu/drm/display/drm_dp_mst_topology.c
750
buf[idx++] = (rep->reply_type & 0x1) << 7 | (rep->req_type & 0x7f);
drivers/gpu/drm/radeon/radeon_acpi.c
625
atcs_input.req_type = ATCS_PCIE_LINK_SPEED;
drivers/gpu/drm/radeon/radeon_acpi.c
93
u8 req_type; /* request type */
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
226
.req_type = DP_ENUM_PATH_RESOURCES,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
233
.req_type = DP_POWER_UP_PHY,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
240
.req_type = DP_POWER_DOWN_PHY,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
247
.req_type = DP_ALLOCATE_PAYLOAD,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
255
.req_type = DP_ALLOCATE_PAYLOAD,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
262
.req_type = DP_ALLOCATE_PAYLOAD,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
269
.req_type = DP_ALLOCATE_PAYLOAD,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
276
.req_type = DP_QUERY_PAYLOAD,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
283
.req_type = DP_QUERY_PAYLOAD,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
290
.req_type = DP_REMOTE_DPCD_READ,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
297
.req_type = DP_REMOTE_DPCD_READ,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
304
.req_type = DP_REMOTE_DPCD_READ,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
311
.req_type = DP_REMOTE_DPCD_WRITE,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
318
.req_type = DP_REMOTE_DPCD_WRITE,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
325
.req_type = DP_REMOTE_DPCD_WRITE,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
333
.req_type = DP_REMOTE_I2C_READ,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
340
.req_type = DP_REMOTE_I2C_READ,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
347
.req_type = DP_REMOTE_I2C_READ,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
363
.req_type = DP_REMOTE_I2C_WRITE,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
370
.req_type = DP_REMOTE_I2C_WRITE,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
377
.req_type = DP_REMOTE_I2C_WRITE,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
385
.req_type = DP_QUERY_STREAM_ENC_STATUS,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
392
.req_type = DP_QUERY_STREAM_ENC_STATUS,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
399
.req_type = DP_QUERY_STREAM_ENC_STATUS,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
406
.req_type = DP_QUERY_STREAM_ENC_STATUS,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
413
.req_type = DP_QUERY_STREAM_ENC_STATUS,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
420
.req_type = DP_QUERY_STREAM_ENC_STATUS,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
433
if (in->req_type != out->req_type)
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
436
switch (in->req_type) {
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
538
switch (in->req_type) {
drivers/infiniband/hw/bng_re/bng_dev.c
99
hdr->req_type = cpu_to_le16(opcd);
drivers/infiniband/hw/bnxt_re/main.c
532
hdr->req_type = cpu_to_le16(opcd);
drivers/infiniband/hw/qedr/qedr_hsi_rdma.h
294
u8 req_type;
drivers/infiniband/hw/qedr/qedr_hsi_rdma.h
324
u8 req_type;
drivers/infiniband/hw/qedr/qedr_hsi_rdma.h
358
u8 req_type;
drivers/infiniband/hw/qedr/qedr_hsi_rdma.h
406
u8 req_type;
drivers/infiniband/hw/qedr/qedr_hsi_rdma.h
461
u8 req_type;
drivers/infiniband/hw/qedr/qedr_hsi_rdma.h
482
u8 req_type;
drivers/infiniband/hw/qedr/qedr_hsi_rdma.h
532
u8 req_type;
drivers/infiniband/hw/qedr/qedr_hsi_rdma.h
586
u8 req_type;
drivers/infiniband/hw/qedr/qedr_hsi_rdma.h
610
u8 req_type;
drivers/infiniband/hw/qedr/qedr_hsi_rdma.h
645
u8 req_type;
drivers/infiniband/hw/qedr/qedr_hsi_rdma.h
704
u8 req_type;
drivers/infiniband/hw/qedr/qedr_hsi_rdma.h
729
u8 req_type;
drivers/infiniband/hw/qedr/verbs.c
3589
wqe->req_type = RDMA_SQ_REQ_TYPE_SEND_WITH_IMM;
drivers/infiniband/hw/qedr/verbs.c
3603
wqe->req_type = RDMA_SQ_REQ_TYPE_SEND;
drivers/infiniband/hw/qedr/verbs.c
3616
wqe->req_type = RDMA_SQ_REQ_TYPE_SEND_WITH_INVALIDATE;
drivers/infiniband/hw/qedr/verbs.c
3635
wqe->req_type = RDMA_SQ_REQ_TYPE_RDMA_WR_WITH_IMM;
drivers/infiniband/hw/qedr/verbs.c
3649
wqe->req_type = RDMA_SQ_REQ_TYPE_RDMA_WR;
drivers/infiniband/hw/qedr/verbs.c
3666
wqe->req_type = RDMA_SQ_REQ_TYPE_RDMA_RD;
drivers/infiniband/hw/qedr/verbs.c
3691
wqe->req_type = RDMA_SQ_REQ_TYPE_ATOMIC_ADD;
drivers/infiniband/hw/qedr/verbs.c
3695
wqe->req_type = RDMA_SQ_REQ_TYPE_ATOMIC_CMP_AND_SWAP;
drivers/infiniband/hw/qedr/verbs.c
3712
iwqe->req_type = RDMA_SQ_REQ_TYPE_LOCAL_INVALIDATE;
drivers/infiniband/hw/qedr/verbs.c
3719
wqe->req_type = RDMA_SQ_REQ_TYPE_FAST_MR;
drivers/iommu/iommu.c
1700
__iommu_group_alloc_default_domain(struct iommu_group *group, int req_type)
drivers/iommu/iommu.c
1705
if (group->default_domain && group->default_domain->type == req_type)
drivers/iommu/iommu.c
1712
if (req_type & __IOMMU_DOMAIN_PAGING) {
drivers/iommu/iommu.c
1713
dom = __iommu_paging_domain_alloc_flags(dev, req_type,
drivers/iommu/iommu.c
1721
dom = __iommu_paging_domain_alloc_flags(dev, req_type, 0);
drivers/iommu/iommu.c
1726
if (req_type == IOMMU_DOMAIN_IDENTITY)
drivers/iommu/iommu.c
1737
iommu_group_alloc_default_domain(struct iommu_group *group, int req_type)
drivers/iommu/iommu.c
1750
if (req_type != ops->default_domain->type)
drivers/iommu/iommu.c
1755
if (req_type)
drivers/iommu/iommu.c
1756
return __iommu_group_alloc_default_domain(group, req_type);
drivers/iommu/iommu.c
3088
int req_type;
drivers/iommu/iommu.c
3093
req_type = iommu_get_default_domain_type(group, target_type);
drivers/iommu/iommu.c
3094
if (req_type < 0)
drivers/iommu/iommu.c
3097
dom = iommu_group_alloc_default_domain(group, req_type);
drivers/iommu/iommu.c
3190
int ret, req_type;
drivers/iommu/iommu.c
3199
req_type = IOMMU_DOMAIN_IDENTITY;
drivers/iommu/iommu.c
3201
req_type = IOMMU_DOMAIN_DMA;
drivers/iommu/iommu.c
3203
req_type = IOMMU_DOMAIN_DMA_FQ;
drivers/iommu/iommu.c
3205
req_type = 0;
drivers/iommu/iommu.c
3211
if (req_type == IOMMU_DOMAIN_DMA_FQ &&
drivers/iommu/iommu.c
3228
ret = iommu_setup_default_domain(group, req_type);
drivers/media/dvb-frontends/mxl5xx_defs.h
187
#define BUILD_HYDRA_CMD(cmd_id, req_type, size, data_ptr, cmd_buff) \
drivers/media/dvb-frontends/mxl5xx_defs.h
189
cmd_buff[0] = ((req_type == MXL_CMD_WRITE) ? MXL_HYDRA_PLID_CMD_WRITE : MXL_HYDRA_PLID_CMD_READ); \
drivers/media/usb/gspca/stv0680.c
39
u8 req_type = 0;
drivers/media/usb/gspca/stv0680.c
44
req_type = USB_DIR_IN | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT;
drivers/media/usb/gspca/stv0680.c
48
req_type = USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT;
drivers/media/usb/gspca/stv0680.c
52
req_type = USB_DIR_IN | USB_RECIP_DEVICE;
drivers/media/usb/gspca/stv0680.c
56
req_type = USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE;
drivers/media/usb/gspca/stv0680.c
62
req, req_type,
drivers/mmc/core/block.c
2842
u16 req_type;
drivers/mmc/core/block.c
2852
req_type = be16_to_cpu(frm->req_resp);
drivers/mmc/core/block.c
2853
switch (req_type) {
drivers/mmc/host/sdhci-msm.c
1580
static void sdhci_msm_check_power_status(struct sdhci_host *host, u32 req_type)
drivers/mmc/host/sdhci-msm.c
1591
mmc_hostname(host->mmc), __func__, req_type,
drivers/mmc/host/sdhci-msm.c
1603
if ((req_type & REQ_IO_HIGH || req_type & REQ_IO_LOW) &&
drivers/mmc/host/sdhci-msm.c
1620
if ((req_type & REQ_IO_HIGH) && !host->pwr) {
drivers/mmc/host/sdhci-msm.c
1622
mmc_hostname(host->mmc), req_type);
drivers/mmc/host/sdhci-msm.c
1625
if ((req_type & msm_host->curr_pwr_state) ||
drivers/mmc/host/sdhci-msm.c
1626
(req_type & msm_host->curr_io_level))
drivers/mmc/host/sdhci-msm.c
1640
mmc_hostname(host->mmc), req_type);
drivers/mmc/host/sdhci-msm.c
1643
if ((req_type & REQ_BUS_ON) && mmc->card && !mmc->ops->get_cd(mmc)) {
drivers/mmc/host/sdhci-msm.c
1649
__func__, req_type);
drivers/mmc/host/sdhci-msm.c
2211
u32 req_type = 0;
drivers/mmc/host/sdhci-msm.c
2215
req_type = (val & SDHCI_CTRL_VDD_180) ? REQ_IO_LOW :
drivers/mmc/host/sdhci-msm.c
2220
req_type = REQ_BUS_OFF;
drivers/mmc/host/sdhci-msm.c
2223
req_type = !val ? REQ_BUS_OFF : REQ_BUS_ON;
drivers/mmc/host/sdhci-msm.c
2239
if (req_type) {
drivers/mmc/host/sdhci-msm.c
2247
return req_type;
drivers/mmc/host/sdhci-msm.c
2253
u32 req_type = 0;
drivers/mmc/host/sdhci-msm.c
2255
req_type = __sdhci_msm_check_write(host, val, reg);
drivers/mmc/host/sdhci-msm.c
2258
if (req_type)
drivers/mmc/host/sdhci-msm.c
2259
sdhci_msm_check_power_status(host, req_type);
drivers/mmc/host/sdhci-msm.c
2265
u32 req_type = 0;
drivers/mmc/host/sdhci-msm.c
2267
req_type = __sdhci_msm_check_write(host, val, reg);
drivers/mmc/host/sdhci-msm.c
2271
if (req_type)
drivers/mmc/host/sdhci-msm.c
2272
sdhci_msm_check_power_status(host, req_type);
drivers/most/most_usb.c
143
u8 req_type = USB_DIR_IN | USB_TYPE_VENDOR | USB_RECIP_DEVICE;
drivers/most/most_usb.c
150
DRCI_READ_REQ, req_type,
drivers/net/can/usb/peak_usb/pcan_usb_pro.c
317
u8 req_type;
drivers/net/can/usb/peak_usb/pcan_usb_pro.c
324
req_type = USB_TYPE_VENDOR | USB_RECIP_OTHER;
drivers/net/can/usb/peak_usb/pcan_usb_pro.c
333
req_type |= USB_DIR_IN;
drivers/net/can/usb/peak_usb/pcan_usb_pro.c
338
err = usb_control_msg(dev->udev, p, req_id, req_type, req_value, 0,
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
106
u16 req_type;
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
126
internal_req->req_type = ((struct input *)new_req)->req_type;
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
135
req_type = le16_to_cpu(internal_req->req_type);
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
136
ctx->sentinel = bnge_cal_sentinel(ctx, req_type);
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
16
static u64 bnge_cal_sentinel(struct bnge_hwrm_ctx *ctx, u16 req_type)
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
160
(u32)le16_to_cpu(input->req_type));
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
18
return (((uintptr_t)ctx) + req_type) ^ BNGE_HWRM_SENTINEL;
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
21
int bnge_hwrm_req_create(struct bnge_dev *bd, void **req, u16 req_type,
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
265
u32 type = le16_to_cpu(req->req_type);
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
299
u32 req_type;
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
306
req_type = le16_to_cpu(ctx->req->req_type);
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
311
req_type);
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
369
req_type);
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
38
ctx->sentinel = bnge_cal_sentinel(ctx, req_type);
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
394
le16_to_cpu(resp_seq), req_type, le16_to_cpu(ctx->req->seq_id));
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
412
bnge_hwrm_timeout(i), req_type,
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
435
bnge_hwrm_timeout(i) + j, req_type,
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
449
req_type);
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
452
req_type, le16_to_cpu(ctx->req->seq_id), rc);
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
50
ctx->req->req_type = cpu_to_le16(req_type);
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
507
(u32)le16_to_cpu(input->req_type));
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
73
sentinel = bnge_cal_sentinel(ctx, le16_to_cpu(req->req_type));
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
76
(u32)le16_to_cpu(req->req_type));
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.h
94
int bnge_hwrm_req_create(struct bnge_dev *bd, void **req, u16 req_type,
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.h
96
#define bnge_hwrm_req_init(bd, req, req_type) \
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.h
97
bnge_hwrm_req_create((bd), (void **)&(req), (req_type), \
drivers/net/ethernet/broadcom/bnxt/bnxt.h
1500
__le16 req_type;
drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.c
115
if (cmn_req->req_type ==
drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.c
130
if (cmn_req->req_type ==
drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.c
97
cmn_req->req_type == cpu_to_le16(HWRM_DBG_COREDUMP_LIST)) {
drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.h
136
__le16 req_type;
drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.h
147
__le16 req_type;
drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c
1052
if (req->req_type == cpu_to_le16(HWRM_NVM_SET_VARIABLE)) {
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
113
sentinel = hwrm_calc_sentinel(ctx, le16_to_cpu(req->req_type));
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
117
(u32)le16_to_cpu(req->req_type));
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
196
u16 req_type;
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
216
internal_req->req_type = ((struct input *)new_req)->req_type;
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
225
req_type = le16_to_cpu(internal_req->req_type);
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
226
ctx->sentinel = hwrm_calc_sentinel(ctx, req_type);
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
28
static u64 hwrm_calc_sentinel(struct bnxt_hwrm_ctx *ctx, u16 req_type)
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
289
(u32)le16_to_cpu(input->req_type));
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
30
return (((uintptr_t)ctx) + req_type) ^ BNXT_HWRM_SENTINEL;
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
424
u32 type = le16_to_cpu(req->req_type);
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
447
static bool hwrm_wait_must_abort(struct bnxt *bp, u32 req_type, u32 *fw_status)
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
449
if (req_type == HWRM_VER_GET)
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
470
u32 req_type, sts;
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
478
req_type = le16_to_cpu(ctx->req->req_type);
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
480
(req_type != HWRM_FUNC_RESET && req_type != HWRM_VER_GET)) {
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
482
req_type);
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
489
req_type);
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
500
req_type);
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
515
short_input.req_type = ctx->req->req_type;
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
574
if (hwrm_wait_must_abort(bp, req_type, &sts)) {
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
576
req_type, sts);
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
586
req_type);
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
61
int __hwrm_req_init(struct bnxt *bp, void **req, u16 req_type, u32 req_len)
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
618
req_type,
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
629
if (hwrm_wait_must_abort(bp, req_type, &sts)) {
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
631
req_type,
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
643
hwrm_total_timeout(i), req_type,
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
666
hwrm_total_timeout(i) + j, req_type,
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
680
req_type);
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
683
req_type, le16_to_cpu(ctx->req->seq_id), rc);
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
77
ctx->sentinel = hwrm_calc_sentinel(ctx, req_type);
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
804
(u32)le16_to_cpu(input->req_type));
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
89
ctx->req->req_type = cpu_to_le16(req_type);
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.h
124
(bnxt_cfa_hwrm_message(le16_to_cpu(req->req_type)) ||
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.h
128
int __hwrm_req_init(struct bnxt *bp, void **req, u16 req_type, u32 req_len);
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.h
129
#define hwrm_req_init(bp, req, req_type) \
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.h
130
__hwrm_req_init((bp), (void **)&(req), (req_type), sizeof(*(req)))
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.h
95
static inline bool bnxt_cfa_hwrm_message(u16 req_type)
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.h
97
switch (req_type) {
drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c
1261
u32 req_type = le16_to_cpu(encap_req->req_type);
drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c
1263
switch (req_type) {
drivers/net/ethernet/brocade/bna/bna_tx_rx.c
180
enum bfi_enet_h2i_msgs req_type)
drivers/net/ethernet/brocade/bna/bna_tx_rx.c
184
bfi_msgq_mhdr_set(req->mh, BFI_MC_ENET, req_type, 0, rxf->rx->rid);
drivers/net/ethernet/cavium/liquidio/lio_vf_rep.c
119
rep_cfg.req_type = LIO_VF_REP_REQ_STATE;
drivers/net/ethernet/cavium/liquidio/lio_vf_rep.c
152
rep_cfg.req_type = LIO_VF_REP_REQ_STATE;
drivers/net/ethernet/cavium/liquidio/lio_vf_rep.c
209
rep_cfg.req_type = LIO_VF_REP_REQ_MTU;
drivers/net/ethernet/cavium/liquidio/lio_vf_rep.c
473
rep_cfg.req_type = LIO_VF_REP_REQ_STATS;
drivers/net/ethernet/cavium/liquidio/lio_vf_rep.c
638
rep_cfg.req_type = LIO_VF_REP_REQ_DEVNAME;
drivers/net/ethernet/cavium/liquidio/liquidio_common.h
1013
u8 req_type;
drivers/net/ethernet/qlogic/qed/qed_sriov.c
2711
void *p_tlvs_list, u16 req_type)
drivers/net/ethernet/qlogic/qed/qed_sriov.c
2722
if (p_tlv->type == req_type) {
drivers/net/ethernet/qlogic/qed/qed_sriov.h
399
void *p_tlvs_list, u16 req_type);
drivers/net/ethernet/sfc/siena/siena_sriov.c
1427
vf->req_type = VFDI_EV_TYPE_REQ_WORD0;
drivers/net/ethernet/sfc/siena/siena_sriov.c
1430
} else if (seq != (vf->req_seqno++ & 0xff) || type != vf->req_type)
drivers/net/ethernet/sfc/siena/siena_sriov.c
1433
switch (vf->req_type) {
drivers/net/ethernet/sfc/siena/siena_sriov.c
1437
vf->req_addr |= (u64)data << (vf->req_type << 4);
drivers/net/ethernet/sfc/siena/siena_sriov.c
1438
++vf->req_type;
drivers/net/ethernet/sfc/siena/siena_sriov.c
1443
vf->req_type = VFDI_EV_TYPE_REQ_WORD0;
drivers/net/ethernet/sfc/siena/siena_sriov.c
1455
vf->req_type = VFDI_EV_TYPE_REQ_WORD0;
drivers/net/ethernet/sfc/siena/siena_sriov.c
92
int req_type;
drivers/net/wireless/ath/ath10k/mac.c
4566
.req_type = WMI_SCAN_STOP_ONE,
drivers/net/wireless/ath/ath10k/wmi-tlv.c
2084
if (arg->req_type == WMI_SCAN_STOP_ONE && arg->u.scan_id > 0xFFF)
drivers/net/wireless/ath/ath10k/wmi-tlv.c
2101
cmd->req_type = __cpu_to_le32(arg->req_type);
drivers/net/wireless/ath/ath10k/wmi.c
7115
if (arg->req_type == WMI_SCAN_STOP_ONE && arg->u.scan_id > 0xFFF)
drivers/net/wireless/ath/ath10k/wmi.c
7129
cmd->req_type = __cpu_to_le32(arg->req_type);
drivers/net/wireless/ath/ath10k/wmi.c
7136
arg->req_id, arg->req_type, arg->u.scan_id);
drivers/net/wireless/ath/ath10k/wmi.h
3350
__le32 req_type;
drivers/net/wireless/ath/ath10k/wmi.h
3356
enum wmi_stop_scan_type req_type;
drivers/net/wireless/ath/ath11k/mac.c
3903
.req_type = WLAN_SCAN_CANCEL_SINGLE,
drivers/net/wireless/ath/ath11k/wmi.c
1477
cmd->req_type = type;
drivers/net/wireless/ath/ath11k/wmi.c
2530
if (param->req_type == WLAN_SCAN_CANCEL_PDEV_ALL) {
drivers/net/wireless/ath/ath11k/wmi.c
2532
cmd->req_type = WMI_SCAN_STOP_ALL;
drivers/net/wireless/ath/ath11k/wmi.c
2533
} else if (param->req_type == WLAN_SCAN_CANCEL_VDEV_ALL) {
drivers/net/wireless/ath/ath11k/wmi.c
2535
cmd->req_type = WMI_SCN_STOP_VAP_ALL;
drivers/net/wireless/ath/ath11k/wmi.c
2536
} else if (param->req_type == WLAN_SCAN_CANCEL_SINGLE) {
drivers/net/wireless/ath/ath11k/wmi.c
2538
cmd->req_type = WMI_SCAN_STOP_ONE;
drivers/net/wireless/ath/ath11k/wmi.c
2541
param->req_type);
drivers/net/wireless/ath/ath11k/wmi.h
3118
u32 req_type;
drivers/net/wireless/ath/ath11k/wmi.h
3468
enum scan_cancel_req_type req_type;
drivers/net/wireless/ath/ath11k/wmi.h
3807
u32 req_type;
drivers/net/wireless/ath/ath12k/mac.c
5161
.req_type = WLAN_SCAN_CANCEL_SINGLE,
drivers/net/wireless/ath/ath12k/wmi.c
1680
cmd->req_type = cpu_to_le32(type);
drivers/net/wireless/ath/ath12k/wmi.c
2771
if (arg->req_type == WLAN_SCAN_CANCEL_PDEV_ALL) {
drivers/net/wireless/ath/ath12k/wmi.c
2773
cmd->req_type = cpu_to_le32(WMI_SCAN_STOP_ALL);
drivers/net/wireless/ath/ath12k/wmi.c
2774
} else if (arg->req_type == WLAN_SCAN_CANCEL_VDEV_ALL) {
drivers/net/wireless/ath/ath12k/wmi.c
2776
cmd->req_type = cpu_to_le32(WMI_SCAN_STOP_VAP_ALL);
drivers/net/wireless/ath/ath12k/wmi.c
2777
} else if (arg->req_type == WLAN_SCAN_CANCEL_SINGLE) {
drivers/net/wireless/ath/ath12k/wmi.c
2779
cmd->req_type = WMI_SCAN_STOP_ONE;
drivers/net/wireless/ath/ath12k/wmi.c
2782
arg->req_type);
drivers/net/wireless/ath/ath12k/wmi.h
3325
__le32 req_type;
drivers/net/wireless/ath/ath12k/wmi.h
3627
enum scan_cancel_req_type req_type;
drivers/net/wireless/ath/ath12k/wmi.h
4008
__le32 req_type;
drivers/net/wireless/ath/wcn36xx/smd.c
428
u16 req_type = hdr->msg_type;
drivers/net/wireless/ath/wcn36xx/smd.c
436
wcn36xx_err("HAL TX failed for req %d\n", req_type);
drivers/net/wireless/ath/wcn36xx/smd.c
442
req_type, HAL_MSG_TIMEOUT);
drivers/net/wireless/ath/wcn36xx/smd.c
448
req_type, hdr->msg_type,
drivers/net/wireless/broadcom/b43/b43.h
750
enum b43_firmware_file_type req_type;
drivers/net/wireless/broadcom/b43/main.c
2203
if ((fw->type == ctx->req_type) &&
drivers/net/wireless/broadcom/b43/main.c
2214
switch (ctx->req_type) {
drivers/net/wireless/broadcom/b43/main.c
2249
snprintf(ctx->errors[ctx->req_type],
drivers/net/wireless/broadcom/b43/main.c
2250
sizeof(ctx->errors[ctx->req_type]),
drivers/net/wireless/broadcom/b43/main.c
2255
snprintf(ctx->errors[ctx->req_type],
drivers/net/wireless/broadcom/b43/main.c
2256
sizeof(ctx->errors[ctx->req_type]),
drivers/net/wireless/broadcom/b43/main.c
2282
fw->type = ctx->req_type;
drivers/net/wireless/broadcom/b43/main.c
2287
snprintf(ctx->errors[ctx->req_type],
drivers/net/wireless/broadcom/b43/main.c
2288
sizeof(ctx->errors[ctx->req_type]),
drivers/net/wireless/broadcom/b43/main.c
2511
fw->opensource = (ctx->req_type == B43_FWTYPE_OPENSOURCE);
drivers/net/wireless/broadcom/b43/main.c
2563
ctx->req_type = B43_FWTYPE_PROPRIETARY;
drivers/net/wireless/broadcom/b43/main.c
2572
ctx->req_type = B43_FWTYPE_OPENSOURCE;
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
2206
enum iwl_mvm_smps_type_request req_type,
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
2212
enum iwl_mvm_smps_type_request req_type,
drivers/net/wireless/intel/iwlwifi/mvm/utils.c
273
enum iwl_mvm_smps_type_request req_type,
drivers/net/wireless/intel/iwlwifi/mvm/utils.c
299
mvmvif->link[link_id]->smps_requests[req_type] = smps_request;
drivers/net/wireless/intel/iwlwifi/mvm/utils.c
316
enum iwl_mvm_smps_type_request req_type,
drivers/net/wireless/intel/iwlwifi/mvm/utils.c
324
iwl_mvm_update_smps(mvm, vif, req_type, smps_request,
drivers/net/wireless/mediatek/mt76/mt76.h
1820
int __mt76u_vendor_request(struct mt76_dev *dev, u8 req, u8 req_type,
drivers/net/wireless/mediatek/mt76/mt76.h
1823
u8 req_type, u16 val, u16 offset,
drivers/net/wireless/mediatek/mt76/mt76.h
1829
u32 ___mt76u_rr(struct mt76_dev *dev, u8 req, u8 req_type, u32 addr);
drivers/net/wireless/mediatek/mt76/mt76.h
1830
void ___mt76u_wr(struct mt76_dev *dev, u8 req, u8 req_type,
drivers/net/wireless/mediatek/mt76/mt7615/mcu.c
2559
.req_type = 2,
drivers/net/wireless/mediatek/mt76/mt7615/mcu.h
219
u8 req_type;
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2245
if (!(twt_agrt->req_type & cpu_to_le16(IEEE80211_TWT_REQTYPE_IMPLICIT)))
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2249
le16_to_cpu(twt_agrt->req_type));
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2264
u16 type = le16_to_cpu(twt_agrt->req_type);
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2295
u16 req_type = le16_to_cpu(twt_agrt->req_type);
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2320
twt_agrt->req_type &= ~cpu_to_le16(IEEE80211_TWT_REQTYPE_FLOWID);
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2321
twt_agrt->req_type |= le16_encode_bits(flowid,
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2325
exp = FIELD_GET(IEEE80211_TWT_REQTYPE_WAKE_INT_EXP, req_type);
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2326
sta_setup_cmd = FIELD_GET(IEEE80211_TWT_REQTYPE_SETUP_CMD, req_type);
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2340
flow->protection = !!(req_type & IEEE80211_TWT_REQTYPE_PROTECTION);
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2341
flow->flowtype = !!(req_type & IEEE80211_TWT_REQTYPE_FLOWTYPE);
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2342
flow->trigger = !!(req_type & IEEE80211_TWT_REQTYPE_TRIGGER);
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2372
twt_agrt->req_type &= ~cpu_to_le16(IEEE80211_TWT_REQTYPE_SETUP_CMD);
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2373
twt_agrt->req_type |=
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3164
if (!(twt_agrt->req_type & cpu_to_le16(IEEE80211_TWT_REQTYPE_IMPLICIT)))
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3168
le16_to_cpu(twt_agrt->req_type));
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3183
u16 type = le16_to_cpu(twt_agrt->req_type);
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3215
u16 req_type = le16_to_cpu(twt_agrt->req_type);
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3243
twt_agrt->req_type &= ~cpu_to_le16(IEEE80211_TWT_REQTYPE_FLOWID);
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3244
twt_agrt->req_type |= le16_encode_bits(flowid,
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3248
exp = FIELD_GET(IEEE80211_TWT_REQTYPE_WAKE_INT_EXP, req_type);
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3249
sta_setup_cmd = FIELD_GET(IEEE80211_TWT_REQTYPE_SETUP_CMD, req_type);
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3260
flow->protection = !!(req_type & IEEE80211_TWT_REQTYPE_PROTECTION);
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3261
flow->flowtype = !!(req_type & IEEE80211_TWT_REQTYPE_FLOWTYPE);
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3262
flow->trigger = !!(req_type & IEEE80211_TWT_REQTYPE_TRIGGER);
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3293
twt_agrt->req_type &= ~cpu_to_le16(IEEE80211_TWT_REQTYPE_SETUP_CMD);
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3294
twt_agrt->req_type |=
drivers/net/wireless/mediatek/mt76/usb.c
112
void ___mt76u_wr(struct mt76_dev *dev, u8 req, u8 req_type,
drivers/net/wireless/mediatek/mt76/usb.c
118
__mt76u_vendor_request(dev, req, req_type, addr >> 16,
drivers/net/wireless/mediatek/mt76/usb.c
18
int __mt76u_vendor_request(struct mt76_dev *dev, u8 req, u8 req_type,
drivers/net/wireless/mediatek/mt76/usb.c
28
pipe = (req_type & USB_DIR_IN) ? usb_rcvctrlpipe(udev, 0)
drivers/net/wireless/mediatek/mt76/usb.c
34
ret = usb_control_msg(udev, pipe, req, req_type, val,
drivers/net/wireless/mediatek/mt76/usb.c
50
u8 req_type, u16 val, u16 offset,
drivers/net/wireless/mediatek/mt76/usb.c
56
ret = __mt76u_vendor_request(dev, req, req_type,
drivers/net/wireless/mediatek/mt76/usb.c
65
u32 ___mt76u_rr(struct mt76_dev *dev, u8 req, u8 req_type, u32 addr)
drivers/net/wireless/mediatek/mt76/usb.c
71
ret = __mt76u_vendor_request(dev, req, req_type, addr >> 16,
drivers/net/wireless/mediatek/mt7601u/trace.h
101
TP_ARGS(dev, pipe, req, req_type, val, offset, buf, buflen, ret),
drivers/net/wireless/mediatek/mt7601u/trace.h
104
__field(unsigned, pipe) __field(u8, req) __field(u8, req_type)
drivers/net/wireless/mediatek/mt7601u/trace.h
112
__entry->req_type = req_type;
drivers/net/wireless/mediatek/mt7601u/trace.h
122
__entry->req_type, __entry->val, __entry->offset,
drivers/net/wireless/mediatek/mt7601u/trace.h
99
TP_PROTO(struct mt7601u_dev *dev, unsigned pipe, u8 req, u8 req_type,
drivers/net/wireless/mediatek/mt7601u/usb.c
102
trace_mt_vend_req(dev, pipe, req, req_type, val, offset,
drivers/net/wireless/mediatek/mt7601u/usb.c
94
const u8 req_type = direction | USB_TYPE_VENDOR | USB_RECIP_DEVICE;
drivers/net/wireless/mediatek/mt7601u/usb.c
99
ret = usb_control_msg(usb_dev, pipe, req, req_type,
drivers/nfc/st95hf/core.c
91
enum req_type req;
drivers/nfc/st95hf/spi.c
15
enum req_type reqtype)
drivers/nfc/st95hf/spi.h
45
enum req_type reqtype);
drivers/pci/tph.c
136
static void set_ctrl_reg_req_en(struct pci_dev *pdev, u8 req_type)
drivers/pci/tph.c
143
reg |= FIELD_PREP(PCI_TPH_CTRL_REQ_EN_MASK, req_type);
drivers/pci/tph.c
56
static u16 tph_extract_tag(enum tph_mem_type mem_type, u8 req_type,
drivers/pci/tph.c
59
switch (req_type) {
drivers/s390/crypto/zcrypt_msgtype6.c
146
int speed_idx_ep11(int req_type)
drivers/s390/crypto/zcrypt_msgtype6.c
148
switch (req_type) {
drivers/s390/crypto/zcrypt_msgtype6.c
71
int speed_idx_cca(int req_type)
drivers/s390/crypto/zcrypt_msgtype6.c
73
switch (req_type) {
drivers/scsi/csiostor/csio_lnode.c
1807
enum fcoe_cmn_type req_type, struct csio_dma_buf *pld,
drivers/scsi/csiostor/csio_lnode.c
1821
rv = csio_ln_mgmt_submit_wr(mgmtm, io_req, req_type, pld, pld_len);
drivers/scsi/esas2r/atvda.h
481
u8 req_type;
drivers/scsi/esas2r/esas2r.h
1208
rq->req_type = RT_INI_REQ;
drivers/scsi/esas2r/esas2r.h
665
u8 req_type;
drivers/scsi/esas2r/esas2r_disc.c
473
rq->req_type = RT_DISC_REQ;
drivers/scsi/esas2r/esas2r_int.c
360
else if (rq->req_type == RT_DISC_REQ) {
drivers/scsi/hptiop.c
177
u32 req_type = (tag >> 5) & 0x7;
drivers/scsi/hptiop.c
184
switch (req_type) {
drivers/scsi/hptiop.c
232
u32 req_type = _tag & 0xf;
drivers/scsi/hptiop.c
235
switch (req_type) {
drivers/scsi/snic/snic_io.c
128
snic_wqdesc_avail(struct snic *snic, int q_num, int req_type)
drivers/scsi/snic/snic_io.c
145
return ((req_type == SNIC_REQ_HBA_RESET) ? nr_wqdesc : nr_wqdesc - 1);
drivers/scsi/stex.c
1900
hba->ccb[tag].req_type = PASSTHRU_REQ_TYPE;
drivers/scsi/stex.c
1904
while (hba->ccb[tag].req_type & PASSTHRU_REQ_TYPE) {
drivers/scsi/stex.c
1906
hba->ccb[tag].req_type = 0;
drivers/scsi/stex.c
307
u32 req_type;
drivers/scsi/stex.c
875
ccb->req_type = 0;
drivers/scsi/stex.c
980
ccb->req_type = 0;
drivers/ufs/core/ufs-rpmb.c
61
u16 req_type, protocol_id;
drivers/ufs/core/ufs-rpmb.c
72
req_type = be16_to_cpu(frm_out->req_resp);
drivers/ufs/core/ufs-rpmb.c
74
switch (req_type) {
drivers/ufs/core/ufs-rpmb.c
94
dev_err(dev, "Unknown request type=0x%04x\n", req_type);
drivers/usb/serial/cp210x.c
1469
u8 req_type;
drivers/usb/serial/cp210x.c
1480
req_type = REQTYPE_INTERFACE_TO_HOST;
drivers/usb/serial/cp210x.c
1484
req_type = REQTYPE_INTERFACE_TO_HOST;
drivers/usb/serial/cp210x.c
1488
req_type = REQTYPE_DEVICE_TO_HOST;
drivers/usb/serial/cp210x.c
1494
result = cp210x_read_vendor_block(serial, req_type, CP210X_READ_LATCH,
drivers/virt/vboxguest/vboxguest_core.h
205
void *vbg_req_alloc(size_t len, enum vmmdev_request_type req_type,
drivers/virt/vboxguest/vboxguest_utils.c
67
void *vbg_req_alloc(size_t len, enum vmmdev_request_type req_type,
drivers/virt/vboxguest/vboxguest_utils.c
81
req->request_type = req_type;
include/drm/display/drm_dp_mst_helper.h
445
u8 req_type;
include/drm/display/drm_dp_mst_helper.h
466
u8 req_type;
include/linux/bnge/hsi.h
100
__le16 req_type;
include/linux/bnge/hsi.h
10248
__le16 req_type;
include/linux/bnge/hsi.h
10262
__le16 req_type;
include/linux/bnge/hsi.h
10284
__le16 req_type;
include/linux/bnge/hsi.h
10312
__le16 req_type;
include/linux/bnge/hsi.h
10331
__le16 req_type;
include/linux/bnge/hsi.h
10363
__le16 req_type;
include/linux/bnge/hsi.h
10375
__le16 req_type;
include/linux/bnge/hsi.h
10392
__le16 req_type;
include/linux/bnge/hsi.h
10410
__le16 req_type;
include/linux/bnge/hsi.h
10423
__le16 req_type;
include/linux/bnge/hsi.h
10432
__le16 req_type;
include/linux/bnge/hsi.h
10442
__le16 req_type;
include/linux/bnge/hsi.h
10453
__le16 req_type;
include/linux/bnge/hsi.h
10463
__le16 req_type;
include/linux/bnge/hsi.h
10494
__le16 req_type;
include/linux/bnge/hsi.h
10512
__le16 req_type;
include/linux/bnge/hsi.h
10526
__le16 req_type;
include/linux/bnge/hsi.h
10554
__le16 req_type;
include/linux/bnge/hsi.h
10563
__le16 req_type;
include/linux/bnge/hsi.h
10587
__le16 req_type;
include/linux/bnge/hsi.h
10618
__le16 req_type;
include/linux/bnge/hsi.h
10628
__le16 req_type;
include/linux/bnge/hsi.h
10642
__le16 req_type;
include/linux/bnge/hsi.h
10655
__le16 req_type;
include/linux/bnge/hsi.h
10667
__le16 req_type;
include/linux/bnge/hsi.h
10677
__le16 req_type;
include/linux/bnge/hsi.h
10689
__le16 req_type;
include/linux/bnge/hsi.h
10717
__le16 req_type;
include/linux/bnge/hsi.h
10736
__le16 req_type;
include/linux/bnge/hsi.h
10764
__le16 req_type;
include/linux/bnge/hsi.h
10783
__le16 req_type;
include/linux/bnge/hsi.h
10820
__le16 req_type;
include/linux/bnge/hsi.h
10829
__le16 req_type;
include/linux/bnge/hsi.h
10842
__le16 req_type;
include/linux/bnge/hsi.h
10851
__le16 req_type;
include/linux/bnge/hsi.h
10864
__le16 req_type;
include/linux/bnge/hsi.h
10873
__le16 req_type;
include/linux/bnge/hsi.h
10890
__le16 req_type;
include/linux/bnge/hsi.h
10899
__le16 req_type;
include/linux/bnge/hsi.h
10912
__le16 req_type;
include/linux/bnge/hsi.h
10921
__le16 req_type;
include/linux/bnge/hsi.h
10931
__le16 req_type;
include/linux/bnge/hsi.h
10957
__le16 req_type;
include/linux/bnge/hsi.h
10967
__le16 req_type;
include/linux/bnge/hsi.h
10981
__le16 req_type;
include/linux/bnge/hsi.h
10991
__le16 req_type;
include/linux/bnge/hsi.h
11
__le16 req_type;
include/linux/bnge/hsi.h
11001
__le16 req_type;
include/linux/bnge/hsi.h
11014
__le16 req_type;
include/linux/bnge/hsi.h
11060
__le16 req_type;
include/linux/bnge/hsi.h
11082
__le16 req_type;
include/linux/bnge/hsi.h
11114
__le16 req_type;
include/linux/bnge/hsi.h
11130
__le16 req_type;
include/linux/bnge/hsi.h
11142
__le16 req_type;
include/linux/bnge/hsi.h
11174
__le16 req_type;
include/linux/bnge/hsi.h
11184
__le16 req_type;
include/linux/bnge/hsi.h
11201
__le16 req_type;
include/linux/bnge/hsi.h
11210
__le16 req_type;
include/linux/bnge/hsi.h
11229
__le16 req_type;
include/linux/bnge/hsi.h
11250
__le16 req_type;
include/linux/bnge/hsi.h
11265
__le16 req_type;
include/linux/bnge/hsi.h
11281
__le16 req_type;
include/linux/bnge/hsi.h
11293
__le16 req_type;
include/linux/bnge/hsi.h
11315
__le16 req_type;
include/linux/bnge/hsi.h
11335
__le16 req_type;
include/linux/bnge/hsi.h
11357
__le16 req_type;
include/linux/bnge/hsi.h
11392
__le16 req_type;
include/linux/bnge/hsi.h
11415
__le16 req_type;
include/linux/bnge/hsi.h
11431
__le16 req_type;
include/linux/bnge/hsi.h
11445
__le16 req_type;
include/linux/bnge/hsi.h
11464
__le16 req_type;
include/linux/bnge/hsi.h
11484
__le16 req_type;
include/linux/bnge/hsi.h
11507
__le16 req_type;
include/linux/bnge/hsi.h
11531
__le16 req_type;
include/linux/bnge/hsi.h
11547
__le16 req_type;
include/linux/bnge/hsi.h
11567
__le16 req_type;
include/linux/bnge/hsi.h
11583
__le16 req_type;
include/linux/bnge/hsi.h
11604
__le16 req_type;
include/linux/bnge/hsi.h
11620
__le16 req_type;
include/linux/bnge/hsi.h
11640
__le16 req_type;
include/linux/bnge/hsi.h
11651
__le16 req_type;
include/linux/bnge/hsi.h
11669
__le16 req_type;
include/linux/bnge/hsi.h
11679
__le16 req_type;
include/linux/bnge/hsi.h
11690
__le16 req_type;
include/linux/bnge/hsi.h
11716
__le16 req_type;
include/linux/bnge/hsi.h
11742
__le16 req_type;
include/linux/bnge/hsi.h
11760
__le16 req_type;
include/linux/bnge/hsi.h
11785
__le16 req_type;
include/linux/bnge/hsi.h
11809
__le16 req_type;
include/linux/bnge/hsi.h
11833
__le16 req_type;
include/linux/bnge/hsi.h
11845
__le16 req_type;
include/linux/bnge/hsi.h
11864
__le16 req_type;
include/linux/bnge/hsi.h
11877
__le16 req_type;
include/linux/bnge/hsi.h
11926
__le16 req_type;
include/linux/bnge/hsi.h
11943
__le16 req_type;
include/linux/bnge/hsi.h
11962
__le16 req_type;
include/linux/bnge/hsi.h
11976
__le16 req_type;
include/linux/bnge/hsi.h
11985
__le16 req_type;
include/linux/bnge/hsi.h
12005
__le16 req_type;
include/linux/bnge/hsi.h
12068
__le16 req_type;
include/linux/bnge/hsi.h
12078
__le16 req_type;
include/linux/bnge/hsi.h
12096
__le16 req_type;
include/linux/bnge/hsi.h
12121
__le16 req_type;
include/linux/bnge/hsi.h
12153
__le16 req_type;
include/linux/bnge/hsi.h
12187
__le16 req_type;
include/linux/bnge/hsi.h
12213
__le16 req_type;
include/linux/bnge/hsi.h
12226
__le16 req_type;
include/linux/bnge/hsi.h
12245
__le16 req_type;
include/linux/bnge/hsi.h
12257
__le16 req_type;
include/linux/bnge/hsi.h
12279
__le16 req_type;
include/linux/bnge/hsi.h
12293
__le16 req_type;
include/linux/bnge/hsi.h
12302
__le16 req_type;
include/linux/bnge/hsi.h
12326
__le16 req_type;
include/linux/bnge/hsi.h
12372
__le16 req_type;
include/linux/bnge/hsi.h
12382
__le16 req_type;
include/linux/bnge/hsi.h
12417
__le16 req_type;
include/linux/bnge/hsi.h
12435
__le16 req_type;
include/linux/bnge/hsi.h
12458
__le16 req_type;
include/linux/bnge/hsi.h
12468
__le16 req_type;
include/linux/bnge/hsi.h
1610
__le16 req_type;
include/linux/bnge/hsi.h
1630
__le16 req_type;
include/linux/bnge/hsi.h
1639
__le16 req_type;
include/linux/bnge/hsi.h
1653
__le16 req_type;
include/linux/bnge/hsi.h
1663
__le16 req_type;
include/linux/bnge/hsi.h
1677
__le16 req_type;
include/linux/bnge/hsi.h
1687
__le16 req_type;
include/linux/bnge/hsi.h
1701
__le16 req_type;
include/linux/bnge/hsi.h
1710
__le16 req_type;
include/linux/bnge/hsi.h
1766
__le16 req_type;
include/linux/bnge/hsi.h
1775
__le16 req_type;
include/linux/bnge/hsi.h
1787
__le16 req_type;
include/linux/bnge/hsi.h
1962
__le16 req_type;
include/linux/bnge/hsi.h
1974
__le16 req_type;
include/linux/bnge/hsi.h
21
__le16 req_type;
include/linux/bnge/hsi.h
2206
__le16 req_type;
include/linux/bnge/hsi.h
2437
__le16 req_type;
include/linux/bnge/hsi.h
2488
__le16 req_type;
include/linux/bnge/hsi.h
2504
__le16 req_type;
include/linux/bnge/hsi.h
2534
__le16 req_type;
include/linux/bnge/hsi.h
2554
__le16 req_type;
include/linux/bnge/hsi.h
2585
__le16 req_type;
include/linux/bnge/hsi.h
2597
__le16 req_type;
include/linux/bnge/hsi.h
2606
__le16 req_type;
include/linux/bnge/hsi.h
2618
__le16 req_type;
include/linux/bnge/hsi.h
2627
__le16 req_type;
include/linux/bnge/hsi.h
2682
__le16 req_type;
include/linux/bnge/hsi.h
2693
__le16 req_type;
include/linux/bnge/hsi.h
2706
__le16 req_type;
include/linux/bnge/hsi.h
2715
__le16 req_type;
include/linux/bnge/hsi.h
2754
__le16 req_type;
include/linux/bnge/hsi.h
2763
__le16 req_type;
include/linux/bnge/hsi.h
2780
__le16 req_type;
include/linux/bnge/hsi.h
2810
__le16 req_type;
include/linux/bnge/hsi.h
2822
__le16 req_type;
include/linux/bnge/hsi.h
2866
__le16 req_type;
include/linux/bnge/hsi.h
2905
__le16 req_type;
include/linux/bnge/hsi.h
2926
__le16 req_type;
include/linux/bnge/hsi.h
2936
__le16 req_type;
include/linux/bnge/hsi.h
3017
__le16 req_type;
include/linux/bnge/hsi.h
3450
__le16 req_type;
include/linux/bnge/hsi.h
3459
__le16 req_type;
include/linux/bnge/hsi.h
3470
__le16 req_type;
include/linux/bnge/hsi.h
3552
__le16 req_type;
include/linux/bnge/hsi.h
3564
__le16 req_type;
include/linux/bnge/hsi.h
3573
__le16 req_type;
include/linux/bnge/hsi.h
3584
__le16 req_type;
include/linux/bnge/hsi.h
3631
__le16 req_type;
include/linux/bnge/hsi.h
3699
__le16 req_type;
include/linux/bnge/hsi.h
3708
__le16 req_type;
include/linux/bnge/hsi.h
3754
__le16 req_type;
include/linux/bnge/hsi.h
3763
__le16 req_type;
include/linux/bnge/hsi.h
3777
__le16 req_type;
include/linux/bnge/hsi.h
3790
__le16 req_type;
include/linux/bnge/hsi.h
3815
__le16 req_type;
include/linux/bnge/hsi.h
3824
__le16 req_type;
include/linux/bnge/hsi.h
3835
__le16 req_type;
include/linux/bnge/hsi.h
3851
__le16 req_type;
include/linux/bnge/hsi.h
3862
__le16 req_type;
include/linux/bnge/hsi.h
3877
__le16 req_type;
include/linux/bnge/hsi.h
3889
__le16 req_type;
include/linux/bnge/hsi.h
3900
__le16 req_type;
include/linux/bnge/hsi.h
3923
__le16 req_type;
include/linux/bnge/hsi.h
3937
__le16 req_type;
include/linux/bnge/hsi.h
3958
__le16 req_type;
include/linux/bnge/hsi.h
3967
__le16 req_type;
include/linux/bnge/hsi.h
4053
__le16 req_type;
include/linux/bnge/hsi.h
4089
__le16 req_type;
include/linux/bnge/hsi.h
4145
__le16 req_type;
include/linux/bnge/hsi.h
4304
__le16 req_type;
include/linux/bnge/hsi.h
4359
__le16 req_type;
include/linux/bnge/hsi.h
4443
__le16 req_type;
include/linux/bnge/hsi.h
4453
__le16 req_type;
include/linux/bnge/hsi.h
4496
__le16 req_type;
include/linux/bnge/hsi.h
4509
__le16 req_type;
include/linux/bnge/hsi.h
4522
__le16 req_type;
include/linux/bnge/hsi.h
4704
__le16 req_type;
include/linux/bnge/hsi.h
4723
__le16 req_type;
include/linux/bnge/hsi.h
4735
__le16 req_type;
include/linux/bnge/hsi.h
5122
__le16 req_type;
include/linux/bnge/hsi.h
5201
__le16 req_type;
include/linux/bnge/hsi.h
5218
__le16 req_type;
include/linux/bnge/hsi.h
5230
__le16 req_type;
include/linux/bnge/hsi.h
5389
__le16 req_type;
include/linux/bnge/hsi.h
5405
__le16 req_type;
include/linux/bnge/hsi.h
5519
__le16 req_type;
include/linux/bnge/hsi.h
5537
__le16 req_type;
include/linux/bnge/hsi.h
5551
__le16 req_type;
include/linux/bnge/hsi.h
5565
__le16 req_type;
include/linux/bnge/hsi.h
5575
__le16 req_type;
include/linux/bnge/hsi.h
5590
__le16 req_type;
include/linux/bnge/hsi.h
5614
__le16 req_type;
include/linux/bnge/hsi.h
5630
__le16 req_type;
include/linux/bnge/hsi.h
5660
__le16 req_type;
include/linux/bnge/hsi.h
5677
__le16 req_type;
include/linux/bnge/hsi.h
5687
__le16 req_type;
include/linux/bnge/hsi.h
5701
__le16 req_type;
include/linux/bnge/hsi.h
5710
__le16 req_type;
include/linux/bnge/hsi.h
5722
__le16 req_type;
include/linux/bnge/hsi.h
5731
__le16 req_type;
include/linux/bnge/hsi.h
5757
__le16 req_type;
include/linux/bnge/hsi.h
5768
__le16 req_type;
include/linux/bnge/hsi.h
5780
__le16 req_type;
include/linux/bnge/hsi.h
5901
__le16 req_type;
include/linux/bnge/hsi.h
5923
__le16 req_type;
include/linux/bnge/hsi.h
5932
__le16 req_type;
include/linux/bnge/hsi.h
5953
__le16 req_type;
include/linux/bnge/hsi.h
5963
__le16 req_type;
include/linux/bnge/hsi.h
5981
__le16 req_type;
include/linux/bnge/hsi.h
5990
__le16 req_type;
include/linux/bnge/hsi.h
6007
__le16 req_type;
include/linux/bnge/hsi.h
6017
__le16 req_type;
include/linux/bnge/hsi.h
6131
__le16 req_type;
include/linux/bnge/hsi.h
6140
__le16 req_type;
include/linux/bnge/hsi.h
6152
__le16 req_type;
include/linux/bnge/hsi.h
623
__le16 req_type;
include/linux/bnge/hsi.h
6254
__le16 req_type;
include/linux/bnge/hsi.h
6266
__le16 req_type;
include/linux/bnge/hsi.h
6353
__le16 req_type;
include/linux/bnge/hsi.h
6371
__le16 req_type;
include/linux/bnge/hsi.h
6437
__le16 req_type;
include/linux/bnge/hsi.h
6449
__le16 req_type;
include/linux/bnge/hsi.h
6461
__le16 req_type;
include/linux/bnge/hsi.h
6482
__le16 req_type;
include/linux/bnge/hsi.h
650
__le16 req_type;
include/linux/bnge/hsi.h
6611
__le16 req_type;
include/linux/bnge/hsi.h
6627
__le16 req_type;
include/linux/bnge/hsi.h
664
__le16 req_type;
include/linux/bnge/hsi.h
6644
__le16 req_type;
include/linux/bnge/hsi.h
6672
__le16 req_type;
include/linux/bnge/hsi.h
6681
__le16 req_type;
include/linux/bnge/hsi.h
6693
__le16 req_type;
include/linux/bnge/hsi.h
6719
__le16 req_type;
include/linux/bnge/hsi.h
6748
__le16 req_type;
include/linux/bnge/hsi.h
6757
__le16 req_type;
include/linux/bnge/hsi.h
6775
__le16 req_type;
include/linux/bnge/hsi.h
6794
__le16 req_type;
include/linux/bnge/hsi.h
6831
__le16 req_type;
include/linux/bnge/hsi.h
6840
__le16 req_type;
include/linux/bnge/hsi.h
6852
__le16 req_type;
include/linux/bnge/hsi.h
69
__le16 req_type;
include/linux/bnge/hsi.h
7183
__le16 req_type;
include/linux/bnge/hsi.h
7526
__le16 req_type;
include/linux/bnge/hsi.h
7535
__le16 req_type;
include/linux/bnge/hsi.h
7547
__le16 req_type;
include/linux/bnge/hsi.h
7559
__le16 req_type;
include/linux/bnge/hsi.h
7574
__le16 req_type;
include/linux/bnge/hsi.h
7585
__le16 req_type;
include/linux/bnge/hsi.h
7604
__le16 req_type;
include/linux/bnge/hsi.h
7613
__le16 req_type;
include/linux/bnge/hsi.h
7625
__le16 req_type;
include/linux/bnge/hsi.h
7634
__le16 req_type;
include/linux/bnge/hsi.h
7644
__le16 req_type;
include/linux/bnge/hsi.h
7654
__le16 req_type;
include/linux/bnge/hsi.h
7670
__le16 req_type;
include/linux/bnge/hsi.h
7680
__le16 req_type;
include/linux/bnge/hsi.h
7708
__le16 req_type;
include/linux/bnge/hsi.h
7717
__le16 req_type;
include/linux/bnge/hsi.h
7729
__le16 req_type;
include/linux/bnge/hsi.h
7738
__le16 req_type;
include/linux/bnge/hsi.h
7789
__le16 req_type;
include/linux/bnge/hsi.h
7798
__le16 req_type;
include/linux/bnge/hsi.h
7810
__le16 req_type;
include/linux/bnge/hsi.h
7854
__le16 req_type;
include/linux/bnge/hsi.h
79
__le16 req_type;
include/linux/bnge/hsi.h
7918
__le16 req_type;
include/linux/bnge/hsi.h
7927
__le16 req_type;
include/linux/bnge/hsi.h
7939
__le16 req_type;
include/linux/bnge/hsi.h
7992
__le16 req_type;
include/linux/bnge/hsi.h
8035
__le16 req_type;
include/linux/bnge/hsi.h
8066
__le16 req_type;
include/linux/bnge/hsi.h
8079
__le16 req_type;
include/linux/bnge/hsi.h
8113
__le16 req_type;
include/linux/bnge/hsi.h
8142
__le16 req_type;
include/linux/bnge/hsi.h
8160
__le16 req_type;
include/linux/bnge/hsi.h
8170
__le16 req_type;
include/linux/bnge/hsi.h
8180
__le16 req_type;
include/linux/bnge/hsi.h
8192
__le16 req_type;
include/linux/bnge/hsi.h
8201
__le16 req_type;
include/linux/bnge/hsi.h
8317
__le16 req_type;
include/linux/bnge/hsi.h
8332
__le16 req_type;
include/linux/bnge/hsi.h
8357
__le16 req_type;
include/linux/bnge/hsi.h
8366
__le16 req_type;
include/linux/bnge/hsi.h
8386
__le16 req_type;
include/linux/bnge/hsi.h
8400
__le16 req_type;
include/linux/bnge/hsi.h
8410
__le16 req_type;
include/linux/bnge/hsi.h
8446
__le16 req_type;
include/linux/bnge/hsi.h
8462
__le16 req_type;
include/linux/bnge/hsi.h
8481
__le16 req_type;
include/linux/bnge/hsi.h
8511
__le16 req_type;
include/linux/bnge/hsi.h
8520
__le16 req_type;
include/linux/bnge/hsi.h
8534
__le16 req_type;
include/linux/bnge/hsi.h
8544
__le16 req_type;
include/linux/bnge/hsi.h
8556
__le16 req_type;
include/linux/bnge/hsi.h
8570
__le16 req_type;
include/linux/bnge/hsi.h
86
__le16 req_type;
include/linux/bnge/hsi.h
8674
__le16 req_type;
include/linux/bnge/hsi.h
8695
__le16 req_type;
include/linux/bnge/hsi.h
8706
__le16 req_type;
include/linux/bnge/hsi.h
8715
__le16 req_type;
include/linux/bnge/hsi.h
8754
__le16 req_type;
include/linux/bnge/hsi.h
8763
__le16 req_type;
include/linux/bnge/hsi.h
8789
__le16 req_type;
include/linux/bnge/hsi.h
8810
__le16 req_type;
include/linux/bnge/hsi.h
8865
__le16 req_type;
include/linux/bnge/hsi.h
8886
__le16 req_type;
include/linux/bnge/hsi.h
8897
__le16 req_type;
include/linux/bnge/hsi.h
8907
__le16 req_type;
include/linux/bnge/hsi.h
8966
__le16 req_type;
include/linux/bnge/hsi.h
8977
__le16 req_type;
include/linux/bnge/hsi.h
8986
__le16 req_type;
include/linux/bnge/hsi.h
9011
__le16 req_type;
include/linux/bnge/hsi.h
9020
__le16 req_type;
include/linux/bnge/hsi.h
9054
__le16 req_type;
include/linux/bnge/hsi.h
9097
__le16 req_type;
include/linux/bnge/hsi.h
9131
__le16 req_type;
include/linux/bnge/hsi.h
9215
__le16 req_type;
include/linux/bnge/hsi.h
9238
__le16 req_type;
include/linux/bnge/hsi.h
9262
__le16 req_type;
include/linux/bnge/hsi.h
9274
__le16 req_type;
include/linux/bnge/hsi.h
9295
__le16 req_type;
include/linux/bnge/hsi.h
9309
__le16 req_type;
include/linux/bnge/hsi.h
9338
__le16 req_type;
include/linux/bnge/hsi.h
9352
__le16 req_type;
include/linux/bnge/hsi.h
9383
__le16 req_type;
include/linux/bnge/hsi.h
9395
__le16 req_type;
include/linux/bnge/hsi.h
9412
__le16 req_type;
include/linux/bnge/hsi.h
9424
__le16 req_type;
include/linux/bnge/hsi.h
9433
__le16 req_type;
include/linux/bnge/hsi.h
9446
__le16 req_type;
include/linux/bnge/hsi.h
9518
__le16 req_type;
include/linux/bnge/hsi.h
9533
__le16 req_type;
include/linux/bnge/hsi.h
9583
__le16 req_type;
include/linux/bnge/hsi.h
9593
__le16 req_type;
include/linux/bnge/hsi.h
9608
__le16 req_type;
include/linux/bnge/hsi.h
9621
__le16 req_type;
include/linux/bnge/hsi.h
9681
__le16 req_type;
include/linux/bnge/hsi.h
9694
__le16 req_type;
include/linux/bnge/hsi.h
9743
__le16 req_type;
include/linux/bnge/hsi.h
9775
__le16 req_type;
include/linux/bnge/hsi.h
9790
__le16 req_type;
include/linux/bnge/hsi.h
9810
__le16 req_type;
include/linux/bnge/hsi.h
9831
__le16 req_type;
include/linux/bnge/hsi.h
9856
__le16 req_type;
include/linux/bnge/hsi.h
9865
__le16 req_type;
include/linux/bnge/hsi.h
9875
__le16 req_type;
include/linux/bnxt/hsi.h
10005
__le16 req_type;
include/linux/bnxt/hsi.h
10014
__le16 req_type;
include/linux/bnxt/hsi.h
10024
__le16 req_type;
include/linux/bnxt/hsi.h
10050
__le16 req_type;
include/linux/bnxt/hsi.h
10082
__le16 req_type;
include/linux/bnxt/hsi.h
10092
__le16 req_type;
include/linux/bnxt/hsi.h
10109
__le16 req_type;
include/linux/bnxt/hsi.h
10118
__le16 req_type;
include/linux/bnxt/hsi.h
10137
__le16 req_type;
include/linux/bnxt/hsi.h
10158
__le16 req_type;
include/linux/bnxt/hsi.h
10173
__le16 req_type;
include/linux/bnxt/hsi.h
10189
__le16 req_type;
include/linux/bnxt/hsi.h
10202
__le16 req_type;
include/linux/bnxt/hsi.h
10212
__le16 req_type;
include/linux/bnxt/hsi.h
10224
__le16 req_type;
include/linux/bnxt/hsi.h
10246
__le16 req_type;
include/linux/bnxt/hsi.h
10266
__le16 req_type;
include/linux/bnxt/hsi.h
10288
__le16 req_type;
include/linux/bnxt/hsi.h
10323
__le16 req_type;
include/linux/bnxt/hsi.h
10346
__le16 req_type;
include/linux/bnxt/hsi.h
10362
__le16 req_type;
include/linux/bnxt/hsi.h
10376
__le16 req_type;
include/linux/bnxt/hsi.h
10395
__le16 req_type;
include/linux/bnxt/hsi.h
10415
__le16 req_type;
include/linux/bnxt/hsi.h
10441
__le16 req_type;
include/linux/bnxt/hsi.h
10454
__le16 req_type;
include/linux/bnxt/hsi.h
10472
__le16 req_type;
include/linux/bnxt/hsi.h
10485
__le16 req_type;
include/linux/bnxt/hsi.h
10513
__le16 req_type;
include/linux/bnxt/hsi.h
10523
__le16 req_type;
include/linux/bnxt/hsi.h
10539
__le16 req_type;
include/linux/bnxt/hsi.h
10548
__le16 req_type;
include/linux/bnxt/hsi.h
10559
__le16 req_type;
include/linux/bnxt/hsi.h
10568
__le16 req_type;
include/linux/bnxt/hsi.h
10578
__le16 req_type;
include/linux/bnxt/hsi.h
10589
__le16 req_type;
include/linux/bnxt/hsi.h
10615
__le16 req_type;
include/linux/bnxt/hsi.h
10641
__le16 req_type;
include/linux/bnxt/hsi.h
10659
__le16 req_type;
include/linux/bnxt/hsi.h
10668
__le16 req_type;
include/linux/bnxt/hsi.h
10692
__le16 req_type;
include/linux/bnxt/hsi.h
10706
__le16 req_type;
include/linux/bnxt/hsi.h
10718
__le16 req_type;
include/linux/bnxt/hsi.h
10727
__le16 req_type;
include/linux/bnxt/hsi.h
10740
__le16 req_type;
include/linux/bnxt/hsi.h
10785
__le16 req_type;
include/linux/bnxt/hsi.h
10802
__le16 req_type;
include/linux/bnxt/hsi.h
10811
__le16 req_type;
include/linux/bnxt/hsi.h
10825
__le16 req_type;
include/linux/bnxt/hsi.h
10834
__le16 req_type;
include/linux/bnxt/hsi.h
10854
__le16 req_type;
include/linux/bnxt/hsi.h
10917
__le16 req_type;
include/linux/bnxt/hsi.h
10942
__le16 req_type;
include/linux/bnxt/hsi.h
10974
__le16 req_type;
include/linux/bnxt/hsi.h
110
__le16 req_type;
include/linux/bnxt/hsi.h
11008
__le16 req_type;
include/linux/bnxt/hsi.h
11034
__le16 req_type;
include/linux/bnxt/hsi.h
11047
__le16 req_type;
include/linux/bnxt/hsi.h
11066
__le16 req_type;
include/linux/bnxt/hsi.h
11076
__le16 req_type;
include/linux/bnxt/hsi.h
11111
__le16 req_type;
include/linux/bnxt/hsi.h
11129
__le16 req_type;
include/linux/bnxt/hsi.h
11152
__le16 req_type;
include/linux/bnxt/hsi.h
11162
__le16 req_type;
include/linux/bnxt/hsi.h
1599
__le16 req_type;
include/linux/bnxt/hsi.h
1619
__le16 req_type;
include/linux/bnxt/hsi.h
1628
__le16 req_type;
include/linux/bnxt/hsi.h
1642
__le16 req_type;
include/linux/bnxt/hsi.h
1652
__le16 req_type;
include/linux/bnxt/hsi.h
1666
__le16 req_type;
include/linux/bnxt/hsi.h
1676
__le16 req_type;
include/linux/bnxt/hsi.h
1690
__le16 req_type;
include/linux/bnxt/hsi.h
1699
__le16 req_type;
include/linux/bnxt/hsi.h
1755
__le16 req_type;
include/linux/bnxt/hsi.h
1764
__le16 req_type;
include/linux/bnxt/hsi.h
1776
__le16 req_type;
include/linux/bnxt/hsi.h
19
__le16 req_type;
include/linux/bnxt/hsi.h
1953
__le16 req_type;
include/linux/bnxt/hsi.h
1965
__le16 req_type;
include/linux/bnxt/hsi.h
2197
__le16 req_type;
include/linux/bnxt/hsi.h
2428
__le16 req_type;
include/linux/bnxt/hsi.h
2479
__le16 req_type;
include/linux/bnxt/hsi.h
2495
__le16 req_type;
include/linux/bnxt/hsi.h
2525
__le16 req_type;
include/linux/bnxt/hsi.h
2545
__le16 req_type;
include/linux/bnxt/hsi.h
2576
__le16 req_type;
include/linux/bnxt/hsi.h
2588
__le16 req_type;
include/linux/bnxt/hsi.h
2597
__le16 req_type;
include/linux/bnxt/hsi.h
2609
__le16 req_type;
include/linux/bnxt/hsi.h
2618
__le16 req_type;
include/linux/bnxt/hsi.h
2673
__le16 req_type;
include/linux/bnxt/hsi.h
2684
__le16 req_type;
include/linux/bnxt/hsi.h
2697
__le16 req_type;
include/linux/bnxt/hsi.h
2706
__le16 req_type;
include/linux/bnxt/hsi.h
2745
__le16 req_type;
include/linux/bnxt/hsi.h
2754
__le16 req_type;
include/linux/bnxt/hsi.h
2771
__le16 req_type;
include/linux/bnxt/hsi.h
2801
__le16 req_type;
include/linux/bnxt/hsi.h
2813
__le16 req_type;
include/linux/bnxt/hsi.h
2857
__le16 req_type;
include/linux/bnxt/hsi.h
2896
__le16 req_type;
include/linux/bnxt/hsi.h
29
__le16 req_type;
include/linux/bnxt/hsi.h
2917
__le16 req_type;
include/linux/bnxt/hsi.h
2927
__le16 req_type;
include/linux/bnxt/hsi.h
3008
__le16 req_type;
include/linux/bnxt/hsi.h
3441
__le16 req_type;
include/linux/bnxt/hsi.h
3450
__le16 req_type;
include/linux/bnxt/hsi.h
3461
__le16 req_type;
include/linux/bnxt/hsi.h
3543
__le16 req_type;
include/linux/bnxt/hsi.h
3555
__le16 req_type;
include/linux/bnxt/hsi.h
3564
__le16 req_type;
include/linux/bnxt/hsi.h
3575
__le16 req_type;
include/linux/bnxt/hsi.h
3622
__le16 req_type;
include/linux/bnxt/hsi.h
3690
__le16 req_type;
include/linux/bnxt/hsi.h
3699
__le16 req_type;
include/linux/bnxt/hsi.h
3745
__le16 req_type;
include/linux/bnxt/hsi.h
3754
__le16 req_type;
include/linux/bnxt/hsi.h
3768
__le16 req_type;
include/linux/bnxt/hsi.h
3781
__le16 req_type;
include/linux/bnxt/hsi.h
3806
__le16 req_type;
include/linux/bnxt/hsi.h
3815
__le16 req_type;
include/linux/bnxt/hsi.h
3826
__le16 req_type;
include/linux/bnxt/hsi.h
3842
__le16 req_type;
include/linux/bnxt/hsi.h
3919
__le16 req_type;
include/linux/bnxt/hsi.h
3928
__le16 req_type;
include/linux/bnxt/hsi.h
3975
__le16 req_type;
include/linux/bnxt/hsi.h
4092
__le16 req_type;
include/linux/bnxt/hsi.h
4138
__le16 req_type;
include/linux/bnxt/hsi.h
4212
__le16 req_type;
include/linux/bnxt/hsi.h
4222
__le16 req_type;
include/linux/bnxt/hsi.h
4265
__le16 req_type;
include/linux/bnxt/hsi.h
4278
__le16 req_type;
include/linux/bnxt/hsi.h
4291
__le16 req_type;
include/linux/bnxt/hsi.h
4480
__le16 req_type;
include/linux/bnxt/hsi.h
4499
__le16 req_type;
include/linux/bnxt/hsi.h
4511
__le16 req_type;
include/linux/bnxt/hsi.h
4916
__le16 req_type;
include/linux/bnxt/hsi.h
4995
__le16 req_type;
include/linux/bnxt/hsi.h
5012
__le16 req_type;
include/linux/bnxt/hsi.h
5024
__le16 req_type;
include/linux/bnxt/hsi.h
5183
__le16 req_type;
include/linux/bnxt/hsi.h
5199
__le16 req_type;
include/linux/bnxt/hsi.h
5313
__le16 req_type;
include/linux/bnxt/hsi.h
5331
__le16 req_type;
include/linux/bnxt/hsi.h
5345
__le16 req_type;
include/linux/bnxt/hsi.h
5360
__le16 req_type;
include/linux/bnxt/hsi.h
5384
__le16 req_type;
include/linux/bnxt/hsi.h
5400
__le16 req_type;
include/linux/bnxt/hsi.h
5423
__le16 req_type;
include/linux/bnxt/hsi.h
5437
__le16 req_type;
include/linux/bnxt/hsi.h
5446
__le16 req_type;
include/linux/bnxt/hsi.h
5458
__le16 req_type;
include/linux/bnxt/hsi.h
5467
__le16 req_type;
include/linux/bnxt/hsi.h
5493
__le16 req_type;
include/linux/bnxt/hsi.h
5504
__le16 req_type;
include/linux/bnxt/hsi.h
5516
__le16 req_type;
include/linux/bnxt/hsi.h
5648
__le16 req_type;
include/linux/bnxt/hsi.h
5670
__le16 req_type;
include/linux/bnxt/hsi.h
5679
__le16 req_type;
include/linux/bnxt/hsi.h
5700
__le16 req_type;
include/linux/bnxt/hsi.h
5710
__le16 req_type;
include/linux/bnxt/hsi.h
5728
__le16 req_type;
include/linux/bnxt/hsi.h
5737
__le16 req_type;
include/linux/bnxt/hsi.h
5754
__le16 req_type;
include/linux/bnxt/hsi.h
5764
__le16 req_type;
include/linux/bnxt/hsi.h
5878
__le16 req_type;
include/linux/bnxt/hsi.h
5887
__le16 req_type;
include/linux/bnxt/hsi.h
5899
__le16 req_type;
include/linux/bnxt/hsi.h
6001
__le16 req_type;
include/linux/bnxt/hsi.h
6013
__le16 req_type;
include/linux/bnxt/hsi.h
6100
__le16 req_type;
include/linux/bnxt/hsi.h
6118
__le16 req_type;
include/linux/bnxt/hsi.h
6152
__le16 req_type;
include/linux/bnxt/hsi.h
6164
__le16 req_type;
include/linux/bnxt/hsi.h
6176
__le16 req_type;
include/linux/bnxt/hsi.h
6197
__le16 req_type;
include/linux/bnxt/hsi.h
626
__le16 req_type;
include/linux/bnxt/hsi.h
6326
__le16 req_type;
include/linux/bnxt/hsi.h
6342
__le16 req_type;
include/linux/bnxt/hsi.h
6359
__le16 req_type;
include/linux/bnxt/hsi.h
6387
__le16 req_type;
include/linux/bnxt/hsi.h
6396
__le16 req_type;
include/linux/bnxt/hsi.h
6408
__le16 req_type;
include/linux/bnxt/hsi.h
6434
__le16 req_type;
include/linux/bnxt/hsi.h
6463
__le16 req_type;
include/linux/bnxt/hsi.h
6472
__le16 req_type;
include/linux/bnxt/hsi.h
6490
__le16 req_type;
include/linux/bnxt/hsi.h
6509
__le16 req_type;
include/linux/bnxt/hsi.h
652
__le16 req_type;
include/linux/bnxt/hsi.h
6546
__le16 req_type;
include/linux/bnxt/hsi.h
6555
__le16 req_type;
include/linux/bnxt/hsi.h
6567
__le16 req_type;
include/linux/bnxt/hsi.h
666
__le16 req_type;
include/linux/bnxt/hsi.h
6660
__le16 req_type;
include/linux/bnxt/hsi.h
6765
__le16 req_type;
include/linux/bnxt/hsi.h
6774
__le16 req_type;
include/linux/bnxt/hsi.h
6786
__le16 req_type;
include/linux/bnxt/hsi.h
6798
__le16 req_type;
include/linux/bnxt/hsi.h
6813
__le16 req_type;
include/linux/bnxt/hsi.h
6824
__le16 req_type;
include/linux/bnxt/hsi.h
6843
__le16 req_type;
include/linux/bnxt/hsi.h
6852
__le16 req_type;
include/linux/bnxt/hsi.h
6862
__le16 req_type;
include/linux/bnxt/hsi.h
6872
__le16 req_type;
include/linux/bnxt/hsi.h
6884
__le16 req_type;
include/linux/bnxt/hsi.h
6893
__le16 req_type;
include/linux/bnxt/hsi.h
6903
__le16 req_type;
include/linux/bnxt/hsi.h
6913
__le16 req_type;
include/linux/bnxt/hsi.h
6929
__le16 req_type;
include/linux/bnxt/hsi.h
6939
__le16 req_type;
include/linux/bnxt/hsi.h
6967
__le16 req_type;
include/linux/bnxt/hsi.h
6976
__le16 req_type;
include/linux/bnxt/hsi.h
6988
__le16 req_type;
include/linux/bnxt/hsi.h
6997
__le16 req_type;
include/linux/bnxt/hsi.h
7049
__le16 req_type;
include/linux/bnxt/hsi.h
7058
__le16 req_type;
include/linux/bnxt/hsi.h
7070
__le16 req_type;
include/linux/bnxt/hsi.h
7114
__le16 req_type;
include/linux/bnxt/hsi.h
7178
__le16 req_type;
include/linux/bnxt/hsi.h
7187
__le16 req_type;
include/linux/bnxt/hsi.h
7199
__le16 req_type;
include/linux/bnxt/hsi.h
7252
__le16 req_type;
include/linux/bnxt/hsi.h
7295
__le16 req_type;
include/linux/bnxt/hsi.h
7326
__le16 req_type;
include/linux/bnxt/hsi.h
7339
__le16 req_type;
include/linux/bnxt/hsi.h
7373
__le16 req_type;
include/linux/bnxt/hsi.h
7402
__le16 req_type;
include/linux/bnxt/hsi.h
7420
__le16 req_type;
include/linux/bnxt/hsi.h
7430
__le16 req_type;
include/linux/bnxt/hsi.h
7440
__le16 req_type;
include/linux/bnxt/hsi.h
7452
__le16 req_type;
include/linux/bnxt/hsi.h
7461
__le16 req_type;
include/linux/bnxt/hsi.h
7579
__le16 req_type;
include/linux/bnxt/hsi.h
7594
__le16 req_type;
include/linux/bnxt/hsi.h
7619
__le16 req_type;
include/linux/bnxt/hsi.h
7628
__le16 req_type;
include/linux/bnxt/hsi.h
7648
__le16 req_type;
include/linux/bnxt/hsi.h
7662
__le16 req_type;
include/linux/bnxt/hsi.h
7672
__le16 req_type;
include/linux/bnxt/hsi.h
7709
__le16 req_type;
include/linux/bnxt/hsi.h
7725
__le16 req_type;
include/linux/bnxt/hsi.h
7744
__le16 req_type;
include/linux/bnxt/hsi.h
7774
__le16 req_type;
include/linux/bnxt/hsi.h
7783
__le16 req_type;
include/linux/bnxt/hsi.h
7797
__le16 req_type;
include/linux/bnxt/hsi.h
7807
__le16 req_type;
include/linux/bnxt/hsi.h
7819
__le16 req_type;
include/linux/bnxt/hsi.h
7833
__le16 req_type;
include/linux/bnxt/hsi.h
79
__le16 req_type;
include/linux/bnxt/hsi.h
7937
__le16 req_type;
include/linux/bnxt/hsi.h
7958
__le16 req_type;
include/linux/bnxt/hsi.h
7969
__le16 req_type;
include/linux/bnxt/hsi.h
7978
__le16 req_type;
include/linux/bnxt/hsi.h
8017
__le16 req_type;
include/linux/bnxt/hsi.h
8026
__le16 req_type;
include/linux/bnxt/hsi.h
8052
__le16 req_type;
include/linux/bnxt/hsi.h
8073
__le16 req_type;
include/linux/bnxt/hsi.h
8128
__le16 req_type;
include/linux/bnxt/hsi.h
8149
__le16 req_type;
include/linux/bnxt/hsi.h
8160
__le16 req_type;
include/linux/bnxt/hsi.h
8227
__le16 req_type;
include/linux/bnxt/hsi.h
8257
__le16 req_type;
include/linux/bnxt/hsi.h
8267
__le16 req_type;
include/linux/bnxt/hsi.h
8279
__le16 req_type;
include/linux/bnxt/hsi.h
8288
__le16 req_type;
include/linux/bnxt/hsi.h
8378
__le16 req_type;
include/linux/bnxt/hsi.h
8437
__le16 req_type;
include/linux/bnxt/hsi.h
8448
__le16 req_type;
include/linux/bnxt/hsi.h
8457
__le16 req_type;
include/linux/bnxt/hsi.h
8482
__le16 req_type;
include/linux/bnxt/hsi.h
8491
__le16 req_type;
include/linux/bnxt/hsi.h
8567
__le16 req_type;
include/linux/bnxt/hsi.h
8577
__le16 req_type;
include/linux/bnxt/hsi.h
8589
__le16 req_type;
include/linux/bnxt/hsi.h
8598
__le16 req_type;
include/linux/bnxt/hsi.h
8683
__le16 req_type;
include/linux/bnxt/hsi.h
8722
__le16 req_type;
include/linux/bnxt/hsi.h
8736
__le16 req_type;
include/linux/bnxt/hsi.h
8747
__le16 req_type;
include/linux/bnxt/hsi.h
8771
__le16 req_type;
include/linux/bnxt/hsi.h
8797
__le16 req_type;
include/linux/bnxt/hsi.h
8829
__le16 req_type;
include/linux/bnxt/hsi.h
8859
__le16 req_type;
include/linux/bnxt/hsi.h
8873
__le16 req_type;
include/linux/bnxt/hsi.h
8884
__le16 req_type;
include/linux/bnxt/hsi.h
8898
__le16 req_type;
include/linux/bnxt/hsi.h
89
__le16 req_type;
include/linux/bnxt/hsi.h
8907
__le16 req_type;
include/linux/bnxt/hsi.h
8922
__le16 req_type;
include/linux/bnxt/hsi.h
8948
__le16 req_type;
include/linux/bnxt/hsi.h
8974
__le16 req_type;
include/linux/bnxt/hsi.h
8983
__le16 req_type;
include/linux/bnxt/hsi.h
8997
__le16 req_type;
include/linux/bnxt/hsi.h
9016
__le16 req_type;
include/linux/bnxt/hsi.h
9036
__le16 req_type;
include/linux/bnxt/hsi.h
9045
__le16 req_type;
include/linux/bnxt/hsi.h
9056
__le16 req_type;
include/linux/bnxt/hsi.h
9088
__le16 req_type;
include/linux/bnxt/hsi.h
9121
__le16 req_type;
include/linux/bnxt/hsi.h
9144
__le16 req_type;
include/linux/bnxt/hsi.h
9178
__le16 req_type;
include/linux/bnxt/hsi.h
9203
__le16 req_type;
include/linux/bnxt/hsi.h
9237
__le16 req_type;
include/linux/bnxt/hsi.h
9301
__le16 req_type;
include/linux/bnxt/hsi.h
9324
__le16 req_type;
include/linux/bnxt/hsi.h
9334
__le16 req_type;
include/linux/bnxt/hsi.h
9346
__le16 req_type;
include/linux/bnxt/hsi.h
9356
__le16 req_type;
include/linux/bnxt/hsi.h
9370
__le16 req_type;
include/linux/bnxt/hsi.h
9399
__le16 req_type;
include/linux/bnxt/hsi.h
9413
__le16 req_type;
include/linux/bnxt/hsi.h
9444
__le16 req_type;
include/linux/bnxt/hsi.h
9456
__le16 req_type;
include/linux/bnxt/hsi.h
9465
__le16 req_type;
include/linux/bnxt/hsi.h
9478
__le16 req_type;
include/linux/bnxt/hsi.h
9539
__le16 req_type;
include/linux/bnxt/hsi.h
9554
__le16 req_type;
include/linux/bnxt/hsi.h
9591
__le16 req_type;
include/linux/bnxt/hsi.h
96
__le16 req_type;
include/linux/bnxt/hsi.h
9623
__le16 req_type;
include/linux/bnxt/hsi.h
9638
__le16 req_type;
include/linux/bnxt/hsi.h
9658
__le16 req_type;
include/linux/bnxt/hsi.h
9679
__le16 req_type;
include/linux/bnxt/hsi.h
9704
__le16 req_type;
include/linux/bnxt/hsi.h
9759
__le16 req_type;
include/linux/bnxt/hsi.h
9773
__le16 req_type;
include/linux/bnxt/hsi.h
9795
__le16 req_type;
include/linux/bnxt/hsi.h
9823
__le16 req_type;
include/linux/bnxt/hsi.h
9842
__le16 req_type;
include/linux/bnxt/hsi.h
9857
__le16 req_type;
include/linux/bnxt/hsi.h
9871
__le16 req_type;
include/linux/bnxt/hsi.h
9896
__le16 req_type;
include/linux/bnxt/hsi.h
9922
__le16 req_type;
include/linux/bnxt/hsi.h
9935
__le16 req_type;
include/linux/bnxt/hsi.h
9944
__le16 req_type;
include/linux/bnxt/hsi.h
9957
__le16 req_type;
include/linux/bnxt/hsi.h
9966
__le16 req_type;
include/linux/bnxt/hsi.h
9983
__le16 req_type;
include/linux/bnxt/hsi.h
9992
__le16 req_type;
include/linux/ieee80211-he.h
48
__le16 req_type;
net/mac80211/s1g.c
104
twt_agrt->req_type &= cpu_to_le16(~IEEE80211_TWT_REQTYPE_REQUEST);
net/mac80211/s1g.c
108
twt_agrt->req_type &=
net/mac80211/s1g.c
110
twt_agrt->req_type |=
net/mac80211/s1g.c
141
u8 flowid = le16_get_bits(twt_agrt->req_type,
net/mac80211/trace.h
2491
__field(__le16, req_type)
net/mac80211/trace.h
2503
__entry->req_type = twt_agrt->req_type;
net/mac80211/trace.h
2515
__entry->control, le16_to_cpu(__entry->req_type),
net/tipc/netlink_compat.c
1208
msg->req_type = TIPC_TLV_BEARER_CONFIG;
net/tipc/netlink_compat.c
1213
msg->req_type = TIPC_TLV_BEARER_NAME;
net/tipc/netlink_compat.c
1218
msg->req_type = TIPC_TLV_LINK_NAME;
net/tipc/netlink_compat.c
1225
msg->req_type = TIPC_TLV_NET_ADDR;
net/tipc/netlink_compat.c
1233
msg->req_type = TIPC_TLV_LINK_CONFIG;
net/tipc/netlink_compat.c
1238
msg->req_type = TIPC_TLV_LINK_NAME;
net/tipc/netlink_compat.c
1243
msg->req_type = TIPC_TLV_NAME_TBL_QUERY;
net/tipc/netlink_compat.c
1267
msg->req_type = TIPC_TLV_NET_ADDR;
net/tipc/netlink_compat.c
1272
msg->req_type = TIPC_TLV_UNSIGNED;
net/tipc/netlink_compat.c
281
if (msg->req_type && (!msg->req_size ||
net/tipc/netlink_compat.c
282
!TLV_CHECK_TYPE(msg->req, msg->req_type)))
net/tipc/netlink_compat.c
386
if (msg->req_type && (!msg->req_size ||
net/tipc/netlink_compat.c
387
!TLV_CHECK_TYPE(msg->req, msg->req_type)))
net/tipc/netlink_compat.c
58
int req_type;