Searched refs:cid (Results 1 - 25 of 83) sorted by relevance

1234

/drivers/net/wireless/ath/ath6kl/
H A Dbmi.c26 u32 cid = BMI_DONE; local
35 ret = ath6kl_hif_bmi_write(ar, (u8 *)&cid, sizeof(cid));
48 u32 cid = BMI_GET_TARGET_INFO; local
51 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid);
55 ret = ath6kl_hif_bmi_write(ar, (u8 *)&cid, sizeof(cid));
116 u32 cid = BMI_READ_MEMORY; local
123 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid);
127 size = ar->bmi.max_data_size + sizeof(cid)
172 u32 cid = BMI_WRITE_MEMORY; local
239 u32 cid = BMI_EXECUTE; local
286 u32 cid = BMI_SET_APP_START; local
322 u32 cid = BMI_READ_SOC_REGISTER; local
365 u32 cid = BMI_WRITE_SOC_REGISTER; local
405 u32 cid = BMI_LZ_DATA; local
456 u32 cid = BMI_LZ_STREAM_START; local
[all...]
/drivers/mmc/core/
H A Dmmc_ops.h19 int mmc_all_send_cid(struct mmc_host *host, u32 *cid);
24 int mmc_send_cid(struct mmc_host *host, u32 *cid);
H A Dquirks.c75 f->manfid == card->cid.manfid) &&
77 f->oemid == card->cid.oemid) &&
79 !strncmp(f->name, card->cid.prod_name,
80 sizeof(card->cid.prod_name))) &&
H A Dsd.h8 int mmc_sd_get_cid(struct mmc_host *host, u32 ocr, u32 *cid, u32 *rocr);
H A Dsd.c68 memset(&card->cid, 0, sizeof(struct mmc_cid));
74 card->cid.manfid = UNSTUFF_BITS(resp, 120, 8);
75 card->cid.oemid = UNSTUFF_BITS(resp, 104, 16);
76 card->cid.prod_name[0] = UNSTUFF_BITS(resp, 96, 8);
77 card->cid.prod_name[1] = UNSTUFF_BITS(resp, 88, 8);
78 card->cid.prod_name[2] = UNSTUFF_BITS(resp, 80, 8);
79 card->cid.prod_name[3] = UNSTUFF_BITS(resp, 72, 8);
80 card->cid.prod_name[4] = UNSTUFF_BITS(resp, 64, 8);
81 card->cid.hwrev = UNSTUFF_BITS(resp, 60, 4);
82 card->cid
726 mmc_sd_get_cid(struct mmc_host *host, u32 ocr, u32 *cid, u32 *rocr) argument
930 u32 cid[4]; local
[all...]
H A Dmmc.c73 card->cid.manfid = UNSTUFF_BITS(resp, 104, 24);
74 card->cid.prod_name[0] = UNSTUFF_BITS(resp, 96, 8);
75 card->cid.prod_name[1] = UNSTUFF_BITS(resp, 88, 8);
76 card->cid.prod_name[2] = UNSTUFF_BITS(resp, 80, 8);
77 card->cid.prod_name[3] = UNSTUFF_BITS(resp, 72, 8);
78 card->cid.prod_name[4] = UNSTUFF_BITS(resp, 64, 8);
79 card->cid.prod_name[5] = UNSTUFF_BITS(resp, 56, 8);
80 card->cid.prod_name[6] = UNSTUFF_BITS(resp, 48, 8);
81 card->cid.hwrev = UNSTUFF_BITS(resp, 44, 4);
82 card->cid
826 u32 cid[4]; local
[all...]
H A Dmmc_ops.c171 int mmc_all_send_cid(struct mmc_host *host, u32 *cid) argument
177 BUG_ON(!cid);
187 memcpy(cid, cmd.resp, sizeof(u32) * 4);
312 int mmc_send_cid(struct mmc_host *host, u32 *cid) argument
320 cid, MMC_SEND_CID);
323 ret = mmc_send_cxd_data(NULL, host, MMC_SEND_CID, cid, 16);
328 cid[i] = be32_to_cpu(cid[i]);
/drivers/target/iscsi/
H A Discsi_target_erl2.c113 u16 cid)
119 if (cr->cid == cid) {
248 cmd->stat_sn, cr->cid);
260 dropped_count, cr->cid, exp_statsn);
265 cr->cid, sess->sid);
269 " %hu on SID: %u\n", cr->cid, sess->sid);
288 if (ooo_cmdsn->cid != conn->cid)
294 ooo_cmdsn->cmdsn, conn->cid);
111 iscsit_get_inactive_connection_recovery_entry( struct iscsi_session *sess, u16 cid) argument
[all...]
H A Discsi_target_login.c199 u16 cid)
202 conn->cid = cid;
233 iscsi_login_set_conn_values(sess, conn, pdu->cid);
420 iscsi_login_set_conn_values(NULL, conn, pdu->cid);
476 iscsi_login_set_conn_values(sess, conn, pdu->cid);
506 u16 cid,
520 conn_ptr = iscsit_get_conn_from_cid_rcfr(sess, cid);
524 conn_ptr->cid, sess->sess_ops->InitiatorName);
541 sess, cid);
196 iscsi_login_set_conn_values( struct iscsi_session *sess, struct iscsi_conn *conn, u16 cid) argument
504 iscsi_login_post_auth_non_zero_tsih( struct iscsi_conn *conn, u16 cid, u32 exp_statsn) argument
[all...]
/drivers/gpu/drm/vmwgfx/
H A Dsvga3d_reg.h1212 uint32 cid; member in struct:__anon737
1217 uint32 cid; member in struct:__anon738
1222 uint32 cid; member in struct:__anon739
1313 uint32 cid; member in struct:__anon747
1319 uint32 cid; member in struct:__anon748
1537 uint32 cid; member in struct:__anon759
1567 uint32 cid; member in struct:__anon762
1573 uint32 cid; member in struct:__anon763
1586 uint32 cid; member in struct:__anon765
1601 uint32 cid; member in struct:__anon767
1608 uint32 cid; member in struct:__anon768
1615 uint32 cid; member in struct:__anon769
1622 uint32 cid; member in struct:__anon770
1628 uint32 cid; member in struct:__anon771
1634 uint32 cid; member in struct:__anon772
1641 uint32 cid; member in struct:__anon773
1649 uint32 cid; member in struct:__anon774
1656 uint32 cid; member in struct:__anon775
1665 uint32 cid; member in struct:__anon776
1672 uint32 cid; member in struct:__anon777
1678 uint32 cid; member in struct:__anon778
1685 uint32 cid; /* Same parameters passed to END_QUERY */ member in struct:__anon779
[all...]
/drivers/atm/
H A Dhe.c224 #define he_writel_tsr0(dev, val, cid) \
225 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 0)
226 #define he_readl_tsr0(dev, cid) \
227 he_readl_tcm(dev, CONFIG_TSRA | (cid << 3) | 0)
229 #define he_writel_tsr1(dev, val, cid) \
230 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 1)
232 #define he_writel_tsr2(dev, val, cid) \
233 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 2)
235 #define he_writel_tsr3(dev, val, cid) \
236 he_writel_tcm(dev, val, CONFIG_TSRA | (cid <<
328 __find_vcc(struct he_dev *he_dev, unsigned cid) argument
1666 unsigned cid, lastcid = -1; local
2072 __enqueue_tpd(struct he_dev *he_dev, struct he_tpd *tpd, unsigned cid) argument
2143 unsigned cid, rsr0, rsr1, rsr4, tsr0, tsr0_aal, tsr4, period, reg, clock; local
2356 unsigned cid; local
2512 unsigned cid = he_mkcid(he_dev, vcc->vpi, vcc->vci); local
[all...]
/drivers/scsi/be2iscsi/
H A Dbe_mgmt.h95 unsigned short cid,
99 unsigned int num_invalidate, unsigned int cid,
105 unsigned short cid; member in struct:iscsi_invalidate_connection_params_in
113 unsigned short cid; member in struct:iscsi_invalidate_connection_params_out
247 unsigned short cid,
H A Dbe_iscsi.c111 * @cid: iscsi cid
114 beiscsi_conn_create(struct iscsi_cls_session *cls_session, u32 cid) argument
124 SE_DEBUG(DBG_LVL_8, "In beiscsi_conn_create ,cid"
125 "from iscsi layer=%d\n", cid);
129 cls_conn = iscsi_conn_setup(cls_session, sizeof(*beiscsi_conn), cid);
148 * @cid: The cid to free
152 unsigned int cid)
154 if (phba->conn_table[cid]) {
150 beiscsi_bindconn_cid(struct beiscsi_hba *phba, struct beiscsi_conn *beiscsi_conn, unsigned int cid) argument
443 unsigned short cid = 0xFFFF; local
460 beiscsi_put_cid(struct beiscsi_hba *phba, unsigned short cid) argument
675 beiscsi_unbind_conn_to_cid(struct beiscsi_hba *phba, unsigned int cid) argument
[all...]
H A Dbe_mgmt.c218 unsigned int num_invalidate, unsigned int cid,
249 req->table[i].cid = inv_tbl->cid;
264 unsigned short cid,
288 req->cid = cid;
300 unsigned short cid, unsigned int upload_flag)
320 req->id = (unsigned short)cid;
346 unsigned short cid = beiscsi_ep->ep_cid; local
402 req->cid
216 mgmt_invalidate_icds(struct beiscsi_hba *phba, struct invalidate_command_table *inv_tbl, unsigned int num_invalidate, unsigned int cid, struct be_dma_mem *nonemb_cmd) argument
262 mgmt_invalidate_connection(struct beiscsi_hba *phba, struct beiscsi_endpoint *beiscsi_ep, unsigned short cid, unsigned short issue_reset, unsigned short savecfg_flag) argument
299 mgmt_upload_connection(struct beiscsi_hba *phba, unsigned short cid, unsigned int upload_flag) argument
[all...]
H A Dbe_iscsi.h46 *cls_session, uint32_t cid);
/drivers/scsi/aacraid/
H A Daachba.c478 dinfo->cid = cpu_to_le32(scmd_id(scsicmd));
657 * @cid: container identifier
668 int aac_probe_container(struct aac_dev *dev, int cid) argument
684 scsidev->id = cid;
867 dinfo->cid = cpu_to_le32(scmd_id(scsicmd));
902 static int setinqserial(struct aac_dev *dev, void *data, int cid) argument
908 le32_to_cpu(dev->adapter_info.serial[0]), cid);
941 int cid = scmd_id(cmd); local
945 set_sense(&dev->fsa_dev[cid].sense_data,
948 memcpy(cmd->sense_buffer, &dev->fsa_dev[cid]
1526 u32 cid; local
1619 int cid; local
1726 int cid; local
1844 u32 cid = sdev_id(sdev); local
2073 u32 cid; local
[all...]
/drivers/mfd/
H A Dab3100-otp.c43 * @cid customer ID
55 u16 cid:14; member in struct:ab3100_otp
87 otp->cid = ((otpval[1] << 8) | otpval[0]) & 0x3fff;
108 seq_printf(s, "CID: 0x%04x (decimal: %d)\n", otp->cid, otp->cid);
168 SHOW_AB3100_ATTR(cid)
178 __ATTR(cid, S_IRUGO, ab3100_otp_cid_show, NULL),
/drivers/dma/
H A Dsirf-dma.c101 int cid = schan->chan.chan_id; local
116 cid * 4);
117 writel_relaxed(cid | (schan->mode << SIRFSOC_DMA_MODE_CTRL_BIT) |
119 sdma->base + cid * 0x10 + SIRFSOC_DMA_CH_CTRL);
120 writel_relaxed(sdesc->xlen, sdma->base + cid * 0x10 +
122 writel_relaxed(sdesc->ylen, sdma->base + cid * 0x10 +
125 (1 << cid), sdma->base + SIRFSOC_DMA_INT_EN);
131 writel(sdesc->addr >> 2, sdma->base + cid * 0x10 + SIRFSOC_DMA_CH_ADDR);
134 writel((1 << cid) | 1 << (cid
288 int cid = schan->chan.chan_id; local
[all...]
/drivers/isdn/gigaset/
H A Dev-layer.c63 #define RSP_WRONG_CID -2 /* unknown cid in cmd */
148 /* 100: init, 200: dle0, 250:dle1, 300: get cid (dial), 350: "hup" (no cid),
155 /* initialize device, set cid mode if possible */
213 /* get cid */
220 /* enter cid mode */
226 /* leave cid mode */
232 /* abort getting cid */
395 int cid; local
400 rc = kstrtoint(s, 10, &cid);
431 int cid; local
649 get_free_channel(struct cardstate *cs, int cid) argument
712 send_command(struct cardstate *cs, const char *cmd, int cid, int dle, gfp_t kmallocflags) argument
738 at_state_from_cid(struct cardstate *cs, int cid) argument
[all...]
/drivers/ps3/
H A Dps3av.c147 #define ps3av_event_get_port_id(cid) ((cid >> 16) & 0xff)
149 static u32 *ps3av_search_cmd_table(u32 cid, u32 mask) argument
156 if ((*table & mask) == (cid & mask))
168 if (hdr->cid & PS3AV_EVENT_CMD_MASK) {
169 table = ps3av_search_cmd_table(hdr->cid, PS3AV_EVENT_CMD_MASK);
172 "recv event packet cid:%08x port:0x%x size:%d\n",
173 hdr->cid, ps3av_event_get_port_id(hdr->cid),
177 "%s: failed event packet, cid
293 ps3av_set_hdr(u32 cid, u16 size, struct ps3av_send_hdr *hdr) argument
300 ps3av_do_pkt(u32 cid, u16 send_len, size_t usr_buf_size, struct ps3av_send_hdr *buf) argument
[all...]
/drivers/acpi/acpica/
H A Devrgnini.c354 struct acpica_device_id_list *cid; local
374 status = acpi_ut_execute_CID(node, &cid);
381 for (i = 0; i < cid->count; i++) {
382 if (acpi_ut_is_pci_root_bridge(cid->ids[i].string)) {
383 ACPI_FREE(cid);
388 ACPI_FREE(cid);
H A Dnsxfeval.c546 struct acpica_device_id_list *cid; local
596 status = acpi_ut_execute_CID(node, &cid);
606 for (i = 0; i < cid->count; i++) {
607 if (ACPI_STRCMP(cid->ids[i].string, info->hid)
613 ACPI_FREE(cid);
/drivers/media/dvb/ttpci/
H A Dav7110_ipack.c10 p->cid = 0;
57 p->buf[3] = p->cid;
60 if (p->repack_subids && p->cid == PRIVATE_STREAM1) {
86 if (p->repack_subids && p->cid == PRIVATE_STREAM1
99 p->buf[3] = p->cid;
173 p->cid = 0;
189 p->cid = buf[c];
260 switch (p->cid) {
/drivers/bcma/
H A Dmain.c312 const struct bcma_device_id *cid = &core->id; local
316 if ((did->manuf == cid->manuf || did->manuf == BCMA_ANY_MANUF) &&
317 (did->id == cid->id || did->id == BCMA_ANY_ID) &&
318 (did->rev == cid->rev || did->rev == BCMA_ANY_REV) &&
319 (did->class == cid->class || did->class == BCMA_ANY_CLASS))
/drivers/net/ethernet/broadcom/
H A Dcnic.c211 static void cnic_ring_ctl(struct cnic_dev *dev, u32 cid, u32 cl_id, int start) argument
223 ring->cid = cid;
285 static int cnic_get_l5_cid(struct cnic_local *cp, u32 cid, u32 *l5_cid) argument
290 if (cp->ctx_tbl[i].cid == cid) {
903 cp->ctx_arr[k].cid = j;
1336 static int cnic_submit_kwqe_16(struct cnic_dev *dev, u32 cmd, u32 cid, argument
1347 BNX2X_HW_CID(cp, cid)));
1519 cnic_free_id(&cp->cid_tbl, ctx->cid);
1529 u32 cid; local
1575 cnic_get_bnx2x_ctx(struct cnic_dev *dev, u32 cid, int init, struct regpair *ctx_addr) argument
1616 u32 cid = ctx->cid; local
1866 u32 l5_cid, cid = BNX2X_SW_CID(req->context_id); local
1967 u32 cid = BNX2X_SW_CID(kwqe1->cid); local
2202 u32 cid; local
2224 u32 cid; local
2279 u32 cid = -1, l5_cid; local
2375 u32 cid, l5_cid; local
2403 u32 cid, l5_cid; local
2434 u32 cid, l5_cid; local
2506 u32 cid; local
2524 u32 cid; local
3212 u32 cid = BNX2X_SW_CID(comp->cid); local
3500 cnic_cm_create(struct cnic_dev *dev, int ulp_type, u32 cid, u32 l5_cid, struct cnic_sock **csk, void *context) argument
4265 cnic_init_context(struct cnic_dev *dev, u32 cid) argument
5074 u32 cid = cp->ethdev->iscsi_l2_cid; local
5140 u32 cid = cp->ethdev->iscsi_l2_cid; local
[all...]

Completed in 417 milliseconds

1234