Searched refs:reqs (Results 26 - 50 of 72) sorted by relevance

123

/linux-master/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_chip.c368 struct zd_ioreq32 reqs[2] = {in_reqs[0], in_reqs[1]}; local
371 reqs[0].value = (mac_addr[3] << 24)
375 reqs[1].value = (mac_addr[5] << 8)
383 r = zd_iowrite32a_locked(chip, reqs, ARRAY_SIZE(reqs));
393 static const struct zd_ioreq32 reqs[2] = { local
398 return zd_write_mac_addr_common(chip, mac_addr, reqs, "mac");
403 static const struct zd_ioreq32 reqs[2] = { local
408 return zd_write_mac_addr_common(chip, bssid, reqs, "bssid");
860 struct zd_ioreq32 reqs[ local
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.c79 hw->mbx.stats.reqs++;
149 hw->mbx.stats.reqs++;
424 mbx->stats.reqs = 0;
H A Dvf.h90 u32 reqs; member in struct:ixgbe_mbx_stats
/linux-master/include/net/mana/
H A Dhw_channel.h124 struct hwc_work_request reqs[] __counted_by(num_reqs);
/linux-master/drivers/infiniband/hw/hfi1/
H A Duser_sdma.h91 struct user_sdma_request *reqs; member in struct:hfi1_user_sdma_pkt_q
H A Duser_sdma.c138 pq->reqs = kcalloc(hfi1_sdma_comp_ring_size,
139 sizeof(*pq->reqs),
141 if (!pq->reqs)
190 kfree(pq->reqs);
232 kfree(pq->reqs);
352 req = pq->reqs + info.comp_idx;
/linux-master/drivers/usb/gadget/function/
H A Df_midi2.c44 struct f_midi2_req_ctx *reqs; /* request context array */ member in struct:f_midi2_usb_ep
392 req = usb_ep->reqs[index].req;
1118 if (!test_bit(i, &usb_ep->free_reqs) && usb_ep->reqs[i].req) {
1119 usb_ep_dequeue(usb_ep->usb_ep, usb_ep->reqs[i].req);
1133 if (!usb_ep->reqs)
1137 if (usb_ep->reqs[i].req)
1139 usb_ep->reqs[i].req = alloc_ep_req(usb_ep->usb_ep,
1141 if (!usb_ep->reqs[i].req)
1143 usb_ep->reqs[i].req->context = &usb_ep->reqs[
[all...]
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dmbx.c163 hw->mbx.stats.reqs++;
332 mbx->stats.reqs = 0;
H A Dvf.h199 u32 reqs; member in struct:e1000_mbx_stats
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_mbx.c237 hw->mbx.stats.reqs++;
418 mbx->stats.reqs = 0;
/linux-master/fs/cachefiles/
H A Ddaemon.c116 xa_init_flags(&cache->reqs, XA_FLAGS_ALLOC);
138 struct xarray *xa = &cache->reqs;
165 xa_destroy(&cache->reqs);
359 XA_STATE(xas, &cache->reqs, 0);
367 if (!xa_empty(&cache->reqs)) {
/linux-master/drivers/scsi/
H A Dhptiop.c191 req = hba->reqs[tag >> 8].req_virt;
242 req = hba->reqs[(_tag >> 4) & 0xff].req_virt;
729 scp = hba->reqs[tag].scp;
773 free_req(hba, &hba->reqs[tag]);
783 req = hba->reqs[tag].req_virt;
788 req = hba->reqs[tag].req_virt;
1449 hba->reqs[i].next = NULL;
1450 hba->reqs[i].req_virt = start_virt;
1451 hba->reqs[i].req_shifted_phy = start_phy >> 5;
1452 hba->reqs[
[all...]
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_mbx.c268 hw->mbx.stats.reqs++;
469 mbx->stats.reqs = 0;
/linux-master/tools/testing/selftests/iommu/
H A Diommufd_utils.h222 static int _test_cmd_hwpt_invalidate(int fd, __u32 hwpt_id, void *reqs, argument
230 .data_uptr = (uint64_t)reqs,
239 #define test_cmd_hwpt_invalidate(hwpt_id, reqs, data_type, lreq, nreqs) \
242 _test_cmd_hwpt_invalidate(self->fd, hwpt_id, reqs, \
245 #define test_err_hwpt_invalidate(_errno, hwpt_id, reqs, data_type, lreq, \
249 self->fd, hwpt_id, reqs, \
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py79 reqs = set()
84 reqs.update(set(t['plugins']['requires']))
86 reqs.add(t['plugins']['requires'])
94 return reqs
96 def load_required_plugins(self, reqs, parser, args, remaining):
104 for r in reqs:
/linux-master/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c502 req = &clt_path->reqs[msg_id];
624 * post_recv() RDMA write completions of IO reqs (read/write)
685 * post_send() RDMA write completions of IO reqs (read/write)
993 req = &clt_path->reqs[permit->mem_id];
1009 req = &alive_path->reqs[fail_req->permit->mem_id];
1326 if (!clt_path->reqs)
1329 req = &clt_path->reqs[i];
1352 if (!clt_path->reqs)
1355 req = &clt_path->reqs[i];
1361 kfree(clt_path->reqs);
[all...]
H A Drtrs-clt.h134 struct rtrs_clt_io_req *reqs; member in struct:rtrs_clt_path
/linux-master/drivers/mtd/nand/
H A Decc-mxic.c223 struct nand_ecc_props *reqs = &nand->ecc.requirements; local
255 } else if (reqs->step_size && reqs->strength) {
256 step_size = reqs->step_size;
257 strength = reqs->strength;
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c228 rx_req = &hwc_rxq->msg_buf->reqs[rx_req_idx];
425 dma_buf = kzalloc(struct_size(dma_buf, reqs, q_depth), GFP_KERNEL);
444 hwc_wr = &dma_buf->reqs[i];
598 req = &hwc_rxq->msg_buf->reqs[i];
818 tx_wr = &txq->msg_buf->reqs[msg_id];
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dusb.c436 struct brcmf_usbreq *req, *reqs; local
438 reqs = kcalloc(qsize, sizeof(struct brcmf_usbreq), GFP_ATOMIC);
439 if (reqs == NULL)
442 req = reqs;
453 return reqs;
462 kfree(reqs);
/linux-master/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_blk.c339 int reqs = 0; local
353 if (++reqs > 4) {
/linux-master/include/net/9p/
H A Dclient.h89 * @lock: protect @fids and @reqs
96 * @reqs: All active requests.
124 struct idr reqs; member in struct:p9_client
/linux-master/drivers/accel/qaic/
H A Dqaic.h251 struct dbc_req *reqs; member in struct:bo_slice
/linux-master/fs/
H A Daio.c99 struct percpu_ref reqs; member in struct:kioctx
630 percpu_ref_exit(&ctx->reqs);
637 struct kioctx *ctx = container_of(ref, struct kioctx, reqs);
669 percpu_ref_kill(&ctx->reqs);
670 percpu_ref_put(&ctx->reqs);
791 if (percpu_ref_init(&ctx->reqs, free_ioctx_reqs, 0, GFP_KERNEL))
819 percpu_ref_get(&ctx->reqs); /* free_ioctx_users() will drop this */
842 percpu_ref_exit(&ctx->reqs);
1073 percpu_ref_get(&ctx->reqs);
1115 percpu_ref_put(&iocb->ki_ctx->reqs);
[all...]
/linux-master/sound/pci/hda/
H A Dpatch_ca0132.c180 int reqs[EFFECT_VALS_MAX_COUNT]; /*effect module request*/ member in struct:ct_effect
194 .reqs = {0, 1},
202 .reqs = {7, 8},
210 .reqs = {2, 3},
218 .reqs = {4, 5, 6},
226 .reqs = {24, 23, 25},
234 .reqs = {9, 10, 11, 12, 13, 14,
245 .reqs = {0, 1, 2, 3},
253 .reqs = {6, 7, 8, 9},
261 .reqs
424 int reqs[VOICEFX_MAX_PARAM_COUNT]; /*effect module request*/ member in struct:ct_voicefx
520 int reqs[EQ_PRESET_MAX_PARAM_COUNT]; /*effect module request*/ member in struct:ct_eq
715 unsigned int reqs[3]; /* scp req ID */ member in struct:ct_dsp_volume_ctl
[all...]

Completed in 389 milliseconds

123