| /Linux-v5.4/drivers/atm/ | 
| D | he.c | 224 #define he_writel_tsr0(dev, val, cid) \  argument226 #define he_readl_tsr0(dev, cid) \  argument
 229 #define he_writel_tsr1(dev, val, cid) \  argument
 232 #define he_writel_tsr2(dev, val, cid) \  argument
 235 #define he_writel_tsr3(dev, val, cid) \  argument
 238 #define he_writel_tsr4(dev, val, cid) \  argument
 249 #define he_writel_tsr4_upper(dev, val, cid) \  argument
 256 #define he_readl_tsr4(dev, cid) \  argument
 259 #define he_writel_tsr5(dev, val, cid) \  argument
 262 #define he_writel_tsr6(dev, val, cid) \  argument
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/wireless/ath/ath6kl/ | 
| D | bmi.c | 26 	u32 cid = BMI_DONE;  in ath6kl_bmi_done()  local48 	u32 cid = BMI_GET_TARGET_INFO;  in ath6kl_bmi_get_target_info()  local
 116 	u32 cid = BMI_READ_MEMORY;  in ath6kl_bmi_read()  local
 172 	u32 cid = BMI_WRITE_MEMORY;  in ath6kl_bmi_write()  local
 239 	u32 cid = BMI_EXECUTE;  in ath6kl_bmi_execute()  local
 286 	u32 cid = BMI_SET_APP_START;  in ath6kl_bmi_set_app_start()  local
 322 	u32 cid = BMI_READ_SOC_REGISTER;  in ath6kl_bmi_reg_read()  local
 365 	u32 cid = BMI_WRITE_SOC_REGISTER;  in ath6kl_bmi_reg_write()  local
 405 	u32 cid = BMI_LZ_DATA;  in ath6kl_bmi_lz_data()  local
 456 	u32 cid = BMI_LZ_STREAM_START;  in ath6kl_bmi_lz_stream_start()  local
 
 | 
| /Linux-v5.4/drivers/net/ethernet/qlogic/qed/ | 
| D | qed_ooo.c | 50 			  u32 cid)  in qed_ooo_seek_archipelago()68 					      u32 cid, u8 isle)  in qed_ooo_seek_isle()
 190 				      struct qed_ooo_info *p_ooo_info, u32 cid)  in qed_ooo_release_connection_isles()
 352 			  u32 cid, u8 drop_isle, u8 drop_size)  in qed_ooo_delete_isles()
 380 			  u32 cid, u8 ooo_isle,  in qed_ooo_add_new_isle()
 439 			    u32 cid,  in qed_ooo_add_new_buffer()
 459 			struct qed_ooo_info *p_ooo_info, u32 cid, u8 left_isle)  in qed_ooo_join_isles()
 
 | 
| D | qed_ooo.h | 155 				 u32 cid) {}  in qed_ooo_release_connection_isles()180 					u32 cid, u8 drop_isle, u8 drop_size) {}  in qed_ooo_delete_isles()
 184 					u32 cid, u8 ooo_isle,  in qed_ooo_add_new_isle()
 189 					  u32 cid, u8 ooo_isle,  in qed_ooo_add_new_buffer()
 194 				      struct qed_ooo_info *p_ooo_info, u32 cid,  in qed_ooo_join_isles()
 
 | 
| D | qed_roce.c | 155 static void qed_roce_free_cid_pair(struct qed_hwfn *p_hwfn, u16 cid)  in qed_roce_free_cid_pair()163 int qed_roce_alloc_cid(struct qed_hwfn *p_hwfn, u16 *cid)  in qed_roce_alloc_cid()
 222 static void qed_roce_set_real_cid(struct qed_hwfn *p_hwfn, u32 cid)  in qed_roce_set_real_cid()
 715 		u32 cid;  in qed_roce_sp_destroy_qp_responder()  local
 1110 	u32 start_cid, cid, xcid;  in qed_roce_free_real_icid()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/msm/disp/mdp5/ | 
| D | mdp5_smp.c | 64 		u32 cid, int nblks)  in smp_request_block()174 		u32 cid = pipe2client(pipe, i);  in mdp5_smp_assign()  local
 204 		u32 cid = pipe2client(pipe, i);  in mdp5_smp_release()  local
 221 		u32 cid, mdp5_smp_state_t *assigned)  in update_smp_state()
 298 			u32 cid = pipe2client(pipe, i);  in mdp5_smp_prepare_commit()  local
 355 			u32 cid = pipe2client(pipe, j);  in mdp5_smp_dump()  local
 
 | 
| /Linux-v5.4/drivers/misc/vmw_vmci/ | 
| D | vmci_host.c | 55 	u32 cid;  member354 	u32 cid;  in vmci_host_do_send_datagram()  local
 656 	u32 cid;  in vmci_host_do_ctx_add_notify()  local
 678 	u32 cid;  in vmci_host_do_ctx_remove_notify()  local
 701 	u32 cid;  in vmci_host_do_ctx_get_cpt_state()  local
 733 	u32 cid;  in vmci_host_do_ctx_set_cpt_state()  local
 801 	u32 cid;  in vmci_host_do_notify_resource()  local
 854 	u32 cid;  in vmci_host_do_recv_notifications()  local
 
 | 
| D | vmci_context.c | 80 struct vmci_ctx *vmci_ctx_create(u32 cid, u32 priv_flags,  in vmci_ctx_create()276 int vmci_ctx_pending_datagrams(u32 cid, u32 *pending)  in vmci_ctx_pending_datagrams()
 296 int vmci_ctx_enqueue_datagram(u32 cid, struct vmci_datagram *dg)  in vmci_ctx_enqueue_datagram()
 370 bool vmci_ctx_exists(u32 cid)  in vmci_ctx_exists()
 391 struct vmci_ctx *vmci_ctx_get(u32 cid)  in vmci_ctx_get()
 
 | 
| /Linux-v5.4/drivers/net/wireless/ath/wil6210/ | 
| D | txrx.c | 384 	int cid = wil_rxdesc_cid(d);  in wil_rx_get_cid_by_skb()  local466 	int cid, mid;  in wil_vring_reap_rx()  local
 675 	int cid = wil_skb_get_cid(skb);  in wil_rx_crypto_check()  local
 718 static void wil_get_netif_rx_params(struct sk_buff *skb, int *cid,  in wil_get_netif_rx_params()
 820 	int rc, cid;  in wil_enable_tx_key_worker()  local
 907 void wil_netif_rx(struct sk_buff *skb, struct net_device *ndev, int cid,  in wil_netif_rx()
 1004 	int cid, security;  in wil_netif_rx_any()  local
 1167 			     int cid, int tid)  in wil_vring_init_tx()
 1268 static int wil_tx_vring_modify(struct wil6210_vif *vif, int ring_id, int cid,  in wil_tx_vring_modify()
 1436 	int i, cid;  in wil_find_tx_ucast()  local
 [all …]
 
 | 
| D | rx_reorder.c | 98 	int tid, cid, mid, mcast, retry;  in wil_rx_reorder()  local226 		u8 cid, u8 tid, u16 seq)  in wil_rx_bar()
 309 int wil_addba_rx_request(struct wil6210_priv *wil, u8 mid, u8 cid, u8 tid,  in wil_addba_rx_request()
 
 | 
| D | txrx_edma.c | 519 					int *cid, int *mid, u16 *seq,  in wil_get_reorder_params_edma()532 static void wil_get_netif_rx_params_edma(struct sk_buff *skb, int *cid,  in wil_get_netif_rx_params_edma()
 545 	int cid, tid, key_id, mc;  in wil_rx_crypto_check_edma()  local
 710 				 int size, int cid, int tid)  in wil_ring_init_tx_edma()
 758 				   int cid, int tid)  in wil_tx_ring_modify_edma()
 768 static int wil_check_bar(struct wil6210_priv *wil, void *msg, int cid,  in wil_check_bar()
 876 	int cid;  in wil_sring_reap_rx_edma()  local
 1168 	int cid;  in wil_tx_sring_handler()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/vmwgfx/device_include/ | 
| D | svga3d_cmd.h | 396    uint32               cid;  member404    uint32               cid;  member
 412    uint32               cid;  member
 467    uint32               cid;  member
 476    uint32                 cid;  member
 749    uint32               cid;  member
 772    uint32 cid;  member
 786    uint32 cid;  member
 842    uint32 cid;  member
 869    uint32 cid;  member
 [all …]
 
 | 
| /Linux-v5.4/fs/fat/ | 
| D | cache.c | 81 			    struct fat_cache_id *cid,  in fat_cache_lookup()211 static inline int cache_contiguous(struct fat_cache_id *cid, int dclus)  in cache_contiguous()
 217 static inline void cache_init(struct fat_cache_id *cid, int fclus, int dclus)  in cache_init()
 231 	struct fat_cache_id cid;  in fat_get_cluster()  local
 
 | 
| /Linux-v5.4/drivers/dma/ | 
| D | sirf-dma.c | 163 		int cid, int burst_mode, void __iomem *base)  in sirfsoc_dma_execute_hw_a7v2()194 		int cid, int burst_mode, void __iomem *base)  in sirfsoc_dma_execute_hw_a7v1()
 216 		int cid, int burst_mode, void __iomem *base)  in sirfsoc_dma_execute_hw_a6()
 239 	int cid = schan->chan.chan_id;  in sirfsoc_dma_execute()  local
 446 	int cid = schan->chan.chan_id;  in sirfsoc_dma_terminate_all()  local
 492 	int cid = schan->chan.chan_id;  in sirfsoc_dma_pause_chan()  local
 526 	int cid = schan->chan.chan_id;  in sirfsoc_dma_resume_chan()  local
 648 	int cid = schan->chan.chan_id;  in sirfsoc_dma_tx_status()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvif/ | 
| D | disp.c | 54 	int cid = nvif_sclass(&device->object, disps, oclass);  in nvif_disp_ctor()  local
 | 
| D | user.c | 47 	int cid, ret;  in nvif_user_init()  local
 | 
| /Linux-v5.4/drivers/net/ethernet/broadcom/ | 
| D | cnic.c | 217 static void cnic_ring_ctl(struct cnic_dev *dev, u32 cid, u32 cl_id, int start)  in cnic_ring_ctl()302 static int cnic_get_l5_cid(struct cnic_local *cp, u32 cid, u32 *l5_cid)  in cnic_get_l5_cid()
 1389 static int cnic_submit_kwqe_16(struct cnic_dev *dev, u32 cmd, u32 cid,  in cnic_submit_kwqe_16()
 1609 	u32 cid;  in cnic_alloc_bnx2x_conn_resc()  local
 1655 static void *cnic_get_bnx2x_ctx(struct cnic_dev *dev, u32 cid, int init,  in cnic_get_bnx2x_ctx()
 1697 	u32 cid = ctx->cid;  in cnic_setup_bnx2x_ctx()  local
 1948 	u32 l5_cid, cid = BNX2X_SW_CID(req->context_id);  in cnic_bnx2x_iscsi_update()  local
 2050 	u32 cid = BNX2X_SW_CID(kwqe1->cid);  in cnic_init_storm_conn_bufs()  local
 2263 	u32 cid;  in cnic_bnx2x_fcoe_stat()  local
 2286 	u32 cid;  in cnic_bnx2x_fcoe_init1()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/nouveau/dispnv50/ | 
| D | oimm.c | 42 	int cid;  in nv50_oimm_init()  local
 | 
| D | wimm.c | 39 	int cid;  in nv50_wimm_init()  local
 | 
| D | base.c | 44 	int cid;  in nv50_base_new()  local
 | 
| D | curs.c | 44 	int cid;  in nv50_curs_new()  local
 | 
| D | ovly.c | 44 	int cid, ret;  in nv50_ovly_new()  local
 | 
| /Linux-v5.4/drivers/powercap/ | 
| D | intel_rapl_common.c | 296 static int contraint_to_pl(struct rapl_domain *rd, int cid)  in contraint_to_pl()311 static int set_power_limit(struct powercap_zone *power_zone, int cid,  in set_power_limit()
 353 static int get_current_power_limit(struct powercap_zone *power_zone, int cid,  in get_current_power_limit()
 392 static int set_time_window(struct powercap_zone *power_zone, int cid,  in set_time_window()
 423 static int get_time_window(struct powercap_zone *power_zone, int cid,  in get_time_window()
 460 				       int cid)  in get_constraint_name()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/vmwgfx/ | 
| D | vmwgfx_fifo.c | 590 					    uint32_t cid)  in vmw_fifo_emit_dummy_legacy_query()636 					uint32_t cid)  in vmw_fifo_emit_dummy_gb_query()
 687 			      uint32_t cid)  in vmw_fifo_emit_dummy_query()
 
 | 
| /Linux-v5.4/net/sctp/ | 
| D | debug.c | 48 const char *sctp_cname(const union sctp_subtype cid)  in sctp_cname()
 |