Home
last modified time | relevance | path

Searched full:cid (Results 1 – 25 of 739) sorted by relevance

12345678910>>...30

/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
Dbmi.c26 u32 cid = BMI_DONE; in ath6kl_bmi_done() local
35 ret = ath6kl_hif_bmi_write(ar, (u8 *)&cid, sizeof(cid)); in ath6kl_bmi_done()
48 u32 cid = BMI_GET_TARGET_INFO; in ath6kl_bmi_get_target_info() local
51 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_get_target_info()
55 ret = ath6kl_hif_bmi_write(ar, (u8 *)&cid, sizeof(cid)); in ath6kl_bmi_get_target_info()
118 u32 cid = BMI_READ_MEMORY; in ath6kl_bmi_read() local
125 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_read()
129 size = ar->bmi.max_data_size + sizeof(cid) + sizeof(addr) + sizeof(len); in ath6kl_bmi_read()
146 memcpy(&(ar->bmi.cmd_buf[offset]), &cid, sizeof(cid)); in ath6kl_bmi_read()
147 offset += sizeof(cid); in ath6kl_bmi_read()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
Dbmi.c26 u32 cid = BMI_DONE; in ath6kl_bmi_done() local
35 ret = ath6kl_hif_bmi_write(ar, (u8 *)&cid, sizeof(cid)); in ath6kl_bmi_done()
48 u32 cid = BMI_GET_TARGET_INFO; in ath6kl_bmi_get_target_info() local
51 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_get_target_info()
55 ret = ath6kl_hif_bmi_write(ar, (u8 *)&cid, sizeof(cid)); in ath6kl_bmi_get_target_info()
116 u32 cid = BMI_READ_MEMORY; in ath6kl_bmi_read() local
123 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_read()
127 size = ar->bmi.max_data_size + sizeof(cid) + sizeof(addr) + sizeof(len); in ath6kl_bmi_read()
144 memcpy(&(ar->bmi.cmd_buf[offset]), &cid, sizeof(cid)); in ath6kl_bmi_read()
145 offset += sizeof(cid); in ath6kl_bmi_read()
[all …]
/kernel/linux/linux-6.6/fs/exfat/
Dcache.c84 unsigned int fclus, struct exfat_cache_id *cid, in exfat_cache_lookup() argument
108 cid->id = ei->cache_valid_id; in exfat_cache_lookup()
109 cid->nr_contig = hit->nr_contig; in exfat_cache_lookup()
110 cid->fcluster = hit->fcluster; in exfat_cache_lookup()
111 cid->dcluster = hit->dcluster; in exfat_cache_lookup()
112 *cached_fclus = cid->fcluster + offset; in exfat_cache_lookup()
113 *cached_dclus = cid->dcluster + offset; in exfat_cache_lookup()
220 static inline int cache_contiguous(struct exfat_cache_id *cid, in cache_contiguous() argument
223 cid->nr_contig++; in cache_contiguous()
224 return cid->dcluster + cid->nr_contig == dclus; in cache_contiguous()
[all …]
/kernel/linux/linux-5.10/fs/exfat/
Dcache.c84 unsigned int fclus, struct exfat_cache_id *cid, in exfat_cache_lookup() argument
108 cid->id = ei->cache_valid_id; in exfat_cache_lookup()
109 cid->nr_contig = hit->nr_contig; in exfat_cache_lookup()
110 cid->fcluster = hit->fcluster; in exfat_cache_lookup()
111 cid->dcluster = hit->dcluster; in exfat_cache_lookup()
112 *cached_fclus = cid->fcluster + offset; in exfat_cache_lookup()
113 *cached_dclus = cid->dcluster + offset; in exfat_cache_lookup()
220 static inline int cache_contiguous(struct exfat_cache_id *cid, in cache_contiguous() argument
223 cid->nr_contig++; in cache_contiguous()
224 return cid->dcluster + cid->nr_contig == dclus; in cache_contiguous()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
Dqed_ooo.c24 u32 cid) in qed_ooo_seek_archipelago() argument
26 u32 idx = (cid & 0xffff) - p_ooo_info->cid_base; in qed_ooo_seek_archipelago()
42 u32 cid, u8 isle) in qed_ooo_seek_isle() argument
48 p_archipelago = qed_ooo_seek_archipelago(p_hwfn, p_ooo_info, cid); in qed_ooo_seek_isle()
51 "Connection %d is not found in OOO list\n", cid); in qed_ooo_seek_isle()
165 struct qed_ooo_info *p_ooo_info, u32 cid) in qed_ooo_release_connection_isles() argument
171 p_archipelago = qed_ooo_seek_archipelago(p_hwfn, p_ooo_info, cid); in qed_ooo_release_connection_isles()
327 u32 cid, u8 drop_isle, u8 drop_size) in qed_ooo_delete_isles() argument
333 p_isle = qed_ooo_seek_isle(p_hwfn, p_ooo_info, cid, drop_isle); in qed_ooo_delete_isles()
336 "Isle %d is not found(cid %d)\n", in qed_ooo_delete_isles()
[all …]
Dqed_ooo.h73 u32 cid);
96 u32 cid, u8 drop_isle, u8 drop_size);
100 u32 cid,
105 u32 cid,
110 struct qed_ooo_info *p_ooo_info, u32 cid,
129 u32 cid) {} in qed_ooo_release_connection_isles() argument
154 u32 cid, u8 drop_isle, u8 drop_size) {} in qed_ooo_delete_isles() argument
158 u32 cid, u8 ooo_isle, in qed_ooo_add_new_isle() argument
163 u32 cid, u8 ooo_isle, in qed_ooo_add_new_buffer() argument
168 struct qed_ooo_info *p_ooo_info, u32 cid, in qed_ooo_join_isles() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_ooo.c24 u32 cid) in qed_ooo_seek_archipelago() argument
26 u32 idx = (cid & 0xffff) - p_ooo_info->cid_base; in qed_ooo_seek_archipelago()
42 u32 cid, u8 isle) in qed_ooo_seek_isle() argument
48 p_archipelago = qed_ooo_seek_archipelago(p_hwfn, p_ooo_info, cid); in qed_ooo_seek_isle()
51 "Connection %d is not found in OOO list\n", cid); in qed_ooo_seek_isle()
164 struct qed_ooo_info *p_ooo_info, u32 cid) in qed_ooo_release_connection_isles() argument
170 p_archipelago = qed_ooo_seek_archipelago(p_hwfn, p_ooo_info, cid); in qed_ooo_release_connection_isles()
326 u32 cid, u8 drop_isle, u8 drop_size) in qed_ooo_delete_isles() argument
332 p_isle = qed_ooo_seek_isle(p_hwfn, p_ooo_info, cid, drop_isle); in qed_ooo_delete_isles()
335 "Isle %d is not found(cid %d)\n", in qed_ooo_delete_isles()
[all …]
Dqed_ooo.h73 u32 cid);
96 u32 cid, u8 drop_isle, u8 drop_size);
100 u32 cid,
105 u32 cid,
110 struct qed_ooo_info *p_ooo_info, u32 cid,
129 u32 cid) {} in qed_ooo_release_connection_isles() argument
154 u32 cid, u8 drop_isle, u8 drop_size) {} in qed_ooo_delete_isles() argument
158 u32 cid, u8 ooo_isle, in qed_ooo_add_new_isle() argument
163 u32 cid, u8 ooo_isle, in qed_ooo_add_new_buffer() argument
168 struct qed_ooo_info *p_ooo_info, u32 cid, in qed_ooo_join_isles() argument
/kernel/linux/linux-5.10/drivers/atm/
Dhe.c224 #define he_writel_tsr0(dev, val, cid) \ argument
225 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 0)
226 #define he_readl_tsr0(dev, cid) \ argument
227 he_readl_tcm(dev, CONFIG_TSRA | (cid << 3) | 0)
229 #define he_writel_tsr1(dev, val, cid) \ argument
230 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 1)
232 #define he_writel_tsr2(dev, val, cid) \ argument
233 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 2)
235 #define he_writel_tsr3(dev, val, cid) \ argument
236 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 3)
[all …]
/kernel/linux/linux-6.6/drivers/atm/
Dhe.c224 #define he_writel_tsr0(dev, val, cid) \ argument
225 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 0)
226 #define he_readl_tsr0(dev, cid) \ argument
227 he_readl_tcm(dev, CONFIG_TSRA | (cid << 3) | 0)
229 #define he_writel_tsr1(dev, val, cid) \ argument
230 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 1)
232 #define he_writel_tsr2(dev, val, cid) \ argument
233 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 2)
235 #define he_writel_tsr3(dev, val, cid) \ argument
236 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 3)
[all …]
/kernel/linux/linux-5.10/fs/fat/
Dcache.c81 struct fat_cache_id *cid, in fat_cache_lookup() argument
105 cid->id = MSDOS_I(inode)->cache_valid_id; in fat_cache_lookup()
106 cid->nr_contig = hit->nr_contig; in fat_cache_lookup()
107 cid->fcluster = hit->fcluster; in fat_cache_lookup()
108 cid->dcluster = hit->dcluster; in fat_cache_lookup()
109 *cached_fclus = cid->fcluster + offset; in fat_cache_lookup()
110 *cached_dclus = cid->dcluster + offset; in fat_cache_lookup()
211 static inline int cache_contiguous(struct fat_cache_id *cid, int dclus) in cache_contiguous() argument
213 cid->nr_contig++; in cache_contiguous()
214 return ((cid->dcluster + cid->nr_contig) == dclus); in cache_contiguous()
[all …]
/kernel/linux/linux-6.6/fs/fat/
Dcache.c81 struct fat_cache_id *cid, in fat_cache_lookup() argument
105 cid->id = MSDOS_I(inode)->cache_valid_id; in fat_cache_lookup()
106 cid->nr_contig = hit->nr_contig; in fat_cache_lookup()
107 cid->fcluster = hit->fcluster; in fat_cache_lookup()
108 cid->dcluster = hit->dcluster; in fat_cache_lookup()
109 *cached_fclus = cid->fcluster + offset; in fat_cache_lookup()
110 *cached_dclus = cid->dcluster + offset; in fat_cache_lookup()
211 static inline int cache_contiguous(struct fat_cache_id *cid, int dclus) in cache_contiguous() argument
213 cid->nr_contig++; in cache_contiguous()
214 return ((cid->dcluster + cid->nr_contig) == dclus); in cache_contiguous()
[all …]
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_share.c79 struct file *file, char *cid) in insert_share_item() argument
111 memcpy(new_item->cid, cid, HMDFS_CID_SIZE); in insert_share_item()
128 char *cid) in update_share_item() argument
136 memcpy(item->cid, cid, HMDFS_CID_SIZE); in update_share_item()
204 if (is_dst_device(item->cid, conn->cid)) { in hmdfs_clear_share_item_offline()
229 char *cid) in hmdfs_close_share_item() argument
254 if (!strcmp(item->cid, SHARE_ALL_DEVICE)) { in hmdfs_close_share_item()
258 if (unlikely(!is_dst_device(item->cid, cid))) { in hmdfs_close_share_item()
259 hmdfs_err("item not right, dst cid is: %s", item->cid); in hmdfs_close_share_item()
279 char *cid) in hmdfs_check_share_access_permission() argument
[all …]
/kernel/linux/linux-6.6/fs/hmdfs/
Dhmdfs_share.c79 struct file *file, char *cid) in insert_share_item() argument
111 memcpy(new_item->cid, cid, HMDFS_CID_SIZE); in insert_share_item()
128 char *cid) in update_share_item() argument
136 memcpy(item->cid, cid, HMDFS_CID_SIZE); in update_share_item()
204 if (is_dst_device(item->cid, conn->cid)) { in hmdfs_clear_share_item_offline()
229 char *cid) in hmdfs_close_share_item() argument
254 if (!strcmp(item->cid, SHARE_ALL_DEVICE)) { in hmdfs_close_share_item()
258 if (unlikely(!is_dst_device(item->cid, cid))) { in hmdfs_close_share_item()
259 hmdfs_err("item not right, dst cid is: %s", item->cid); in hmdfs_close_share_item()
279 char *cid) in hmdfs_check_share_access_permission() argument
[all …]
/kernel/linux/linux-6.6/include/trace/events/
Drpcrdma.h28 const struct rpc_rdma_cid *cid
31 TP_ARGS(wc, cid),
41 __entry->cq_id = cid->ci_queue_id;
42 __entry->completion_id = cid->ci_completion_id;
50 TP_printk("cq.id=%u cid=%d status=%s (%lu/0x%x)",
61 const struct rpc_rdma_cid *cid \
63 TP_ARGS(wc, cid))
68 const struct rpc_rdma_cid *cid
71 TP_ARGS(wc, cid),
79 __entry->cq_id = cid->ci_queue_id;
[all …]
/kernel/linux/linux-5.10/drivers/target/iscsi/
Discsi_target_erl2.c104 u16 cid) in iscsit_get_inactive_connection_recovery_entry() argument
110 if (cr->cid == cid) { in iscsit_get_inactive_connection_recovery_entry()
236 " 0x%08x, CID: %hu.\n", cmd->init_task_tag, in iscsit_discard_cr_cmds_by_expstatsn()
237 cmd->stat_sn, cr->cid); in iscsit_discard_cr_cmds_by_expstatsn()
248 " CID: %hu less than old ExpStatSN: 0x%08x\n", in iscsit_discard_cr_cmds_by_expstatsn()
249 dropped_count, cr->cid, exp_statsn); in iscsit_discard_cr_cmds_by_expstatsn()
253 " connection CID: %hu on SID: %u\n", in iscsit_discard_cr_cmds_by_expstatsn()
254 cr->cid, sess->sid); in iscsit_discard_cr_cmds_by_expstatsn()
257 pr_debug("iSCSI connection recovery successful for CID:" in iscsit_discard_cr_cmds_by_expstatsn()
258 " %hu on SID: %u\n", cr->cid, sess->sid); in iscsit_discard_cr_cmds_by_expstatsn()
[all …]
/kernel/linux/linux-6.6/drivers/target/iscsi/
Discsi_target_erl2.c104 u16 cid) in iscsit_get_inactive_connection_recovery_entry() argument
110 if (cr->cid == cid) { in iscsit_get_inactive_connection_recovery_entry()
236 " 0x%08x, CID: %hu.\n", cmd->init_task_tag, in iscsit_discard_cr_cmds_by_expstatsn()
237 cmd->stat_sn, cr->cid); in iscsit_discard_cr_cmds_by_expstatsn()
248 " CID: %hu less than old ExpStatSN: 0x%08x\n", in iscsit_discard_cr_cmds_by_expstatsn()
249 dropped_count, cr->cid, exp_statsn); in iscsit_discard_cr_cmds_by_expstatsn()
253 " connection CID: %hu on SID: %u\n", in iscsit_discard_cr_cmds_by_expstatsn()
254 cr->cid, sess->sid); in iscsit_discard_cr_cmds_by_expstatsn()
257 pr_debug("iSCSI connection recovery successful for CID:" in iscsit_discard_cr_cmds_by_expstatsn()
258 " %hu on SID: %u\n", cr->cid, sess->sid); in iscsit_discard_cr_cmds_by_expstatsn()
[all …]
/kernel/linux/linux-5.10/drivers/dma/
Dsirf-dma.c127 int cid, int burst_mode, void __iomem *base);
133 int cid, int burst_mode, void __iomem *base);
163 int cid, int burst_mode, void __iomem *base) in sirfsoc_dma_execute_hw_a7v2() argument
194 int cid, int burst_mode, void __iomem *base) in sirfsoc_dma_execute_hw_a7v1() argument
197 writel_relaxed((1 << cid), base + SIRFSOC_DMA_EARLY_RESP_SET); in sirfsoc_dma_execute_hw_a7v1()
198 writel_relaxed(sdesc->width, base + SIRFSOC_DMA_WIDTH_0 + cid * 4); in sirfsoc_dma_execute_hw_a7v1()
199 writel_relaxed(cid | (burst_mode << SIRFSOC_DMA_MODE_CTRL_BIT) | in sirfsoc_dma_execute_hw_a7v1()
201 base + cid * 0x10 + SIRFSOC_DMA_CH_CTRL); in sirfsoc_dma_execute_hw_a7v1()
202 writel_relaxed(sdesc->xlen, base + cid * 0x10 + SIRFSOC_DMA_CH_XLEN); in sirfsoc_dma_execute_hw_a7v1()
203 writel_relaxed(sdesc->ylen, base + cid * 0x10 + SIRFSOC_DMA_CH_YLEN); in sirfsoc_dma_execute_hw_a7v1()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_cmd.h380 uint32 cid; member
386 uint32 cid; member
392 uint32 cid; member
439 uint32 cid; member
446 uint32 cid; member
568 uint32 cid; member
577 uint32 cid; member
589 uint32 cid; member
623 uint32 cid; member
640 uint32 cid; member
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
Drx_reorder.c87 int tid, cid, mid, mcast, retry; in wil_rx_reorder() local
94 wil->txrx_ops.get_reorder_params(wil, skb, &tid, &cid, &mid, &seq, in wil_rx_reorder()
96 sta = &wil->sta[cid]; in wil_rx_reorder()
98 wil_dbg_txrx(wil, "MID %d CID %d TID %d Seq 0x%03x mcast %01x\n", in wil_rx_reorder()
99 mid, cid, tid, seq, mcast); in wil_rx_reorder()
215 u8 cid, u8 tid, u16 seq) in wil_rx_bar() argument
217 struct wil_sta_info *sta = &wil->sta[cid]; in wil_rx_bar()
225 wil_err(wil, "BAR for non-existing CID %d TID %d\n", cid, tid); in wil_rx_bar()
233 wil_dbg_txrx(wil, "BAR: CID %d MID %d TID %d Seq 0x%03x head 0x%03x\n", in wil_rx_bar()
234 cid, vif->mid, tid, seq, r->head_seq_num); in wil_rx_bar()
[all …]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
Drx_reorder.c87 int tid, cid, mid, mcast, retry; in wil_rx_reorder() local
94 wil->txrx_ops.get_reorder_params(wil, skb, &tid, &cid, &mid, &seq, in wil_rx_reorder()
96 sta = &wil->sta[cid]; in wil_rx_reorder()
98 wil_dbg_txrx(wil, "MID %d CID %d TID %d Seq 0x%03x mcast %01x\n", in wil_rx_reorder()
99 mid, cid, tid, seq, mcast); in wil_rx_reorder()
215 u8 cid, u8 tid, u16 seq) in wil_rx_bar() argument
217 struct wil_sta_info *sta = &wil->sta[cid]; in wil_rx_bar()
225 wil_err(wil, "BAR for non-existing CID %d TID %d\n", cid, tid); in wil_rx_bar()
233 wil_dbg_txrx(wil, "BAR: CID %d MID %d TID %d Seq 0x%03x head 0x%03x\n", in wil_rx_bar()
234 cid, vif->mid, tid, seq, r->head_seq_num); in wil_rx_bar()
[all …]
/kernel/linux/linux-5.10/net/netfilter/
Dnf_conntrack_pptp.c283 __be16 cid = 0, pcid = 0; in pptp_inbound_pkt() local
318 cid = pptpReq->ocack.callID; in pptp_inbound_pkt()
322 pr_debug("%s, CID=%X, PCID=%X\n", pptp_msg_name(msg), in pptp_inbound_pkt()
323 ntohs(cid), ntohs(pcid)); in pptp_inbound_pkt()
327 info->pac_call_id = cid; in pptp_inbound_pkt()
328 exp_gre(ct, cid, pcid); in pptp_inbound_pkt()
338 cid = pptpReq->icreq.callID; in pptp_inbound_pkt()
339 pr_debug("%s, CID=%X\n", pptp_msg_name(msg), ntohs(cid)); in pptp_inbound_pkt()
341 info->pac_call_id = cid; in pptp_inbound_pkt()
353 cid = info->pac_call_id; in pptp_inbound_pkt()
[all …]
/kernel/linux/linux-6.6/net/netfilter/
Dnf_conntrack_pptp.c262 __be16 cid = 0, pcid = 0; in pptp_inbound_pkt() local
296 cid = pptpReq->ocack.callID; in pptp_inbound_pkt()
300 pr_debug("%s, CID=%X, PCID=%X\n", pptp_msg_name(msg), in pptp_inbound_pkt()
301 ntohs(cid), ntohs(pcid)); in pptp_inbound_pkt()
305 info->pac_call_id = cid; in pptp_inbound_pkt()
306 exp_gre(ct, cid, pcid); in pptp_inbound_pkt()
316 cid = pptpReq->icreq.callID; in pptp_inbound_pkt()
317 pr_debug("%s, CID=%X\n", pptp_msg_name(msg), ntohs(cid)); in pptp_inbound_pkt()
319 info->pac_call_id = cid; in pptp_inbound_pkt()
331 cid = info->pac_call_id; in pptp_inbound_pkt()
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-rpc/
Decard.c332 if (!ec->cid.cd) in ecard_readchunk()
629 if (ec->cid.id == 0) { in ecard_prints()
633 ec->cid.manufacturer, ec->cid.product); in ecard_prints()
635 if (!ec->card_desc && ec->cid.cd && in ecard_prints()
645 seq_printf(m, "Simple card %d\n", ec->cid.id); in ecard_prints()
786 return sprintf(buf, "%u\n", ec->cid.manufacturer); in vendor_show()
793 return sprintf(buf, "%u\n", ec->cid.product); in device_show()
895 struct ex_ecid cid; in ecard_probe() local
909 cid.r_zero = 1; in ecard_probe()
910 ecard_readbytes(&cid, ec, 0, 16, 0); in ecard_probe()
[all …]
/kernel/linux/linux-6.6/arch/arm/mach-rpc/
Decard.c332 if (!ec->cid.cd) in ecard_readchunk()
629 if (ec->cid.id == 0) { in ecard_prints()
633 ec->cid.manufacturer, ec->cid.product); in ecard_prints()
635 if (!ec->card_desc && ec->cid.cd && in ecard_prints()
645 seq_printf(m, "Simple card %d\n", ec->cid.id); in ecard_prints()
786 return sprintf(buf, "%u\n", ec->cid.manufacturer); in vendor_show()
793 return sprintf(buf, "%u\n", ec->cid.product); in device_show()
895 struct ex_ecid cid; in ecard_probe() local
909 cid.r_zero = 1; in ecard_probe()
910 ecard_readbytes(&cid, ec, 0, 16, 0); in ecard_probe()
[all …]

12345678910>>...30