Searched refs:ci (Results 176 - 200 of 282) sorted by relevance

1234567891011>>

/linux-master/drivers/ata/
H A Dsata_sil24.c1012 const struct sil24_cerr_info *ci = NULL; local
1056 ci = &sil24_cerr_db[cerr];
1058 if (ci && ci->desc) {
1059 err_mask |= ci->err_mask;
1060 action |= ci->action;
1063 ata_ehi_push_desc(ehi, "%s", ci->desc);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c776 u16 wqe_counter, ci; local
785 ci = mlx5_wq_cyc_ctr2ix(&sq->wq, sqcc);
786 wi = &sq->db.wqe_info[ci];
799 mlx5_wq_cyc_wqe_dump(&sq->wq, ci, wi->num_wqebbs);
830 u16 ci; local
832 ci = mlx5_wq_cyc_ctr2ix(&sq->wq, sq->cc);
833 wi = &sq->db.wqe_info[ci];
H A Dtxrx.h359 u32 ci; local
361 ci = mlx5_cqwq_ctr2ix(wq, wq->cc - 1);
364 "Error cqe on cqn 0x%x, ci 0x%x, qn 0x%x, opcode 0x%x, syndrome 0x%x, vendor syndrome 0x%x\n",
365 cq->mcq.cqn, ci, qn,
/linux-master/drivers/parisc/
H A Dccio-dma.c550 register unsigned long ci; /* coherent index */ local
574 asm volatile ("extrd,u %1,15,4,%0" : "=r" (ci) : "r" (pa));
576 asm volatile ("depd %1,35,4,%0" : "+r" (pa) : "r" (ci));
585 asm volatile ("lci %%r0(%1), %0" : "=r" (ci) : "r" (vba));
586 asm volatile ("extru %1,19,12,%0" : "+r" (ci) : "r" (ci));
587 asm volatile ("depw %1,15,12,%0" : "+r" (pa) : "r" (ci));
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c829 u16 ci; local
838 ci = mlx5_wq_cyc_ctr2ix(&sq->wq, sqcc);
839 wi = &sq->db.wqe_info[ci];
870 mlx5_wq_cyc_wqe_dump(&sq->wq, ci, wi->num_wqebbs);
907 u16 ci, sqcc, npkts = 0; local
913 ci = mlx5_wq_cyc_ctr2ix(&sq->wq, sqcc);
914 wi = &sq->db.wqe_info[ci];
/linux-master/drivers/usb/host/
H A Dbcma-hcd.c270 struct bcma_chipinfo *ci = &core->bus->chipinfo; local
275 if (ci->id == BCMA_CHIP_ID_BCM4707 ||
276 ci->id == BCMA_CHIP_ID_BCM53018)
/linux-master/fs/ocfs2/
H A Drefcounttree.h99 struct ocfs2_caching_info *ci,
/linux-master/drivers/staging/rts5208/
H A Drtsx_transport.c205 if (chip->ci < (HOST_CMDS_BUF_LEN / 4))
206 cb[(chip->ci)++] = cpu_to_le32(val);
217 val |= (u32)(chip->ci * 4) & 0x00FFFFFF;
250 val |= (u32)(chip->ci * 4) & 0x00FFFFFF;
/linux-master/drivers/media/rc/keymaps/
H A DMakefile28 rc-budget-ci-old.o \
128 rc-twinhan-dtv-cab-ci.o \
/linux-master/drivers/hte/
H A Dhte-tegra194.c575 struct hte_clk_info *ci)
579 if (!ci)
582 ci->hz = HTE_TS_CLK_RATE_HZ;
583 ci->type = CLOCK_MONOTONIC;
574 tegra_hte_clk_src_info(struct hte_chip *chip, struct hte_clk_info *ci) argument
H A Dhte.c758 * @ci: The API fills this structure with the clock information data.
764 struct hte_clk_info *ci)
769 if (!desc || !desc->hte_data || !ci) {
782 return chip->ops->get_clk_src_info(chip, ci);
763 hte_get_clk_src_info(const struct hte_ts_desc *desc, struct hte_clk_info *ci) argument
/linux-master/fs/ceph/
H A Ddebugfs.c253 struct ceph_inode_info *ci = ceph_inode(inode); local
257 spin_lock(&ci->i_ceph_lock);
258 cap = __get_cap_for_mds(ci, mds);
264 spin_unlock(&ci->i_ceph_lock);
/linux-master/drivers/scsi/bfa/
H A Dbfa.h178 void (*hw_rspq_ack)(struct bfa_s *bfa, int rspq, u32 ci);
331 void bfa_hwcb_rspq_ack(struct bfa_s *bfa, int rspq, u32 ci);
344 void bfa_hwct_rspq_ack(struct bfa_s *bfa, int rspq, u32 ci);
345 void bfa_hwct2_rspq_ack(struct bfa_s *bfa, int rspq, u32 ci);
H A Dbfi.h538 #define BFI_MSGQ_FULL(_q) (((_q->pi + 1) % _q->q_depth) == _q->ci)
539 #define BFI_MSGQ_EMPTY(_q) (_q->pi == _q->ci)
540 #define BFI_MSGQ_UPDATE_CI(_q) (_q->ci = (_q->ci + 1) % _q->q_depth)
544 #define BFI_MSGQ_FREE_CNT(_q) ((_q->ci - _q->pi - 1) & (_q->q_depth - 1))
/linux-master/fs/smb/server/
H A Doplock.h127 int find_same_lease_key(struct ksmbd_session *sess, struct ksmbd_inode *ci,
H A Dvfs_cache.h147 void ksmbd_inode_put(struct ksmbd_inode *ci);
/linux-master/drivers/firewire/
H A Dsbp2.c1008 struct fw_csr_iterator ci; local
1011 fw_csr_iterator_init(&ci, directory);
1012 while (fw_csr_iterator_next(&ci, &key, &value))
1022 struct fw_csr_iterator ci; local
1025 fw_csr_iterator_init(&ci, directory);
1026 while (fw_csr_iterator_next(&ci, &key, &value)) {
1057 sbp2_get_unit_unique_id(tgt, ci.p - 1 + value);
1062 if (sbp2_scan_logical_unit_dir(tgt, ci.p - 1 + value) < 0)
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_eqs.c962 u32 addr, ci, pi; local
968 ci = hinic_hwif_read_reg(hwdev->hwif, addr);
971 dev_err(&hwdev->hwif->pdev->dev, "Ceq id: %d, ci: 0x%08x, sw_ci: 0x%08x, pi: 0x%x, tasklet_state: 0x%lx, wrap: %d, ceqe: 0x%x\n",
972 q_id, ci, eq->cons_idx, pi,
982 u32 addr, ci, pi; local
988 ci = hinic_hwif_read_reg(hwdev->hwif, addr);
992 dev_err(&hwdev->hwif->pdev->dev, "Aeq id: %d, ci: 0x%08x, pi: 0x%x, work_state: 0x%x, wrap: %d, desc: 0x%x\n",
993 q_id, ci, pi, work_busy(&eq->aeq_work.work),
H A Dhinic_hw_cmdq.c612 static int cmdq_cmd_ceq_handler(struct hinic_cmdq *cmdq, u16 ci, argument
627 cmdq_sync_cmd_handler(cmdq, ci, errcode);
648 u16 ci; local
651 while ((hw_wqe = hinic_read_wqe(cmdq->wq, WQE_SCMD_SIZE, &ci))) {
667 hw_wqe = hinic_read_wqe(cmdq->wq, WQE_LCMD_SIZE, &ci);
671 if (cmdq_cmd_ceq_handler(cmdq, ci, &hw_wqe->cmdq_wqe))
/linux-master/drivers/video/console/
H A Dnewport_con.c69 int xend, int yend, int ci)
76 npregs->set.colori = ci;
134 int yend, int ci)
144 npregs->set.colori = ci;
149 static inline void newport_clear_lines(int ystart, int yend, int ci) argument
153 newport_clear_screen(0, ystart, 1280 + 63, yend, ci);
68 newport_render_background(int xstart, int ystart, int xend, int yend, int ci) argument
133 newport_clear_screen(int xstart, int ystart, int xend, int yend, int ci) argument
/linux-master/drivers/net/dsa/realtek/
H A Drtl8365mb.c1899 const struct rtl8365mb_chip_info *ci; local
1903 ci = mb->chip_info;
1906 if (ci->jam_table) {
1907 for (i = 0; i < ci->jam_size; i++) {
1908 ret = regmap_write(priv->map, ci->jam_table[i].reg,
1909 ci->jam_table[i].val);
2087 const struct rtl8365mb_chip_info *ci = &rtl8365mb_chip_infos[i]; local
2089 if (ci->chip_id == chip_id && ci->chip_ver == chip_ver) {
2090 mb->chip_info = ci;
[all...]
/linux-master/net/ipv4/
H A Ddevinet.c919 struct ifa_cacheinfo *ci; local
921 ci = nla_data(tb[IFA_CACHEINFO]);
922 if (!ci->ifa_valid || ci->ifa_prefered > ci->ifa_valid) {
927 *pvalid_lft = ci->ifa_valid;
928 *pprefered_lft = ci->ifa_prefered;
1674 struct ifa_cacheinfo ci; local
1676 ci.cstamp = cstamp_delta(cstamp);
1677 ci
[all...]
/linux-master/drivers/scsi/esas2r/
H A Desas2r_init.c1149 struct atto_vda_cfg_init *ci; local
1163 ci = (struct atto_vda_cfg_init *)&rq->vrq->cfg.data.init;
1164 ci->sgl_page_size = cpu_to_le32(sgl_page_size);
1166 ci->epoch_time = cpu_to_le32(ktime_get_real_seconds());
1220 ci = (struct atto_vda_cfg_init *)rq->data_buf;
1223 le32_to_cpu(ci->num_targets_backend);
1225 le32_to_cpu(ci->ioctl_tunnel);
/linux-master/drivers/crypto/starfive/
H A Djh7110-aes.c375 u8 *ci; local
380 ci = rctx->adata;
381 writeb(*ci, cryp->base + STARFIVE_AES_AESDIO0R);
382 ci++;
383 writeb(*ci, cryp->base + STARFIVE_AES_AESDIO0R);
384 ci++;
386 buffer = (u32 *)ci;
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c295 struct cpu_cacheinfo *ci; local
309 ci = get_cpu_cacheinfo(plr->cpu);
313 for (i = 0; i < ci->num_leaves; i++) {
314 if (ci->info_list[i].level == plr->s->res->cache_level) {
315 plr->line_size = ci->info_list[i].coherency_line_size;

Completed in 436 milliseconds

1234567891011>>