Symbol: req_type
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
2376
struct nfit_spa *nfit_spa, enum nfit_ars_state req_type)
drivers/acpi/nfit/core.c
2387
if (req_type == ARS_REQ_SHORT)
drivers/acpi/nfit/core.c
2858
enum nfit_ars_state req_type;
drivers/acpi/nfit/core.c
2866
req_type = ARS_REQ_SHORT;
drivers/acpi/nfit/core.c
2868
req_type = ARS_REQ_LONG;
drivers/acpi/nfit/core.c
2871
rc = ars_start(acpi_desc, nfit_spa, req_type);
drivers/acpi/nfit/core.c
2876
req_type == ARS_REQ_SHORT ? "short" : "long",
drivers/acpi/nfit/core.c
2888
clear_bit(req_type, &nfit_spa->ars_state);
drivers/acpi/nfit/core.c
3228
enum nfit_ars_state req_type)
drivers/acpi/nfit/core.c
3248
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
533
static struct dmtimer *_omap_dm_timer_request(int req_type, void *data)
drivers/clocksource/timer-ti-dm.c
541
switch (req_type) {
drivers/clocksource/timer-ti-dm.c
561
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/fwctl/bnxt/main.c
158
switch (le16_to_cpu(req->req_type)) {
drivers/fwctl/bnxt/main.c
69
switch (le16_to_cpu(req->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
99
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
1043
msg->req_type = (raw->msg[0] & 0x7f);
drivers/gpu/drm/display/drm_dp_mst_topology.c
1052
switch (msg->req_type) {
drivers/gpu/drm/display/drm_dp_mst_topology.c
1078
msg->req_type, drm_dp_mst_req_type_str(msg->req_type));
drivers/gpu/drm/display/drm_dp_mst_topology.c
1142
msg->req_type = (raw->msg[0] & 0x7f);
drivers/gpu/drm/display/drm_dp_mst_topology.c
1144
switch (msg->req_type) {
drivers/gpu/drm/display/drm_dp_mst_topology.c
1151
msg->req_type, drm_dp_mst_req_type_str(msg->req_type));
drivers/gpu/drm/display/drm_dp_mst_topology.c
1161
req.req_type = DP_REMOTE_DPCD_WRITE;
drivers/gpu/drm/display/drm_dp_mst_topology.c
1173
req.req_type = DP_LINK_ADDRESS;
drivers/gpu/drm/display/drm_dp_mst_topology.c
1181
req.req_type = DP_CLEAR_PAYLOAD_ID_TABLE;
drivers/gpu/drm/display/drm_dp_mst_topology.c
1191
req.req_type = DP_ENUM_PATH_RESOURCES;
drivers/gpu/drm/display/drm_dp_mst_topology.c
1207
req.req_type = DP_ALLOCATE_PAYLOAD;
drivers/gpu/drm/display/drm_dp_mst_topology.c
1224
req.req_type = DP_POWER_UP_PHY;
drivers/gpu/drm/display/drm_dp_mst_topology.c
1226
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
1239
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
2725
req.req_type = DP_REMOTE_DPCD_READ;
drivers/gpu/drm/display/drm_dp_mst_topology.c
2767
u8 req_type;
drivers/gpu/drm/display/drm_dp_mst_topology.c
2769
req_type = txmsg->msg[0] & 0x7f;
drivers/gpu/drm/display/drm_dp_mst_topology.c
2770
if (req_type == DP_CONNECTION_STATUS_NOTIFY ||
drivers/gpu/drm/display/drm_dp_mst_topology.c
2771
req_type == DP_RESOURCE_STATUS_NOTIFY ||
drivers/gpu/drm/display/drm_dp_mst_topology.c
2772
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
3551
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
3556
reply.req_type = req_type;
drivers/gpu/drm/display/drm_dp_mst_topology.c
3563
int req_type, bool broadcast)
drivers/gpu/drm/display/drm_dp_mst_topology.c
3572
drm_dp_encode_up_ack_reply(txmsg, req_type);
drivers/gpu/drm/display/drm_dp_mst_topology.c
4016
txmsg->reply.req_type,
drivers/gpu/drm/display/drm_dp_mst_topology.c
4017
drm_dp_mst_req_type_str(txmsg->reply.req_type),
drivers/gpu/drm/display/drm_dp_mst_topology.c
4067
if (msg->req_type == DP_CONNECTION_STATUS_NOTIFY)
drivers/gpu/drm/display/drm_dp_mst_topology.c
4069
else if (msg->req_type == DP_RESOURCE_STATUS_NOTIFY)
drivers/gpu/drm/display/drm_dp_mst_topology.c
4084
if (msg->req_type == DP_CONNECTION_STATUS_NOTIFY) {
drivers/gpu/drm/display/drm_dp_mst_topology.c
4152
if (up_req->msg.req_type != DP_CONNECTION_STATUS_NOTIFY &&
drivers/gpu/drm/display/drm_dp_mst_topology.c
4153
up_req->msg.req_type != DP_RESOURCE_STATUS_NOTIFY) {
drivers/gpu/drm/display/drm_dp_mst_topology.c
4155
up_req->msg.req_type);
drivers/gpu/drm/display/drm_dp_mst_topology.c
4169
drm_dp_send_up_ack_reply(mgr, mst_primary, up_req->msg.req_type,
drivers/gpu/drm/display/drm_dp_mst_topology.c
4174
if (up_req->msg.req_type == DP_CONNECTION_STATUS_NOTIFY) {
drivers/gpu/drm/display/drm_dp_mst_topology.c
4185
} 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
5848
msg.req_type = DP_REMOTE_I2C_READ;
drivers/gpu/drm/display/drm_dp_mst_topology.c
5907
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
623
atcs_input.req_type = ATCS_PCIE_LINK_SPEED;
drivers/gpu/drm/radeon/radeon_acpi.c
91
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
3551
wqe->req_type = RDMA_SQ_REQ_TYPE_SEND_WITH_IMM;
drivers/infiniband/hw/qedr/verbs.c
3565
wqe->req_type = RDMA_SQ_REQ_TYPE_SEND;
drivers/infiniband/hw/qedr/verbs.c
3578
wqe->req_type = RDMA_SQ_REQ_TYPE_SEND_WITH_INVALIDATE;
drivers/infiniband/hw/qedr/verbs.c
3597
wqe->req_type = RDMA_SQ_REQ_TYPE_RDMA_WR_WITH_IMM;
drivers/infiniband/hw/qedr/verbs.c
3611
wqe->req_type = RDMA_SQ_REQ_TYPE_RDMA_WR;
drivers/infiniband/hw/qedr/verbs.c
3628
wqe->req_type = RDMA_SQ_REQ_TYPE_RDMA_RD;
drivers/infiniband/hw/qedr/verbs.c
3653
wqe->req_type = RDMA_SQ_REQ_TYPE_ATOMIC_ADD;
drivers/infiniband/hw/qedr/verbs.c
3657
wqe->req_type = RDMA_SQ_REQ_TYPE_ATOMIC_CMP_AND_SWAP;
drivers/infiniband/hw/qedr/verbs.c
3674
iwqe->req_type = RDMA_SQ_REQ_TYPE_LOCAL_INVALIDATE;
drivers/infiniband/hw/qedr/verbs.c
3681
wqe->req_type = RDMA_SQ_REQ_TYPE_FAST_MR;
drivers/iommu/iommu.c
1721
__iommu_group_alloc_default_domain(struct iommu_group *group, int req_type)
drivers/iommu/iommu.c
1726
if (group->default_domain && group->default_domain->type == req_type)
drivers/iommu/iommu.c
1733
if (req_type & __IOMMU_DOMAIN_PAGING) {
drivers/iommu/iommu.c
1734
dom = __iommu_paging_domain_alloc_flags(dev, req_type,
drivers/iommu/iommu.c
1742
dom = __iommu_paging_domain_alloc_flags(dev, req_type, 0);
drivers/iommu/iommu.c
1747
if (req_type == IOMMU_DOMAIN_IDENTITY)
drivers/iommu/iommu.c
1758
iommu_group_alloc_default_domain(struct iommu_group *group, int req_type)
drivers/iommu/iommu.c
1771
if (req_type != ops->default_domain->type)
drivers/iommu/iommu.c
1776
if (req_type)
drivers/iommu/iommu.c
1777
return __iommu_group_alloc_default_domain(group, req_type);
drivers/iommu/iommu.c
3155
int req_type;
drivers/iommu/iommu.c
3160
req_type = iommu_get_default_domain_type(group, target_type);
drivers/iommu/iommu.c
3161
if (req_type < 0)
drivers/iommu/iommu.c
3164
dom = iommu_group_alloc_default_domain(group, req_type);
drivers/iommu/iommu.c
3257
int ret, req_type;
drivers/iommu/iommu.c
3266
req_type = IOMMU_DOMAIN_IDENTITY;
drivers/iommu/iommu.c
3268
req_type = IOMMU_DOMAIN_DMA;
drivers/iommu/iommu.c
3270
req_type = IOMMU_DOMAIN_DMA_FQ;
drivers/iommu/iommu.c
3272
req_type = 0;
drivers/iommu/iommu.c
3278
if (req_type == IOMMU_DOMAIN_DMA_FQ &&
drivers/iommu/iommu.c
3295
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
2783
u16 req_type;
drivers/mmc/core/block.c
2793
req_type = be16_to_cpu(frm->req_resp);
drivers/mmc/core/block.c
2794
switch (req_type) {
drivers/mmc/host/sdhci-msm.c
1592
static void sdhci_msm_check_power_status(struct sdhci_host *host, u32 req_type)
drivers/mmc/host/sdhci-msm.c
1603
mmc_hostname(host->mmc), __func__, req_type,
drivers/mmc/host/sdhci-msm.c
1615
if ((req_type & REQ_IO_HIGH || req_type & REQ_IO_LOW) &&
drivers/mmc/host/sdhci-msm.c
1632
if ((req_type & REQ_IO_HIGH) && !host->pwr) {
drivers/mmc/host/sdhci-msm.c
1634
mmc_hostname(host->mmc), req_type);
drivers/mmc/host/sdhci-msm.c
1637
if ((req_type & msm_host->curr_pwr_state) ||
drivers/mmc/host/sdhci-msm.c
1638
(req_type & msm_host->curr_io_level))
drivers/mmc/host/sdhci-msm.c
1652
mmc_hostname(host->mmc), req_type);
drivers/mmc/host/sdhci-msm.c
1655
if ((req_type & REQ_BUS_ON) && mmc->card && !mmc->ops->get_cd(mmc)) {
drivers/mmc/host/sdhci-msm.c
1661
__func__, req_type);
drivers/mmc/host/sdhci-msm.c
2320
u32 req_type = 0;
drivers/mmc/host/sdhci-msm.c
2324
req_type = (val & SDHCI_CTRL_VDD_180) ? REQ_IO_LOW :
drivers/mmc/host/sdhci-msm.c
2329
req_type = REQ_BUS_OFF;
drivers/mmc/host/sdhci-msm.c
2332
req_type = !val ? REQ_BUS_OFF : REQ_BUS_ON;
drivers/mmc/host/sdhci-msm.c
2348
if (req_type) {
drivers/mmc/host/sdhci-msm.c
2356
return req_type;
drivers/mmc/host/sdhci-msm.c
2362
u32 req_type = 0;
drivers/mmc/host/sdhci-msm.c
2364
req_type = __sdhci_msm_check_write(host, val, reg);
drivers/mmc/host/sdhci-msm.c
2367
if (req_type)
drivers/mmc/host/sdhci-msm.c
2368
sdhci_msm_check_power_status(host, req_type);
drivers/mmc/host/sdhci-msm.c
2374
u32 req_type = 0;
drivers/mmc/host/sdhci-msm.c
2376
req_type = __sdhci_msm_check_write(host, val, reg);
drivers/mmc/host/sdhci-msm.c
2380
if (req_type)
drivers/mmc/host/sdhci-msm.c
2381
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
1516
__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
2088
if (arg->req_type == WMI_SCAN_STOP_ONE && arg->u.scan_id > 0xFFF)
drivers/net/wireless/ath/ath10k/wmi-tlv.c
2105
cmd->req_type = __cpu_to_le32(arg->req_type);
drivers/net/wireless/ath/ath10k/wmi.c
7114
if (arg->req_type == WMI_SCAN_STOP_ONE && arg->u.scan_id > 0xFFF)
drivers/net/wireless/ath/ath10k/wmi.c
7128
cmd->req_type = __cpu_to_le32(arg->req_type);
drivers/net/wireless/ath/ath10k/wmi.c
7135
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
3909
.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
5182
.req_type = WLAN_SCAN_CANCEL_SINGLE,
drivers/net/wireless/ath/ath12k/wmi.c
1738
cmd->req_type = cpu_to_le32(type);
drivers/net/wireless/ath/ath12k/wmi.c
2829
if (arg->req_type == WLAN_SCAN_CANCEL_PDEV_ALL) {
drivers/net/wireless/ath/ath12k/wmi.c
2831
cmd->req_type = cpu_to_le32(WMI_SCAN_STOP_ALL);
drivers/net/wireless/ath/ath12k/wmi.c
2832
} else if (arg->req_type == WLAN_SCAN_CANCEL_VDEV_ALL) {
drivers/net/wireless/ath/ath12k/wmi.c
2834
cmd->req_type = cpu_to_le32(WMI_SCAN_STOP_VAP_ALL);
drivers/net/wireless/ath/ath12k/wmi.c
2835
} else if (arg->req_type == WLAN_SCAN_CANCEL_SINGLE) {
drivers/net/wireless/ath/ath12k/wmi.c
2837
cmd->req_type = WMI_SCAN_STOP_ONE;
drivers/net/wireless/ath/ath12k/wmi.c
2840
arg->req_type);
drivers/net/wireless/ath/ath12k/wmi.h
3350
__le32 req_type;
drivers/net/wireless/ath/ath12k/wmi.h
3652
enum scan_cancel_req_type req_type;
drivers/net/wireless/ath/ath12k/wmi.h
4033
__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
2204
if ((fw->type == ctx->req_type) &&
drivers/net/wireless/broadcom/b43/main.c
2215
switch (ctx->req_type) {
drivers/net/wireless/broadcom/b43/main.c
2250
snprintf(ctx->errors[ctx->req_type],
drivers/net/wireless/broadcom/b43/main.c
2251
sizeof(ctx->errors[ctx->req_type]),
drivers/net/wireless/broadcom/b43/main.c
2256
snprintf(ctx->errors[ctx->req_type],
drivers/net/wireless/broadcom/b43/main.c
2257
sizeof(ctx->errors[ctx->req_type]),
drivers/net/wireless/broadcom/b43/main.c
2283
fw->type = ctx->req_type;
drivers/net/wireless/broadcom/b43/main.c
2288
snprintf(ctx->errors[ctx->req_type],
drivers/net/wireless/broadcom/b43/main.c
2289
sizeof(ctx->errors[ctx->req_type]),
drivers/net/wireless/broadcom/b43/main.c
2520
fw->opensource = (ctx->req_type == B43_FWTYPE_OPENSOURCE);
drivers/net/wireless/broadcom/b43/main.c
2572
ctx->req_type = B43_FWTYPE_PROPRIETARY;
drivers/net/wireless/broadcom/b43/main.c
2581
ctx->req_type = B43_FWTYPE_OPENSOURCE;
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
2207
enum iwl_mvm_smps_type_request req_type,
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
2213
enum iwl_mvm_smps_type_request req_type,
drivers/net/wireless/intel/iwlwifi/mvm/utils.c
291
enum iwl_mvm_smps_type_request req_type,
drivers/net/wireless/intel/iwlwifi/mvm/utils.c
317
mvmvif->link[link_id]->smps_requests[req_type] = smps_request;
drivers/net/wireless/intel/iwlwifi/mvm/utils.c
334
enum iwl_mvm_smps_type_request req_type,
drivers/net/wireless/intel/iwlwifi/mvm/utils.c
342
iwl_mvm_update_smps(mvm, vif, req_type, smps_request,
drivers/net/wireless/mediatek/mt76/mt76.h
1858
int __mt76u_vendor_request(struct mt76_dev *dev, u8 req, u8 req_type,
drivers/net/wireless/mediatek/mt76/mt76.h
1861
u8 req_type, u16 val, u16 offset,
drivers/net/wireless/mediatek/mt76/mt76.h
1867
u32 ___mt76u_rr(struct mt76_dev *dev, u8 req, u8 req_type, u32 addr);
drivers/net/wireless/mediatek/mt76/mt76.h
1868
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
2232
if (!(twt_agrt->req_type & cpu_to_le16(IEEE80211_TWT_REQTYPE_IMPLICIT)))
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2236
le16_to_cpu(twt_agrt->req_type));
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2251
u16 type = le16_to_cpu(twt_agrt->req_type);
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2282
u16 req_type = le16_to_cpu(twt_agrt->req_type);
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2307
twt_agrt->req_type &= ~cpu_to_le16(IEEE80211_TWT_REQTYPE_FLOWID);
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2308
twt_agrt->req_type |= le16_encode_bits(flowid,
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2312
exp = FIELD_GET(IEEE80211_TWT_REQTYPE_WAKE_INT_EXP, req_type);
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2313
sta_setup_cmd = FIELD_GET(IEEE80211_TWT_REQTYPE_SETUP_CMD, req_type);
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2327
flow->protection = !!(req_type & IEEE80211_TWT_REQTYPE_PROTECTION);
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2328
flow->flowtype = !!(req_type & IEEE80211_TWT_REQTYPE_FLOWTYPE);
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2329
flow->trigger = !!(req_type & IEEE80211_TWT_REQTYPE_TRIGGER);
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2359
twt_agrt->req_type &= ~cpu_to_le16(IEEE80211_TWT_REQTYPE_SETUP_CMD);
drivers/net/wireless/mediatek/mt76/mt7915/mac.c
2360
twt_agrt->req_type |=
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3092
if (!(twt_agrt->req_type & cpu_to_le16(IEEE80211_TWT_REQTYPE_IMPLICIT)))
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3096
le16_to_cpu(twt_agrt->req_type));
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3111
u16 type = le16_to_cpu(twt_agrt->req_type);
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3143
u16 req_type = le16_to_cpu(twt_agrt->req_type);
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3171
twt_agrt->req_type &= ~cpu_to_le16(IEEE80211_TWT_REQTYPE_FLOWID);
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3172
twt_agrt->req_type |= le16_encode_bits(flowid,
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3176
exp = FIELD_GET(IEEE80211_TWT_REQTYPE_WAKE_INT_EXP, req_type);
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3177
sta_setup_cmd = FIELD_GET(IEEE80211_TWT_REQTYPE_SETUP_CMD, req_type);
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3188
flow->protection = !!(req_type & IEEE80211_TWT_REQTYPE_PROTECTION);
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3189
flow->flowtype = !!(req_type & IEEE80211_TWT_REQTYPE_FLOWTYPE);
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3190
flow->trigger = !!(req_type & IEEE80211_TWT_REQTYPE_TRIGGER);
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3221
twt_agrt->req_type &= ~cpu_to_le16(IEEE80211_TWT_REQTYPE_SETUP_CMD);
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
3222
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
142
FIELD_MODIFY(PCI_TPH_CTRL_REQ_EN_MASK, &reg, 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;
fs/smb/client/trace.h
738
__u8 req_type,
fs/smb/client/trace.h
743
TP_ARGS(fid, req_offset, req_len, req_type, conf_offset, conf_len, conf_type, conf_pid),
fs/smb/client/trace.h
748
__field(__u8, req_type)
fs/smb/client/trace.h
758
__entry->req_type = req_type;
fs/smb/client/trace.h
765
__entry->fid, __entry->req_offset, __entry->req_len, __entry->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
10247
__le16 req_type;
include/linux/bnge/hsi.h
10261
__le16 req_type;
include/linux/bnge/hsi.h
10283
__le16 req_type;
include/linux/bnge/hsi.h
10311
__le16 req_type;
include/linux/bnge/hsi.h
10330
__le16 req_type;
include/linux/bnge/hsi.h
10362
__le16 req_type;
include/linux/bnge/hsi.h
10374
__le16 req_type;
include/linux/bnge/hsi.h
10391
__le16 req_type;
include/linux/bnge/hsi.h
10409
__le16 req_type;
include/linux/bnge/hsi.h
10422
__le16 req_type;
include/linux/bnge/hsi.h
10431
__le16 req_type;
include/linux/bnge/hsi.h
10441
__le16 req_type;
include/linux/bnge/hsi.h
10452
__le16 req_type;
include/linux/bnge/hsi.h
10462
__le16 req_type;
include/linux/bnge/hsi.h
10493
__le16 req_type;
include/linux/bnge/hsi.h
10511
__le16 req_type;
include/linux/bnge/hsi.h
10525
__le16 req_type;
include/linux/bnge/hsi.h
10553
__le16 req_type;
include/linux/bnge/hsi.h
10562
__le16 req_type;
include/linux/bnge/hsi.h
10586
__le16 req_type;
include/linux/bnge/hsi.h
10617
__le16 req_type;
include/linux/bnge/hsi.h
10627
__le16 req_type;
include/linux/bnge/hsi.h
10641
__le16 req_type;
include/linux/bnge/hsi.h
10654
__le16 req_type;
include/linux/bnge/hsi.h
10666
__le16 req_type;
include/linux/bnge/hsi.h
10676
__le16 req_type;
include/linux/bnge/hsi.h
10688
__le16 req_type;
include/linux/bnge/hsi.h
10716
__le16 req_type;
include/linux/bnge/hsi.h
10735
__le16 req_type;
include/linux/bnge/hsi.h
10763
__le16 req_type;
include/linux/bnge/hsi.h
10782
__le16 req_type;
include/linux/bnge/hsi.h
10819
__le16 req_type;
include/linux/bnge/hsi.h
10828
__le16 req_type;
include/linux/bnge/hsi.h
10841
__le16 req_type;
include/linux/bnge/hsi.h
10850
__le16 req_type;
include/linux/bnge/hsi.h
10863
__le16 req_type;
include/linux/bnge/hsi.h
10872
__le16 req_type;
include/linux/bnge/hsi.h
10889
__le16 req_type;
include/linux/bnge/hsi.h
10898
__le16 req_type;
include/linux/bnge/hsi.h
10911
__le16 req_type;
include/linux/bnge/hsi.h
10920
__le16 req_type;
include/linux/bnge/hsi.h
10930
__le16 req_type;
include/linux/bnge/hsi.h
10956
__le16 req_type;
include/linux/bnge/hsi.h
10966
__le16 req_type;
include/linux/bnge/hsi.h
10980
__le16 req_type;
include/linux/bnge/hsi.h
10990
__le16 req_type;
include/linux/bnge/hsi.h
11
__le16 req_type;
include/linux/bnge/hsi.h
11000
__le16 req_type;
include/linux/bnge/hsi.h
11013
__le16 req_type;
include/linux/bnge/hsi.h
11059
__le16 req_type;
include/linux/bnge/hsi.h
11081
__le16 req_type;
include/linux/bnge/hsi.h
11113
__le16 req_type;
include/linux/bnge/hsi.h
11129
__le16 req_type;
include/linux/bnge/hsi.h
11141
__le16 req_type;
include/linux/bnge/hsi.h
11173
__le16 req_type;
include/linux/bnge/hsi.h
11183
__le16 req_type;
include/linux/bnge/hsi.h
11200
__le16 req_type;
include/linux/bnge/hsi.h
11209
__le16 req_type;
include/linux/bnge/hsi.h
11228
__le16 req_type;
include/linux/bnge/hsi.h
11249
__le16 req_type;
include/linux/bnge/hsi.h
11264
__le16 req_type;
include/linux/bnge/hsi.h
11280
__le16 req_type;
include/linux/bnge/hsi.h
11292
__le16 req_type;
include/linux/bnge/hsi.h
11314
__le16 req_type;
include/linux/bnge/hsi.h
11334
__le16 req_type;
include/linux/bnge/hsi.h
11356
__le16 req_type;
include/linux/bnge/hsi.h
11391
__le16 req_type;
include/linux/bnge/hsi.h
11414
__le16 req_type;
include/linux/bnge/hsi.h
11430
__le16 req_type;
include/linux/bnge/hsi.h
11444
__le16 req_type;
include/linux/bnge/hsi.h
11463
__le16 req_type;
include/linux/bnge/hsi.h
11483
__le16 req_type;
include/linux/bnge/hsi.h
11506
__le16 req_type;
include/linux/bnge/hsi.h
11530
__le16 req_type;
include/linux/bnge/hsi.h
11546
__le16 req_type;
include/linux/bnge/hsi.h
11566
__le16 req_type;
include/linux/bnge/hsi.h
11582
__le16 req_type;
include/linux/bnge/hsi.h
11603
__le16 req_type;
include/linux/bnge/hsi.h
11619
__le16 req_type;
include/linux/bnge/hsi.h
11639
__le16 req_type;
include/linux/bnge/hsi.h
11650
__le16 req_type;
include/linux/bnge/hsi.h
11668
__le16 req_type;
include/linux/bnge/hsi.h
11678
__le16 req_type;
include/linux/bnge/hsi.h
11689
__le16 req_type;
include/linux/bnge/hsi.h
11715
__le16 req_type;
include/linux/bnge/hsi.h
11741
__le16 req_type;
include/linux/bnge/hsi.h
11759
__le16 req_type;
include/linux/bnge/hsi.h
11784
__le16 req_type;
include/linux/bnge/hsi.h
11808
__le16 req_type;
include/linux/bnge/hsi.h
11832
__le16 req_type;
include/linux/bnge/hsi.h
11844
__le16 req_type;
include/linux/bnge/hsi.h
11863
__le16 req_type;
include/linux/bnge/hsi.h
11876
__le16 req_type;
include/linux/bnge/hsi.h
11925
__le16 req_type;
include/linux/bnge/hsi.h
11942
__le16 req_type;
include/linux/bnge/hsi.h
11961
__le16 req_type;
include/linux/bnge/hsi.h
11975
__le16 req_type;
include/linux/bnge/hsi.h
11984
__le16 req_type;
include/linux/bnge/hsi.h
12004
__le16 req_type;
include/linux/bnge/hsi.h
12067
__le16 req_type;
include/linux/bnge/hsi.h
12077
__le16 req_type;
include/linux/bnge/hsi.h
12095
__le16 req_type;
include/linux/bnge/hsi.h
12120
__le16 req_type;
include/linux/bnge/hsi.h
12152
__le16 req_type;
include/linux/bnge/hsi.h
12186
__le16 req_type;
include/linux/bnge/hsi.h
12212
__le16 req_type;
include/linux/bnge/hsi.h
12225
__le16 req_type;
include/linux/bnge/hsi.h
12244
__le16 req_type;
include/linux/bnge/hsi.h
12256
__le16 req_type;
include/linux/bnge/hsi.h
12278
__le16 req_type;
include/linux/bnge/hsi.h
12292
__le16 req_type;
include/linux/bnge/hsi.h
12301
__le16 req_type;
include/linux/bnge/hsi.h
12325
__le16 req_type;
include/linux/bnge/hsi.h
12371
__le16 req_type;
include/linux/bnge/hsi.h
12381
__le16 req_type;
include/linux/bnge/hsi.h
12416
__le16 req_type;
include/linux/bnge/hsi.h
12434
__le16 req_type;
include/linux/bnge/hsi.h
12457
__le16 req_type;
include/linux/bnge/hsi.h
12467
__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
8331
__le16 req_type;
include/linux/bnge/hsi.h
8356
__le16 req_type;
include/linux/bnge/hsi.h
8365
__le16 req_type;
include/linux/bnge/hsi.h
8385
__le16 req_type;
include/linux/bnge/hsi.h
8399
__le16 req_type;
include/linux/bnge/hsi.h
8409
__le16 req_type;
include/linux/bnge/hsi.h
8445
__le16 req_type;
include/linux/bnge/hsi.h
8461
__le16 req_type;
include/linux/bnge/hsi.h
8480
__le16 req_type;
include/linux/bnge/hsi.h
8510
__le16 req_type;
include/linux/bnge/hsi.h
8519
__le16 req_type;
include/linux/bnge/hsi.h
8533
__le16 req_type;
include/linux/bnge/hsi.h
8543
__le16 req_type;
include/linux/bnge/hsi.h
8555
__le16 req_type;
include/linux/bnge/hsi.h
8569
__le16 req_type;
include/linux/bnge/hsi.h
86
__le16 req_type;
include/linux/bnge/hsi.h
8673
__le16 req_type;
include/linux/bnge/hsi.h
8694
__le16 req_type;
include/linux/bnge/hsi.h
8705
__le16 req_type;
include/linux/bnge/hsi.h
8714
__le16 req_type;
include/linux/bnge/hsi.h
8753
__le16 req_type;
include/linux/bnge/hsi.h
8762
__le16 req_type;
include/linux/bnge/hsi.h
8788
__le16 req_type;
include/linux/bnge/hsi.h
8809
__le16 req_type;
include/linux/bnge/hsi.h
8864
__le16 req_type;
include/linux/bnge/hsi.h
8885
__le16 req_type;
include/linux/bnge/hsi.h
8896
__le16 req_type;
include/linux/bnge/hsi.h
8906
__le16 req_type;
include/linux/bnge/hsi.h
8965
__le16 req_type;
include/linux/bnge/hsi.h
8976
__le16 req_type;
include/linux/bnge/hsi.h
8985
__le16 req_type;
include/linux/bnge/hsi.h
9010
__le16 req_type;
include/linux/bnge/hsi.h
9019
__le16 req_type;
include/linux/bnge/hsi.h
9053
__le16 req_type;
include/linux/bnge/hsi.h
9096
__le16 req_type;
include/linux/bnge/hsi.h
9130
__le16 req_type;
include/linux/bnge/hsi.h
9214
__le16 req_type;
include/linux/bnge/hsi.h
9237
__le16 req_type;
include/linux/bnge/hsi.h
9261
__le16 req_type;
include/linux/bnge/hsi.h
9273
__le16 req_type;
include/linux/bnge/hsi.h
9294
__le16 req_type;
include/linux/bnge/hsi.h
9308
__le16 req_type;
include/linux/bnge/hsi.h
9337
__le16 req_type;
include/linux/bnge/hsi.h
9351
__le16 req_type;
include/linux/bnge/hsi.h
9382
__le16 req_type;
include/linux/bnge/hsi.h
9394
__le16 req_type;
include/linux/bnge/hsi.h
9411
__le16 req_type;
include/linux/bnge/hsi.h
9423
__le16 req_type;
include/linux/bnge/hsi.h
9432
__le16 req_type;
include/linux/bnge/hsi.h
9445
__le16 req_type;
include/linux/bnge/hsi.h
9517
__le16 req_type;
include/linux/bnge/hsi.h
9532
__le16 req_type;
include/linux/bnge/hsi.h
9582
__le16 req_type;
include/linux/bnge/hsi.h
9592
__le16 req_type;
include/linux/bnge/hsi.h
9607
__le16 req_type;
include/linux/bnge/hsi.h
9620
__le16 req_type;
include/linux/bnge/hsi.h
9680
__le16 req_type;
include/linux/bnge/hsi.h
9693
__le16 req_type;
include/linux/bnge/hsi.h
9742
__le16 req_type;
include/linux/bnge/hsi.h
9774
__le16 req_type;
include/linux/bnge/hsi.h
9789
__le16 req_type;
include/linux/bnge/hsi.h
9809
__le16 req_type;
include/linux/bnge/hsi.h
9830
__le16 req_type;
include/linux/bnge/hsi.h
9855
__le16 req_type;
include/linux/bnge/hsi.h
9864
__le16 req_type;
include/linux/bnge/hsi.h
9874
__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
2478
__field(__le16, req_type)
net/mac80211/trace.h
2490
__entry->req_type = twt_agrt->req_type;
net/mac80211/trace.h
2502
__entry->control, le16_to_cpu(__entry->req_type),
net/tipc/netlink_compat.c
1212
msg->req_type = TIPC_TLV_BEARER_CONFIG;
net/tipc/netlink_compat.c
1217
msg->req_type = TIPC_TLV_BEARER_NAME;
net/tipc/netlink_compat.c
1222
msg->req_type = TIPC_TLV_LINK_NAME;
net/tipc/netlink_compat.c
1229
msg->req_type = TIPC_TLV_NET_ADDR;
net/tipc/netlink_compat.c
1237
msg->req_type = TIPC_TLV_LINK_CONFIG;
net/tipc/netlink_compat.c
1242
msg->req_type = TIPC_TLV_LINK_NAME;
net/tipc/netlink_compat.c
1247
msg->req_type = TIPC_TLV_NAME_TBL_QUERY;
net/tipc/netlink_compat.c
1271
msg->req_type = TIPC_TLV_NET_ADDR;
net/tipc/netlink_compat.c
1276
msg->req_type = TIPC_TLV_UNSIGNED;
net/tipc/netlink_compat.c
285
if (msg->req_type && (!msg->req_size ||
net/tipc/netlink_compat.c
286
!TLV_CHECK_TYPE(msg->req, msg->req_type)))
net/tipc/netlink_compat.c
390
if (msg->req_type && (!msg->req_size ||
net/tipc/netlink_compat.c
391
!TLV_CHECK_TYPE(msg->req, msg->req_type)))
net/tipc/netlink_compat.c
58
int req_type;