crypto/heimdal/lib/krb5/scache.c
1073
sqlite3_bind_int(stmt, 1, s->cid);
crypto/heimdal/lib/krb5/scache.c
1316
if (sto->cid != SCACHE_INVALID_CID) {
crypto/heimdal/lib/krb5/scache.c
1319
sqlite3_bind_int(sfrom->dcache, 1, sto->cid);
crypto/heimdal/lib/krb5/scache.c
1333
sqlite3_bind_int(sfrom->ucachen, 2, sfrom->cid);
crypto/heimdal/lib/krb5/scache.c
1346
sto->cid = sfrom->cid;
crypto/heimdal/lib/krb5/scache.c
1390
if (s->cid == SCACHE_INVALID_CID) {
crypto/heimdal/lib/krb5/scache.c
306
s->cid = SCACHE_INVALID_CID;
crypto/heimdal/lib/krb5/scache.c
376
s->cid = sqlite3_last_insert_rowid(s->db);
crypto/heimdal/lib/krb5/scache.c
45
sqlite_uint64 cid;
crypto/heimdal/lib/krb5/scache.c
527
s->cid = sqlite3_column_int(s->scache_name, 0);
crypto/heimdal/lib/krb5/scache.c
529
s->cid = SCACHE_INVALID_CID;
crypto/heimdal/lib/krb5/scache.c
573
if (s->cid == SCACHE_INVALID_CID) {
crypto/heimdal/lib/krb5/scache.c
578
sqlite3_bind_int(s->dcred, 1, s->cid);
crypto/heimdal/lib/krb5/scache.c
596
sqlite3_bind_int(s->ucachep, 2, s->cid);
crypto/heimdal/lib/krb5/scache.c
637
if (s->cid == SCACHE_INVALID_CID)
crypto/heimdal/lib/krb5/scache.c
640
sqlite3_bind_int(s->dcache, 1, s->cid);
crypto/heimdal/lib/krb5/scache.c
726
sqlite3_bind_int(s->icred, 1, s->cid);
crypto/heimdal/lib/krb5/scache.c
831
sqlite3_bind_int(s->scache, 1, s->cid);
crypto/heimdal/lib/krb5/scache.c
897
if (s->cid == SCACHE_INVALID_CID) {
crypto/heimdal/lib/krb5/scache.c
925
name, (unsigned long)s->cid);
crypto/openssh/clientloop.c
1414
client_filter_cleanup(struct ssh *ssh, int cid, void *ctx)
crypto/openssh/mux.c
191
mux_master_session_cleanup_cb(struct ssh *ssh, int cid, int force, void *unused)
crypto/openssh/mux.c
193
Channel *cc, *c = channel_by_id(ssh, cid);
crypto/openssh/mux.c
195
debug3_f("entering for channel %d", cid);
crypto/openssh/mux.c
197
fatal_f("channel_by_id(%i) == NULL", cid);
crypto/openssh/mux.c
212
mux_master_control_cleanup_cb(struct ssh *ssh, int cid, int force, void *unused)
crypto/openssh/mux.c
214
Channel *sc, *c = channel_by_id(ssh, cid);
crypto/openssh/mux.c
216
debug3_f("entering for channel %d", cid);
crypto/openssh/mux.c
218
fatal_f("channel_by_id(%i) == NULL", cid);
crypto/openssh/mux.c
604
if ((c = channel_by_id(ssh, fctx->cid)) == NULL) {
crypto/openssh/mux.c
824
fctx->cid = c->self;
crypto/openssh/mux.c
99
u_int cid; /* channel id */
crypto/openssl/apps/lib/cmp_mock_srv.c
374
const OSSL_CRMF_CERTID *cid = OSSL_CRMF_MSG_get0_regCtrl_oldCertID(crm);
crypto/openssl/apps/lib/cmp_mock_srv.c
376
if (cid == NULL) {
crypto/openssl/apps/lib/cmp_mock_srv.c
381
OSSL_CRMF_CERTID_get0_issuer(cid),
crypto/openssl/apps/lib/cmp_mock_srv.c
382
OSSL_CRMF_CERTID_get0_serialNumber(cid))) {
crypto/openssl/apps/ocsp.c
1083
OCSP_CERTID *cid;
crypto/openssl/apps/ocsp.c
1117
cid = OCSP_onereq_get0_id(one);
crypto/openssl/apps/ocsp.c
1119
OCSP_id_get0_info(NULL, &cert_id_md_oid, NULL, NULL, cid);
crypto/openssl/apps/ocsp.c
1137
if (OCSP_id_issuer_cmp(ca_id, cid) == 0) {
crypto/openssl/apps/ocsp.c
1144
OCSP_id_get0_info(NULL, NULL, NULL, &serial, cid);
crypto/openssl/apps/ocsp.c
1148
cid = (cid_resp_md != NULL) ? cid_resp_md : cid;
crypto/openssl/apps/ocsp.c
1151
OCSP_basic_add1_status(bs, cid,
crypto/openssl/apps/ocsp.c
1157
OCSP_basic_add1_status(bs, cid,
crypto/openssl/apps/ocsp.c
1161
OCSP_basic_add1_status(bs, cid,
crypto/openssl/apps/ocsp.c
1172
single = OCSP_basic_add1_status(bs, cid,
crypto/openssl/crypto/cmp/cmp_client.c
1002
if (X509_NAME_cmp(issuer, OSSL_CRMF_CERTID_get0_issuer(cid)) != 0) {
crypto/openssl/crypto/cmp/cmp_client.c
1010
OSSL_CRMF_CERTID_get0_serialNumber(cid))
crypto/openssl/crypto/cmp/cmp_client.c
987
OSSL_CRMF_CERTID *cid;
crypto/openssl/crypto/cmp/cmp_client.c
997
if ((cid = ossl_cmp_revrepcontent_get_CertId(rrep, rsid)) == NULL) {
crypto/openssl/crypto/cmp/cmp_local.h
961
const OSSL_CRMF_CERTID *cid,
crypto/openssl/crypto/cmp/cmp_msg.c
1040
OSSL_CRMF_CERTID *cid = NULL;
crypto/openssl/crypto/cmp/cmp_msg.c
1045
if ((cid = sk_OSSL_CRMF_CERTID_value(rrep->revCerts, rsid)) != NULL)
crypto/openssl/crypto/cmp/cmp_msg.c
1046
return cid;
crypto/openssl/crypto/cmp/cmp_msg.c
382
OSSL_CRMF_CERTID *cid = OSSL_CRMF_CERTID_gen(X509_get_issuer_name(refcert),
crypto/openssl/crypto/cmp/cmp_msg.c
386
if (cid == NULL)
crypto/openssl/crypto/cmp/cmp_msg.c
388
ret = OSSL_CRMF_MSG_set1_regCtrl_oldCertID(crm, cid);
crypto/openssl/crypto/cmp/cmp_msg.c
389
OSSL_CRMF_CERTID_free(cid);
crypto/openssl/crypto/cmp/cmp_msg.c
659
const OSSL_CRMF_CERTID *cid, int unprotectedErrors)
crypto/openssl/crypto/cmp/cmp_msg.c
681
if (cid != NULL) {
crypto/openssl/crypto/cmp/cmp_msg.c
682
if ((cid_copy = OSSL_CRMF_CERTID_dup(cid)) == NULL
crypto/openssl/crypto/crmf/crmf_lib.c
181
OSSL_CRMF_CERTID *cid = NULL;
crypto/openssl/crypto/crmf/crmf_lib.c
188
if ((cid = OSSL_CRMF_CERTID_new()) == NULL)
crypto/openssl/crypto/crmf/crmf_lib.c
191
if (!X509_NAME_set(&cid->issuer->d.directoryName, issuer))
crypto/openssl/crypto/crmf/crmf_lib.c
193
cid->issuer->type = GEN_DIRNAME;
crypto/openssl/crypto/crmf/crmf_lib.c
195
ASN1_INTEGER_free(cid->serialNumber);
crypto/openssl/crypto/crmf/crmf_lib.c
196
if ((cid->serialNumber = ASN1_INTEGER_dup(serial)) == NULL)
crypto/openssl/crypto/crmf/crmf_lib.c
199
return cid;
crypto/openssl/crypto/crmf/crmf_lib.c
202
OSSL_CRMF_CERTID_free(cid);
crypto/openssl/crypto/crmf/crmf_lib.c
603
const X509_NAME *OSSL_CRMF_CERTID_get0_issuer(const OSSL_CRMF_CERTID *cid)
crypto/openssl/crypto/crmf/crmf_lib.c
605
return cid != NULL && cid->issuer->type == GEN_DIRNAME ? cid->issuer->d.directoryName : NULL;
crypto/openssl/crypto/crmf/crmf_lib.c
609
*cid)
crypto/openssl/crypto/crmf/crmf_lib.c
611
return cid != NULL ? cid->serialNumber : NULL;
crypto/openssl/crypto/ess/ess_lib.c
105
if (!sk_GENERAL_NAME_push(cid->issuer_serial->issuer, name)) {
crypto/openssl/crypto/ess/ess_lib.c
110
ASN1_INTEGER_free(cid->issuer_serial->serial);
crypto/openssl/crypto/ess/ess_lib.c
111
if ((cid->issuer_serial->serial
crypto/openssl/crypto/ess/ess_lib.c
118
return cid;
crypto/openssl/crypto/ess/ess_lib.c
121
ESS_CERT_ID_free(cid);
crypto/openssl/crypto/ess/ess_lib.c
130
ESS_CERT_ID_V2 *cid = NULL;
crypto/openssl/crypto/ess/ess_lib.c
138
cid = ESS_CERT_ID_V2_new_init(hash_alg, signcert, set_issuer_serial);
crypto/openssl/crypto/ess/ess_lib.c
139
if (cid == NULL) {
crypto/openssl/crypto/ess/ess_lib.c
143
if (!sk_ESS_CERT_ID_V2_push(sc->cert_ids, cid)) {
crypto/openssl/crypto/ess/ess_lib.c
147
cid = NULL;
crypto/openssl/crypto/ess/ess_lib.c
152
if ((cid = ESS_CERT_ID_V2_new_init(hash_alg, cert, 1)) == NULL) {
crypto/openssl/crypto/ess/ess_lib.c
156
if (!sk_ESS_CERT_ID_V2_push(sc->cert_ids, cid)) {
crypto/openssl/crypto/ess/ess_lib.c
160
cid = NULL;
crypto/openssl/crypto/ess/ess_lib.c
166
ESS_CERT_ID_V2_free(cid);
crypto/openssl/crypto/ess/ess_lib.c
174
ESS_CERT_ID_V2 *cid;
crypto/openssl/crypto/ess/ess_lib.c
182
if ((cid = ESS_CERT_ID_V2_new()) == NULL) {
crypto/openssl/crypto/ess/ess_lib.c
198
cid->hash_alg = alg;
crypto/openssl/crypto/ess/ess_lib.c
201
cid->hash_alg = NULL;
crypto/openssl/crypto/ess/ess_lib.c
209
if (!ASN1_OCTET_STRING_set(cid->hash, hash, hash_len)) {
crypto/openssl/crypto/ess/ess_lib.c
215
return cid;
crypto/openssl/crypto/ess/ess_lib.c
217
if ((cid->issuer_serial = ESS_ISSUER_SERIAL_new()) == NULL) {
crypto/openssl/crypto/ess/ess_lib.c
230
if (!sk_GENERAL_NAME_push(cid->issuer_serial->issuer, name)) {
crypto/openssl/crypto/ess/ess_lib.c
235
ASN1_INTEGER_free(cid->issuer_serial->serial);
crypto/openssl/crypto/ess/ess_lib.c
236
cid->issuer_serial->serial = ASN1_INTEGER_dup(X509_get0_serialNumber(cert));
crypto/openssl/crypto/ess/ess_lib.c
237
if (cid->issuer_serial->serial == NULL) {
crypto/openssl/crypto/ess/ess_lib.c
242
return cid;
crypto/openssl/crypto/ess/ess_lib.c
246
ESS_CERT_ID_V2_free(cid);
crypto/openssl/crypto/ess/ess_lib.c
270
static int find(const ESS_CERT_ID *cid, const ESS_CERT_ID_V2 *cid_v2,
crypto/openssl/crypto/ess/ess_lib.c
28
ESS_CERT_ID *cid = NULL;
crypto/openssl/crypto/ess/ess_lib.c
282
if (cid == NULL && cid_v2 == NULL) {
crypto/openssl/crypto/ess/ess_lib.c
287
if (cid != NULL)
crypto/openssl/crypto/ess/ess_lib.c
310
cid_hash_len = cid != NULL ? cid->hash->length : cid_v2->hash->length;
crypto/openssl/crypto/ess/ess_lib.c
317
if (memcmp(cid != NULL ? cid->hash->data : cid_v2->hash->data,
crypto/openssl/crypto/ess/ess_lib.c
320
is = cid != NULL ? cid->issuer_serial : cid_v2->issuer_serial;
crypto/openssl/crypto/ess/ess_lib.c
42
if ((cid = ESS_CERT_ID_new_init(signcert, set_issuer_serial)) == NULL
crypto/openssl/crypto/ess/ess_lib.c
43
|| !sk_ESS_CERT_ID_push(sc->cert_ids, cid)) {
crypto/openssl/crypto/ess/ess_lib.c
50
if ((cid = ESS_CERT_ID_new_init(cert, 1)) == NULL) {
crypto/openssl/crypto/ess/ess_lib.c
54
if (!sk_ESS_CERT_ID_push(sc->cert_ids, cid)) {
crypto/openssl/crypto/ess/ess_lib.c
63
ESS_CERT_ID_free(cid);
crypto/openssl/crypto/ess/ess_lib.c
70
ESS_CERT_ID *cid = NULL;
crypto/openssl/crypto/ess/ess_lib.c
74
if ((cid = ESS_CERT_ID_new()) == NULL) {
crypto/openssl/crypto/ess/ess_lib.c
82
if (!ASN1_OCTET_STRING_set(cid->hash, cert_sha1, SHA_DIGEST_LENGTH)) {
crypto/openssl/crypto/ess/ess_lib.c
89
return cid;
crypto/openssl/crypto/ess/ess_lib.c
91
if (cid->issuer_serial == NULL
crypto/openssl/crypto/ess/ess_lib.c
92
&& (cid->issuer_serial = ESS_ISSUER_SERIAL_new()) == NULL) {
crypto/openssl/crypto/ocsp/ocsp_cl.c
30
OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid)
crypto/openssl/crypto/ocsp/ocsp_cl.c
37
one->reqCert = cid;
crypto/openssl/crypto/ocsp/ocsp_ext.c
356
OCSP_CRLID *cid = NULL;
crypto/openssl/crypto/ocsp/ocsp_ext.c
358
if ((cid = OCSP_CRLID_new()) == NULL)
crypto/openssl/crypto/ocsp/ocsp_ext.c
361
if ((cid->crlUrl = ASN1_IA5STRING_new()) == NULL)
crypto/openssl/crypto/ocsp/ocsp_ext.c
363
if (!(ASN1_STRING_set(cid->crlUrl, url, -1)))
crypto/openssl/crypto/ocsp/ocsp_ext.c
367
if ((cid->crlNum = ASN1_INTEGER_new()) == NULL)
crypto/openssl/crypto/ocsp/ocsp_ext.c
369
if (!(ASN1_INTEGER_set(cid->crlNum, *n)))
crypto/openssl/crypto/ocsp/ocsp_ext.c
373
if ((cid->crlTime = ASN1_GENERALIZEDTIME_new()) == NULL)
crypto/openssl/crypto/ocsp/ocsp_ext.c
375
if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim)))
crypto/openssl/crypto/ocsp/ocsp_ext.c
378
x = X509V3_EXT_i2d(NID_id_pkix_OCSP_CrlID, 0, cid);
crypto/openssl/crypto/ocsp/ocsp_ext.c
380
OCSP_CRLID_free(cid);
crypto/openssl/crypto/ocsp/ocsp_lib.c
50
OCSP_CERTID *cid = NULL;
crypto/openssl/crypto/ocsp/ocsp_lib.c
53
if ((cid = OCSP_CERTID_new()) == NULL)
crypto/openssl/crypto/ocsp/ocsp_lib.c
56
alg = &cid->hashAlgorithm;
crypto/openssl/crypto/ocsp/ocsp_lib.c
70
if (!(ASN1_OCTET_STRING_set(&cid->issuerNameHash, md, i)))
crypto/openssl/crypto/ocsp/ocsp_lib.c
77
if (!(ASN1_OCTET_STRING_set(&cid->issuerKeyHash, md, i)))
crypto/openssl/crypto/ocsp/ocsp_lib.c
81
if (ASN1_STRING_copy(&cid->serialNumber, serialNumber) == 0)
crypto/openssl/crypto/ocsp/ocsp_lib.c
84
return cid;
crypto/openssl/crypto/ocsp/ocsp_lib.c
88
OCSP_CERTID_free(cid);
crypto/openssl/crypto/ocsp/ocsp_prn.c
112
cid = one->reqCert;
crypto/openssl/crypto/ocsp/ocsp_prn.c
113
ocsp_certid_print(bp, cid, 8);
crypto/openssl/crypto/ocsp/ocsp_prn.c
138
OCSP_CERTID *cid = NULL;
crypto/openssl/crypto/ocsp/ocsp_prn.c
194
cid = single->certId;
crypto/openssl/crypto/ocsp/ocsp_prn.c
195
if (ocsp_certid_print(bp, cid, 4) <= 0)
crypto/openssl/crypto/ocsp/ocsp_prn.c
93
OCSP_CERTID *cid = NULL;
crypto/openssl/crypto/ocsp/ocsp_srv.c
111
if ((single->certId = OCSP_CERTID_dup(cid)) == NULL)
crypto/openssl/crypto/ocsp/ocsp_srv.c
40
ASN1_INTEGER **pserial, OCSP_CERTID *cid)
crypto/openssl/crypto/ocsp/ocsp_srv.c
42
if (!cid)
crypto/openssl/crypto/ocsp/ocsp_srv.c
45
*pmd = cid->hashAlgorithm.algorithm;
crypto/openssl/crypto/ocsp/ocsp_srv.c
47
*piNameHash = &cid->issuerNameHash;
crypto/openssl/crypto/ocsp/ocsp_srv.c
49
*pikeyHash = &cid->issuerKeyHash;
crypto/openssl/crypto/ocsp/ocsp_srv.c
51
*pserial = &cid->serialNumber;
crypto/openssl/crypto/ocsp/ocsp_srv.c
85
OCSP_CERTID *cid,
crypto/openssl/crypto/ocsp/ocsp_vfy.c
22
static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid,
crypto/openssl/crypto/ocsp/ocsp_vfy.c
268
OCSP_CERTID *tmpid, *cid;
crypto/openssl/crypto/ocsp/ocsp_vfy.c
277
cid = sk_OCSP_SINGLERESP_value(sresp, 0)->certId;
crypto/openssl/crypto/ocsp/ocsp_vfy.c
283
if (OCSP_id_issuer_cmp(cid, tmpid)) {
crypto/openssl/crypto/ocsp/ocsp_vfy.c
286
cid->hashAlgorithm.algorithm))
crypto/openssl/crypto/ocsp/ocsp_vfy.c
294
*ret = cid;
crypto/openssl/crypto/ocsp/ocsp_vfy.c
302
static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid,
crypto/openssl/crypto/ocsp/ocsp_vfy.c
309
if (cid != NULL) {
crypto/openssl/crypto/ocsp/ocsp_vfy.c
315
OBJ_obj2txt(name, sizeof(name), cid->hashAlgorithm.algorithm, 0);
crypto/openssl/crypto/ocsp/ocsp_vfy.c
334
if (cid->issuerNameHash.length != mdlen || cid->issuerKeyHash.length != mdlen) {
crypto/openssl/crypto/ocsp/ocsp_vfy.c
341
if (memcmp(md, cid->issuerNameHash.data, mdlen) != 0) {
crypto/openssl/crypto/ocsp/ocsp_vfy.c
349
ret = memcmp(md, cid->issuerKeyHash.data, mdlen) == 0;
crypto/openssl/crypto/x509/pcy_data.c
39
const ASN1_OBJECT *cid, int crit)
crypto/openssl/crypto/x509/pcy_data.c
44
if (policy == NULL && cid == NULL)
crypto/openssl/crypto/x509/pcy_data.c
46
if (cid) {
crypto/openssl/crypto/x509/pcy_data.c
47
id = OBJ_dup(cid);
crypto/openssl/fuzz/quic-lcidm.c
53
static int get_cid(PACKET *pkt, QUIC_CONN_ID *cid)
crypto/openssl/fuzz/quic-lcidm.c
59
|| !PACKET_copy_bytes(pkt, cid->id, cidl))
crypto/openssl/fuzz/quic-lcidm.c
62
cid->id_len = (unsigned char)cidl;
crypto/openssl/fuzz/quic-rcidm.c
62
static int get_cid(PACKET *pkt, QUIC_CONN_ID *cid)
crypto/openssl/fuzz/quic-rcidm.c
68
|| !PACKET_copy_bytes(pkt, cid->id, cidl))
crypto/openssl/fuzz/quic-rcidm.c
71
cid->id_len = (unsigned char)cidl;
crypto/openssl/include/internal/quic_channel.h
436
void ossl_quic_channel_get_diag_local_cid(QUIC_CHANNEL *ch, QUIC_CONN_ID *cid);
crypto/openssl/include/internal/quic_lcidm.h
259
int ossl_quic_lcidm_get_unused_cid(QUIC_LCIDM *lcidm, QUIC_CONN_ID *cid);
crypto/openssl/include/internal/quic_types.h
95
QUIC_CONN_ID *cid);
crypto/openssl/include/internal/quic_wire.h
460
const QUIC_CONN_ID *cid);
crypto/openssl/include/internal/quic_wire.h
754
QUIC_CONN_ID *cid);
crypto/openssl/include/internal/quic_wire.h
763
QUIC_CONN_ID cid;
crypto/openssl/include/openssl/crmf.h
209
const OSSL_CRMF_CERTID *cid);
crypto/openssl/include/openssl/crmf.h
250
const X509_NAME *OSSL_CRMF_CERTID_get0_issuer(const OSSL_CRMF_CERTID *cid);
crypto/openssl/include/openssl/crmf.h
251
const ASN1_INTEGER *OSSL_CRMF_CERTID_get0_serialNumber(const OSSL_CRMF_CERTID *cid);
crypto/openssl/include/openssl/ocsp.h
309
OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);
crypto/openssl/include/openssl/ocsp.h
372
ASN1_INTEGER **pserial, OCSP_CERTID *cid);
crypto/openssl/include/openssl/ocsp.h
376
OCSP_CERTID *cid,
crypto/openssl/ssl/quic/quic_channel.c
1324
QUIC_CONN_ID cid;
crypto/openssl/ssl/quic/quic_channel.c
1369
if (!ossl_quic_wire_decode_transport_param_cid(&pkt, NULL, &cid)) {
crypto/openssl/ssl/quic/quic_channel.c
1376
if (!ossl_quic_conn_id_eq(&ch->init_dcid, &cid)) {
crypto/openssl/ssl/quic/quic_channel.c
1401
if (!ossl_quic_wire_decode_transport_param_cid(&pkt, NULL, &cid)) {
crypto/openssl/ssl/quic/quic_channel.c
1407
if (!ossl_quic_conn_id_eq(&ch->retry_scid, &cid)) {
crypto/openssl/ssl/quic/quic_channel.c
1422
if (!ossl_quic_wire_decode_transport_param_cid(&pkt, NULL, &cid)) {
crypto/openssl/ssl/quic/quic_channel.c
1427
if (!ossl_quic_conn_id_eq(&ch->init_scid, &cid)) {
crypto/openssl/ssl/quic/quic_channel.c
1702
if (pfa.cid.id_len == 0) {
crypto/openssl/ssl/quic/quic_channel.c
1817
QLOG_CID("connection_id", &pfa.cid);
crypto/openssl/ssl/quic/quic_channel.c
4039
void ossl_quic_channel_get_diag_local_cid(QUIC_CHANNEL *ch, QUIC_CONN_ID *cid)
crypto/openssl/ssl/quic/quic_channel.c
4041
*cid = ch->cur_local_cid;
crypto/openssl/ssl/quic/quic_lcidm.c
189
key.cid = *lcid;
crypto/openssl/ssl/quic/quic_lcidm.c
192
if (key.cid.id_len > QUIC_MAX_CONN_ID_LEN)
crypto/openssl/ssl/quic/quic_lcidm.c
273
lcid_obj->cid = *lcid;
crypto/openssl/ssl/quic/quic_lcidm.c
313
QUIC_CONN_ID *cid)
crypto/openssl/ssl/quic/quic_lcidm.c
319
*cid = lcidm->next_lcid;
crypto/openssl/ssl/quic/quic_lcidm.c
327
return ossl_quic_gen_rand_conn_id(lcidm->libctx, lcidm->lcid_len, cid);
crypto/openssl/ssl/quic/quic_lcidm.c
33
QUIC_CONN_ID cid;
crypto/openssl/ssl/quic/quic_lcidm.c
361
key.cid = *lcid_out;
crypto/openssl/ssl/quic/quic_lcidm.c
397
key.cid = *initial_odcid;
crypto/openssl/ssl/quic/quic_lcidm.c
526
&& ossl_quic_conn_id_eq(&args.earliest_seq_num_lcid_obj->cid,
crypto/openssl/ssl/quic/quic_lcidm.c
532
*retired_lcid = args.earliest_seq_num_lcid_obj->cid;
crypto/openssl/ssl/quic/quic_lcidm.c
580
key.cid = *lcid;
crypto/openssl/ssl/quic/quic_lcidm.c
602
key.cid = *lcid;
crypto/openssl/ssl/quic/quic_lcidm.c
615
int ossl_quic_lcidm_get_unused_cid(QUIC_LCIDM *lcidm, QUIC_CONN_ID *cid)
crypto/openssl/ssl/quic/quic_lcidm.c
620
if (lcidm_generate_cid(lcidm, cid)
crypto/openssl/ssl/quic/quic_lcidm.c
621
&& lcidm_get0_lcid(lcidm, cid) == NULL)
crypto/openssl/ssl/quic/quic_lcidm.c
84
SipHash_Update(&siphash, lcid_obj->cid.id, lcid_obj->cid.id_len);
crypto/openssl/ssl/quic/quic_lcidm.c
98
return !ossl_quic_conn_id_eq(&a->cid, &b->cid);
crypto/openssl/ssl/quic/quic_rcidm.c
129
QUIC_CONN_ID cid; /* The actual CID string for this RCID */
crypto/openssl/ssl/quic/quic_rcidm.c
266
assert(rcid->cid.id_len > 0 && rcid->cid.id_len <= QUIC_MAX_CONN_ID_LEN);
crypto/openssl/ssl/quic/quic_rcidm.c
343
const QUIC_CONN_ID *cid,
crypto/openssl/ssl/quic/quic_rcidm.c
348
if (cid->id_len < 1 || cid->id_len > QUIC_MAX_CONN_ID_LEN
crypto/openssl/ssl/quic/quic_rcidm.c
358
rcid->cid = *cid;
crypto/openssl/ssl/quic/quic_rcidm.c
506
rcidm_set_preferred_rcid(rcidm, &rcidm->cur_rcid->cid);
crypto/openssl/ssl/quic/quic_types.c
15
QUIC_CONN_ID *cid)
crypto/openssl/ssl/quic/quic_types.c
20
cid->id_len = (unsigned char)len;
crypto/openssl/ssl/quic/quic_types.c
22
if (RAND_bytes_ex(libctx, cid->id, len, len * 8) != 1) {
crypto/openssl/ssl/quic/quic_types.c
24
cid->id_len = 0;
crypto/openssl/ssl/quic/quic_wire.c
1005
p->cid.id_len = (unsigned char)cidl;
crypto/openssl/ssl/quic/quic_wire.c
427
const QUIC_CONN_ID *cid)
crypto/openssl/ssl/quic/quic_wire.c
429
if (cid->id_len > QUIC_MAX_CONN_ID_LEN)
crypto/openssl/ssl/quic/quic_wire.c
433
cid->id,
crypto/openssl/ssl/quic/quic_wire.c
434
cid->id_len)
crypto/openssl/ssl/quic/quic_wire.c
959
QUIC_CONN_ID *cid)
crypto/openssl/ssl/quic/quic_wire.c
968
cid->id_len = (unsigned char)len;
crypto/openssl/ssl/quic/quic_wire.c
969
memcpy(cid->id, body, cid->id_len);
crypto/openssl/ssl/quic/quic_wire.c
998
|| !PACKET_copy_bytes(&pkt2, p->cid.id, cidl)
crypto/openssl/ssl/t1_lib.c
1020
unsigned long cid = s->s3.tmp.new_cipher->id;
crypto/openssl/ssl/t1_lib.c
1022
if (cid == TLS1_CK_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256)
crypto/openssl/ssl/t1_lib.c
1024
if (cid == TLS1_CK_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384)
crypto/openssl/ssl/t1_lib.c
1736
unsigned long cid = s->s3.tmp.new_cipher->id;
crypto/openssl/ssl/t1_lib.c
1738
if (cid == TLS1_CK_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256) {
crypto/openssl/ssl/t1_lib.c
1741
} else if (cid == TLS1_CK_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384) {
crypto/openssl/ssl/t1_lib.c
1912
int tls1_check_ec_tmp_key(SSL_CONNECTION *s, unsigned long cid)
crypto/openssl/ssl/t1_lib.c
1921
if (cid == TLS1_CK_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256)
crypto/openssl/ssl/t1_lib.c
1923
if (cid == TLS1_CK_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384)
crypto/openssl/test/cmp_msg_test.c
424
OSSL_CRMF_CERTID *cid = NULL;
crypto/openssl/test/cmp_msg_test.c
434
|| (cid = OSSL_CRMF_CERTID_gen(issuer, serial)) == NULL
crypto/openssl/test/cmp_msg_test.c
435
|| (rpmsg = ossl_cmp_rp_new(fixture->cmp_ctx, si, cid, 1)) == NULL)
crypto/openssl/test/cmp_msg_test.c
448
OSSL_CRMF_CERTID_free(cid);
crypto/openssl/test/ocspapitest.c
106
OCSP_CERTID_free(cid);
crypto/openssl/test/ocspapitest.c
74
OCSP_CERTID *cid = NULL;
crypto/openssl/test/ocspapitest.c
90
cid = OCSP_cert_id_new(EVP_sha256(), name, key, serial);
crypto/openssl/test/ocspapitest.c
94
|| !TEST_ptr(cid)
crypto/openssl/test/ocspapitest.c
95
|| !TEST_true(OCSP_basic_add1_status(bs, cid,
lib/libnvmf/nvmf_controller.c
75
cpl->cid = cmd->cid;
lib/libnvmf/nvmf_host.c
148
if (rc->nc_cqe.cid != cmd.cid) {
lib/libnvmf/nvmf_host.c
210
nc->nc_sqe.cid = htole16(qp->nq_cid);
lib/libnvmf/nvmf_host.c
281
if (rc->nc_cqe.cid == cc->nc_sqe.cid) {
lib/libnvmf/nvmf_host.c
294
if (rc->nc_cqe.cid != cc->nc_sqe.cid) {
lib/libnvmf/nvmf_tcp.c
107
cb->cid = cid;
lib/libnvmf/nvmf_tcp.c
118
tcp_find_command_buffer(struct nvmf_tcp_qpair *qp, uint16_t cid, uint16_t ttag,
lib/libnvmf/nvmf_tcp.c
1232
nc->nc_data_len, cmd.ccsqe.cid, 0, !nc->nc_send_data);
lib/libnvmf/nvmf_tcp.c
126
if (cb->cid == cid && cb->ttag == ttag)
lib/libnvmf/nvmf_tcp.c
1321
tcp_send_r2t(struct nvmf_tcp_qpair *qp, uint16_t cid, uint16_t ttag,
lib/libnvmf/nvmf_tcp.c
1328
r2t.cccid = cid;
lib/libnvmf/nvmf_tcp.c
133
tcp_purge_command_buffer(struct nvmf_tcp_qpair *qp, uint16_t cid, uint16_t ttag,
lib/libnvmf/nvmf_tcp.c
1351
error = tcp_send_r2t(qp, nc->nc_sqe.cid, ttag, data_offset, len);
lib/libnvmf/nvmf_tcp.c
1356
nc->nc_sqe.cid, ttag, true);
lib/libnvmf/nvmf_tcp.c
138
cb = tcp_find_command_buffer(qp, cid, ttag, receive);
lib/libnvmf/nvmf_tcp.c
1404
tcp_send_c2h_pdu(struct nvmf_tcp_qpair *qp, uint16_t cid,
lib/libnvmf/nvmf_tcp.c
1416
c2h.cccid = cid;
lib/libnvmf/nvmf_tcp.c
1469
error = tcp_send_c2h_pdu(qp, nc->nc_sqe.cid, data_offset,
lib/libnvmf/nvmf_tcp.c
35
uint16_t cid;
lib/libnvmf/nvmf_tcp.c
413
tcp_purge_command_buffer(qp, rsp->rccqe.cid, 0, true);
lib/libnvmf/nvmf_tcp.c
414
tcp_purge_command_buffer(qp, rsp->rccqe.cid, 0, false);
lib/libnvmf/nvmf_tcp.c
640
cqe.cid = cb->cid;
lib/libnvmf/nvmf_tcp.c
659
tcp_send_h2c_pdu(struct nvmf_tcp_qpair *qp, uint16_t cid, uint16_t ttag,
lib/libnvmf/nvmf_tcp.c
668
h2c.cccid = cid;
lib/libnvmf/nvmf_tcp.c
678
tcp_send_h2c_pdus(struct nvmf_tcp_qpair *qp, uint16_t cid, uint16_t ttag,
lib/libnvmf/nvmf_tcp.c
691
error = tcp_send_h2c_pdu(qp, cid, ttag, data_offset, p, todo,
lib/libnvmf/nvmf_tcp.c
96
uint32_t data_offset, size_t data_len, uint16_t cid, uint16_t ttag,
sbin/nvmecontrol/logpage.c
261
printf(" Command ID: %u\n", letoh(entry->cid));
sbin/nvmecontrol/passthru.c
228
pt.cmd.cid = htole16(opt.rsvd);
sys/arm/nvidia/tegra_sdhci.c
237
pcell_t cid;
sys/arm/nvidia/tegra_sdhci.c
252
if ((OF_getencprop(node, "quirks", &cid, sizeof(cid))) > 0)
sys/arm/nvidia/tegra_sdhci.c
253
sc->quirks = cid;
sys/arm/nvidia/tegra_sdhci.c
254
if ((OF_getencprop(node, "max-frequency", &cid, sizeof(cid))) > 0)
sys/arm/nvidia/tegra_sdhci.c
255
sc->max_clk = cid;
sys/cam/cam_periph.c
2193
cmd->opc, cmd->fuse, cmd->cid, cmd->nsid, cmd->cdw10,
sys/cam/ctl/ctl.c
13388
le16toh(io->nvmeio.cmd.cid),
sys/cam/ctl/ctl.c
14248
io->nvmeio.cmd.cid,
sys/cam/ctl/ctl_util.c
767
sbuf_printf(sb, " CID: 0x%x\n", le16toh(io->nvmeio.cmd.cid));
sys/cam/ctl/ctl_util.c
886
tag_num = le16toh(io->nvmeio.cmd.cid);
sys/cam/mmc/mmc.h
75
struct mmc_cid cid;
sys/cam/mmc/mmc_da.c
1230
mmc_decode_cid_mmc(mmcp->card_cid, &softc->cid);
sys/cam/mmc/mmc_da.c
124
struct mmc_cid cid;
sys/cam/mmc/mmc_da.c
1243
mmc_decode_cid_sd(mmcp->card_cid, &softc->cid);
sys/cam/mmc/mmc_da.c
365
mmc_decode_cid_sd(uint32_t *raw_cid, struct mmc_cid *cid)
sys/cam/mmc/mmc_da.c
370
memset(cid, 0, sizeof(*cid));
sys/cam/mmc/mmc_da.c
371
cid->mid = mmc_get_bits(raw_cid, 128, 120, 8);
sys/cam/mmc/mmc_da.c
372
cid->oid = mmc_get_bits(raw_cid, 128, 104, 16);
sys/cam/mmc/mmc_da.c
374
cid->pnm[i] = mmc_get_bits(raw_cid, 128, 96 - i * 8, 8);
sys/cam/mmc/mmc_da.c
375
cid->pnm[5] = 0;
sys/cam/mmc/mmc_da.c
376
cid->prv = mmc_get_bits(raw_cid, 128, 56, 8);
sys/cam/mmc/mmc_da.c
377
cid->psn = mmc_get_bits(raw_cid, 128, 24, 32);
sys/cam/mmc/mmc_da.c
378
cid->mdt_year = mmc_get_bits(raw_cid, 128, 12, 8) + 2000;
sys/cam/mmc/mmc_da.c
379
cid->mdt_month = mmc_get_bits(raw_cid, 128, 8, 4);
sys/cam/mmc/mmc_da.c
383
mmc_decode_cid_mmc(uint32_t *raw_cid, struct mmc_cid *cid)
sys/cam/mmc/mmc_da.c
388
memset(cid, 0, sizeof(*cid));
sys/cam/mmc/mmc_da.c
389
cid->mid = mmc_get_bits(raw_cid, 128, 120, 8);
sys/cam/mmc/mmc_da.c
390
cid->oid = mmc_get_bits(raw_cid, 128, 104, 8);
sys/cam/mmc/mmc_da.c
392
cid->pnm[i] = mmc_get_bits(raw_cid, 128, 96 - i * 8, 8);
sys/cam/mmc/mmc_da.c
393
cid->pnm[6] = 0;
sys/cam/mmc/mmc_da.c
394
cid->prv = mmc_get_bits(raw_cid, 128, 48, 8);
sys/cam/mmc/mmc_da.c
395
cid->psn = mmc_get_bits(raw_cid, 128, 16, 32);
sys/cam/mmc/mmc_da.c
396
cid->mdt_month = mmc_get_bits(raw_cid, 128, 12, 4);
sys/cam/mmc/mmc_da.c
397
cid->mdt_year = mmc_get_bits(raw_cid, 128, 8, 4) + 1997;
sys/cam/mmc/mmc_da.c
423
c1 = (sc->cid.oid >> 8) & 0x0ff;
sys/cam/mmc/mmc_da.c
424
c2 = sc->cid.oid & 0x0ff;
sys/cam/mmc/mmc_da.c
428
snprintf(oidstr, sizeof(oidstr), "0x%04x", sc->cid.oid);
sys/cam/mmc/mmc_da.c
430
"%08X", sc->cid.psn);
sys/cam/mmc/mmc_da.c
435
sc->cid.pnm, sc->cid.prv >> 4, sc->cid.prv & 0x0f,
sys/cam/mmc/mmc_da.c
436
sc->cid.psn, sc->cid.mdt_month, sc->cid.mdt_year,
sys/cam/mmc/mmc_da.c
437
sc->cid.mid, oidstr);
sys/crypto/aesni/aesni.c
127
sc->cid = crypto_get_driverid(dev, sizeof(struct aesni_session),
sys/crypto/aesni/aesni.c
130
if (sc->cid < 0) {
sys/crypto/aesni/aesni.c
146
crypto_unregister_all(sc->cid);
sys/crypto/aesni/aesni.c
64
int32_t cid;
sys/crypto/armv8/armv8_crypto.c
123
sc->cid = crypto_get_driverid(dev, sizeof(struct armv8_crypto_session),
sys/crypto/armv8/armv8_crypto.c
125
if (sc->cid < 0) {
sys/crypto/armv8/armv8_crypto.c
140
crypto_unregister_all(sc->cid);
sys/crypto/armv8/armv8_crypto.c
62
int32_t cid;
sys/crypto/blake2/blake2_cryptodev.c
101
crypto_unregister_all(sc->cid);
sys/crypto/blake2/blake2_cryptodev.c
49
int32_t cid;
sys/crypto/blake2/blake2_cryptodev.c
83
sc->cid = crypto_get_driverid(dev, sizeof(struct blake2_session),
sys/crypto/blake2/blake2_cryptodev.c
86
if (sc->cid < 0) {
sys/crypto/ccp/ccp.c
182
sc->cid = crypto_get_driverid(dev, sizeof(struct ccp_session),
sys/crypto/ccp/ccp.c
184
if (sc->cid < 0) {
sys/crypto/ccp/ccp.c
217
crypto_unregister_all(sc->cid);
sys/crypto/ccp/ccp.c
717
db_printf(" cid: %d\n", (int)sc->cid);
sys/crypto/ccp/ccp.h
136
int32_t cid;
sys/dev/aac/aac.c
212
aac_get_container_info(struct aac_softc *sc, struct aac_fib *fib, int cid);
sys/dev/aac/aac.c
390
aac_get_container_info(struct aac_softc *sc, struct aac_fib *fib, int cid)
sys/dev/aac/aac.c
399
mi->MntCount = cid;
sys/dev/aac/aac.c
403
device_printf(sc->aac_dev, "Error probing container %d\n", cid);
sys/dev/aacraid/aacraid.c
208
struct aac_fib *fib, int cid,
sys/dev/aacraid/aacraid.c
418
aac_get_container_info(struct aac_softc *sc, struct aac_fib *sync_fib, int cid,
sys/dev/aacraid/aacraid.c
447
mi->MntCount = cid;
sys/dev/aacraid/aacraid.c
453
device_printf(sc->aac_dev, "Error probing container %d\n", cid);
sys/dev/aacraid/aacraid.c
473
device_printf(sc->aac_dev, "Error probing container %d\n", cid);
sys/dev/aacraid/aacraid.c
482
*uid = cid;
sys/dev/aacraid/aacraid.c
493
ccfg->CTCommand.param[0] = cid;
sys/dev/acpica/acpivar.h
272
MODULE_PNP_INFO("Z:_CID", busname, t##cid, t, nitems(t)-1);
sys/dev/bce/if_bce.c
10000
"buffer size\n", CTX_RD(sc, GET_CID_ADDR(cid),
sys/dev/bce/if_bce.c
10003
"chain address\n", CTX_RD(sc, GET_CID_ADDR(cid),
sys/dev/bce/if_bce.c
10006
"chain address\n", CTX_RD(sc, GET_CID_ADDR(cid),
sys/dev/bce/if_bce.c
10009
"consumer index\n", CTX_RD(sc, GET_CID_ADDR(cid),
sys/dev/bce/if_bce.c
10011
} else if (cid == TX_CID) {
sys/dev/bce/if_bce.c
10014
CTX_RD(sc, GET_CID_ADDR(cid),
sys/dev/bce/if_bce.c
10017
"cmd\n", CTX_RD(sc, GET_CID_ADDR(cid),
sys/dev/bce/if_bce.c
10021
CTX_RD(sc, GET_CID_ADDR(cid),
sys/dev/bce/if_bce.c
10025
CTX_RD(sc, GET_CID_ADDR(cid),
sys/dev/bce/if_bce.c
10029
CTX_RD(sc, GET_CID_ADDR(cid),
sys/dev/bce/if_bce.c
10033
CTX_RD(sc, GET_CID_ADDR(cid),
sys/dev/bce/if_bce.c
10037
CTX_RD(sc, GET_CID_ADDR(cid), BCE_L2CTX_TX_TYPE));
sys/dev/bce/if_bce.c
10039
CTX_RD(sc, GET_CID_ADDR(cid),
sys/dev/bce/if_bce.c
10043
CTX_RD(sc, GET_CID_ADDR(cid),
sys/dev/bce/if_bce.c
10047
CTX_RD(sc, GET_CID_ADDR(cid),
sys/dev/bce/if_bce.c
10050
"producer index\n", CTX_RD(sc, GET_CID_ADDR(cid),
sys/dev/bce/if_bce.c
10053
"sequence\n", CTX_RD(sc, GET_CID_ADDR(cid),
sys/dev/bce/if_bce.c
10065
CTX_RD(sc, GET_CID_ADDR(cid), i),
sys/dev/bce/if_bce.c
10066
CTX_RD(sc, GET_CID_ADDR(cid), i + 0x4),
sys/dev/bce/if_bce.c
10067
CTX_RD(sc, GET_CID_ADDR(cid), i + 0x8),
sys/dev/bce/if_bce.c
10068
CTX_RD(sc, GET_CID_ADDR(cid), i + 0xc));
sys/dev/bce/if_bce.c
9964
bce_dump_ctx(struct bce_softc *sc, u16 cid)
sys/dev/bce/if_bce.c
9966
if (cid > TX_CID) {
sys/dev/bce/if_bce.c
9976
BCE_PRINTF(" 0x%04X - (CID) Context ID\n", cid);
sys/dev/bce/if_bce.c
9978
if (cid == RX_CID) {
sys/dev/bce/if_bce.c
9981
CTX_RD(sc, GET_CID_ADDR(cid), BCE_L2CTX_RX_HOST_BDIDX));
sys/dev/bce/if_bce.c
9983
"byte sequence\n", CTX_RD(sc, GET_CID_ADDR(cid),
sys/dev/bce/if_bce.c
9986
CTX_RD(sc, GET_CID_ADDR(cid), BCE_L2CTX_RX_NX_BSEQ));
sys/dev/bce/if_bce.c
9989
CTX_RD(sc, GET_CID_ADDR(cid), BCE_L2CTX_RX_NX_BDHADDR_HI));
sys/dev/bce/if_bce.c
9992
CTX_RD(sc, GET_CID_ADDR(cid), BCE_L2CTX_RX_NX_BDHADDR_LO));
sys/dev/bce/if_bce.c
9994
"index\n", CTX_RD(sc, GET_CID_ADDR(cid),
sys/dev/bce/if_bce.c
9997
"producer index\n", CTX_RD(sc, GET_CID_ADDR(cid),
sys/dev/bhnd/bcma/bcma.c
659
const struct bhnd_chipid *cid;
sys/dev/bhnd/bcma/bcma.c
665
cid = BHND_BUS_GET_CHIPID(bus, bus);
sys/dev/bhnd/bcma/bcma.c
670
erom = bhnd_erom_alloc(&bcma_erom_parser, cid, eio);
sys/dev/bhnd/bcma/bcma_bhndb.c
53
const struct bhnd_chipid *cid;
sys/dev/bhnd/bcma/bcma_bhndb.c
61
cid = BHNDB_GET_CHIPID(device_get_parent(dev), dev);
sys/dev/bhnd/bcma/bcma_bhndb.c
62
if (cid->chip_type != BHND_CHIPTYPE_BCMA)
sys/dev/bhnd/bcma/bcma_bhndb.c
66
bhnd_set_default_bus_desc(dev, cid);
sys/dev/bhnd/bcma/bcma_erom.c
137
bcma_erom_init(bhnd_erom_t *erom, const struct bhnd_chipid *cid,
sys/dev/bhnd/bcma/bcma_erom.c
149
if (BHND_ADDR_MAX - BCMA_EROM_TABLE_START < cid->enum_addr)
sys/dev/bhnd/bcma/bcma_erom.c
152
table_addr = cid->enum_addr + BCMA_EROM_TABLE_START;
sys/dev/bhnd/bcma/bcma_erom.c
165
const struct bhnd_chipid *hint, struct bhnd_chipid *cid)
sys/dev/bhnd/bcma/bcma_erom.c
175
if ((error = bhnd_erom_read_chipid(eio, cid)))
sys/dev/bhnd/bcma/bcma_erom.c
179
switch (cid->chip_type) {
sys/dev/bhnd/bhnd_erom.c
100
struct bhnd_chipid *cid)
sys/dev/bhnd/bhnd_erom.c
143
*cid = pcid;
sys/dev/bhnd/bhnd_erom.c
170
bhnd_erom_alloc(bhnd_erom_class_t *cls, const struct bhnd_chipid *cid,
sys/dev/bhnd/bhnd_erom.c
179
if ((error = BHND_EROM_INIT(erom, cid, eio))) {
sys/dev/bhnd/bhnd_erom.c
181
(uintmax_t)cid->enum_addr, error);
sys/dev/bhnd/bhnd_erom.c
213
const struct bhnd_chipid *cid, struct bhnd_erom_io *eio)
sys/dev/bhnd/bhnd_erom.c
225
return (BHND_EROM_INIT(erom, cid, eio));
sys/dev/bhnd/bhnd_erom.c
270
bhnd_erom_read_chipid(struct bhnd_erom_io *eio, struct bhnd_chipid *cid)
sys/dev/bhnd/bhnd_erom.c
285
cid->chip_id = CHIPC_GET_BITS(idreg, CHIPC_ID_CHIP);
sys/dev/bhnd/bhnd_erom.c
286
cid->chip_pkg = CHIPC_GET_BITS(idreg, CHIPC_ID_PKG);
sys/dev/bhnd/bhnd_erom.c
287
cid->chip_rev = CHIPC_GET_BITS(idreg, CHIPC_ID_REV);
sys/dev/bhnd/bhnd_erom.c
288
cid->chip_type = CHIPC_GET_BITS(idreg, CHIPC_ID_BUS);
sys/dev/bhnd/bhnd_erom.c
289
cid->ncores = CHIPC_GET_BITS(idreg, CHIPC_ID_NUMCORE);
sys/dev/bhnd/bhnd_erom.c
292
if (BHND_CHIPTYPE_HAS_EROM(cid->chip_type)) {
sys/dev/bhnd/bhnd_erom.c
293
cid->enum_addr = bhnd_erom_io_read(eio, CHIPC_EROMPTR, 4);
sys/dev/bhnd/bhnd_erom.c
295
cid->enum_addr = cc_addr;
sys/dev/bhnd/bhnd_erom.c
300
cid->chip_caps = 0x0;
sys/dev/bhnd/bhnd_erom.c
303
cid->chip_caps |= BHND_CAP_BP64;
sys/dev/bhnd/bhnd_erom.c
306
cid->chip_caps |= BHND_CAP_PMU;
sys/dev/bhnd/bhnd_erom.h
145
const struct bhnd_chipid *hint, struct bhnd_chipid *cid)
sys/dev/bhnd/bhnd_erom.h
147
return (BHND_EROM_PROBE(cls, eio, hint, cid));
sys/dev/bhnd/bhnd_erom.h
56
struct bhnd_chipid *cid);
sys/dev/bhnd/bhnd_erom.h
59
const struct bhnd_chipid *cid,
sys/dev/bhnd/bhnd_erom.h
64
const struct bhnd_chipid *cid,
sys/dev/bhnd/bhnd_eromvar.h
61
struct bhnd_chipid *cid);
sys/dev/bhnd/bhndb/bhndb.c
509
bhndb_attach(device_t dev, struct bhnd_chipid *cid,
sys/dev/bhnd/bhndb/bhndb.c
526
sc->chipid = *cid;
sys/dev/bhnd/bhndb/bhndb.c
573
if ((erom = bhnd_erom_alloc(erom_class, cid, eio)) == NULL) {
sys/dev/bhnd/bhndb/bhndb_pci.c
1330
device_get_devclass(dev), eio, hint, &p->cid);
sys/dev/bhnd/bhndb/bhndb_pci.c
1340
p->erom = bhnd_erom_alloc(p->erom_class, &p->cid, eio);
sys/dev/bhnd/bhndb/bhndb_pci.c
163
struct bhnd_chipid cid; /**< chip identification */
sys/dev/bhnd/bhndb/bhndb_pci.c
225
bhndb_pci_get_core_quirks(struct bhnd_chipid *cid, struct bhnd_core_info *ci)
sys/dev/bhnd/bhndb/bhndb_pci.c
244
if (!bhnd_chip_matches(cid, &q->chip_desc))
sys/dev/bhnd/bhndb/bhndb_pci.c
356
struct bhnd_chipid cid;
sys/dev/bhnd/bhndb/bhndb_pci.c
388
sc->pci_quirks = bhndb_pci_get_core_quirks(&probe->cid,
sys/dev/bhnd/bhndb/bhndb_pci.c
392
if (probe->cid.chip_type == BHND_CHIPTYPE_SIBA) {
sys/dev/bhnd/bhndb/bhndb_pci.c
438
cid = probe->cid;
sys/dev/bhnd/bhndb/bhndb_pci.c
452
error = bhndb_attach(dev, &cid, cores, ncores, &hostb_core, erom_class);
sys/dev/bhnd/bhndb/bhndbvar.h
63
struct bhnd_chipid *cid,
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.c
117
const struct bhnd_chipid *cid;
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.c
137
cid = bhnd_get_chipid(sc->chipc_dev);
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.c
138
switch (cid->chip_id) {
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.c
140
if (cid->chip_rev <= 1 && hostb_class == BHND_DEVCLASS_PCI)
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
105
bhnd_pwrctl_si_clock_rate(const struct bhnd_chipid *cid,
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
110
KASSERT(bhnd_pwrctl_si_clkreg_m(cid, pll_type, NULL) != 0,
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
130
bhnd_pwrctl_cpu_clkreg_m(const struct bhnd_chipid *cid,
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
147
if (cid->chip_id == BHND_CHIPID_BCM5365) {
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
171
bhnd_pwrctl_cpu_clock_rate(const struct bhnd_chipid *cid,
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
174
KASSERT(bhnd_pwrctl_cpu_clkreg_m(cid, pll_type, NULL) != 0,
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
301
const struct bhnd_chipid *cid;
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
309
cid = bhnd_get_chipid(sc->chipc_dev);
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
315
creg = bhnd_pwrctl_si_clkreg_m(cid, ccaps->pll_type, &rate);
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
321
return (bhnd_pwrctl_si_clock_rate(cid, ccaps->pll_type, n, m));
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
82
bhnd_pwrctl_si_clkreg_m(const struct bhnd_chipid *cid,
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctlvar.h
43
bus_size_t bhnd_pwrctl_si_clkreg_m(const struct bhnd_chipid *cid,
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctlvar.h
45
uint32_t bhnd_pwrctl_si_clock_rate(const struct bhnd_chipid *cid,
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctlvar.h
48
bus_size_t bhnd_pwrctl_cpu_clkreg_m(const struct bhnd_chipid *cid,
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctlvar.h
50
uint32_t bhnd_pwrctl_cpu_clock_rate(const struct bhnd_chipid *cid,
sys/dev/bhnd/cores/pmu/bhnd_pmu.c
134
sc->cid = *bhnd_get_chipid(core);
sys/dev/bhnd/cores/pmu/bhnd_pmu.c
142
error = bhnd_pmu_query_init(&sc->query, dev, sc->cid, &bhnd_pmu_res_io,
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
122
query->cid = id;
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1370
switch (sc->cid.chip_id) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1388
sc->cid.chip_id);
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1397
switch (sc->cid.chip_id) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1421
sc->cid.chip_id);
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1430
switch (sc->cid.chip_id) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1444
sc->cid.chip_id);
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1511
if (sc->cid.chip_id == BHND_CHIPID_BCM4328) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1535
switch (sc->cid.chip_id) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1543
panic("unsupported chipid %#hx\n", sc->cid.chip_id);
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1709
sc->cid.chip_id != BHND_CHIPID_BCM4319 &&
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1710
sc->cid.chip_id != BHND_CHIPID_BCM4330)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1721
switch (sc->cid.chip_id) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1839
panic("unsupported chipid %#hx\n", sc->cid.chip_id);
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1850
if (sc->cid.chip_id == BHND_CHIPID_BCM4319) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1861
if (sc->cid.chip_id == BHND_CHIPID_BCM4330)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1864
if (sc->cid.chip_id == BHND_CHIPID_BCM4329 && sc->cid.chip_rev == 0) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1871
if (sc->cid.chip_id == BHND_CHIPID_BCM4336 ||
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1872
sc->cid.chip_id == BHND_CHIPID_BCM4330)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1875
} else if (sc->cid.chip_id == BHND_CHIPID_BCM4319) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1896
if (sc->cid.chip_id == BHND_CHIPID_BCM4319) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1923
if (sc->cid.chip_id == BHND_CHIPID_BCM4319) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1951
if (sc->cid.chip_id == BHND_CHIPID_BCM4319 &&
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1984
if (sc->cid.chip_id == BHND_CHIPID_BCM4329 && sc->cid.chip_rev == 0) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
201
switch (sc->cid.chip_id) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2049
switch (sc->cid.chip_id) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2057
if (sc->cid.chip_rev != 0)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2135
sc->cid.chip_id, sc->cid.chip_rev, BHND_PMU_REV(sc));
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2151
switch (sc->cid.chip_id) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2238
if (sc->cid.chip_id == BHND_CHIPID_BCM5357 ||
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2239
sc->cid.chip_id == BHND_CHIPID_BCM4749)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2341
switch (sc->cid.chip_id) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2377
if (sc->cid.chip_rev == 0)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2432
sc->cid.chip_id, sc->cid.chip_rev, BHND_PMU_REV(sc), clock);
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2448
if (sc->cid.chip_id == BHND_CHIPID_BCM5354)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2451
if (sc->cid.chip_id == BHND_CHIPID_BCM53572)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2455
sc->cid.chip_id != BHND_CHIPID_BCM4329 &&
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2456
sc->cid.chip_id != BHND_CHIPID_BCM4319 &&
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2457
sc->cid.chip_id != BHND_CHIPID_BCM43234 &&
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2458
sc->cid.chip_id != BHND_CHIPID_BCM43235 &&
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2459
sc->cid.chip_id != BHND_CHIPID_BCM43236 &&
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2460
sc->cid.chip_id != BHND_CHIPID_BCM43237 &&
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2461
sc->cid.chip_id != BHND_CHIPID_BCM43238 &&
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2462
sc->cid.chip_id != BHND_CHIPID_BCM4336 &&
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2463
sc->cid.chip_id != BHND_CHIPID_BCM4330)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2465
switch (sc->cid.chip_id) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2497
sc->cid.chip_id != BHND_CHIPID_BCM4329 &&
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2498
sc->cid.chip_id != BHND_CHIPID_BCM4319 &&
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2499
sc->cid.chip_id != BHND_CHIPID_BCM43234 &&
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2500
sc->cid.chip_id != BHND_CHIPID_BCM43235 &&
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2501
sc->cid.chip_id != BHND_CHIPID_BCM43236 &&
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2502
sc->cid.chip_id != BHND_CHIPID_BCM43237 &&
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2503
sc->cid.chip_id != BHND_CHIPID_BCM43238 &&
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2504
sc->cid.chip_id != BHND_CHIPID_BCM4336 &&
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2505
sc->cid.chip_id != BHND_CHIPID_BCM4330)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2507
switch (sc->cid.chip_id) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2609
switch (SDIOD_DRVSTR_KEY(sc->cid.chip_id, BHND_PMU_REV(sc))) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2631
"rev %hhd pmurev %hhd\n", sc->cid.chip_id, sc->cid.chip_rev,
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2673
if (sc->cid.chip_id == BHND_CHIPID_BCM4329 && sc->cid.chip_rev == 2) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2679
if (sc->cid.chip_id == BHND_CHIPID_BCM4319) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2791
switch (sc->cid.chip_id) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2871
switch (sc->cid.chip_id) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2880
if (sc->cid.chip_id == BHND_CHIPID_BCM4325) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2955
if (sc->cid.chip_id == BHND_CHIPID_BCM4336) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2967
if (sc->cid.chip_id == BHND_CHIPID_BCM4336) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2984
chip_id = sc->cid.chip_id;
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2985
if (chip_id == BHND_CHIPID_BCM6362 && sc->cid.chip_rev == 0) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
2991
KASSERT(sc->cid.chip_rev != 0, ("invalid clock config"));
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
3024
if (sc->cid.chip_id == BHND_CHIPID_BCM5357)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
3307
"not changing PLL", __func__, sc->cid.chip_id);
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
3324
switch (sc->cid.chip_id) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
335
sc->cid.chip_id);
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
3365
switch (sc->cid.chip_id) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
3394
switch (sc->cid.chip_id) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
3396
if (sc->cid.chip_rev <= 2)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
3424
if (sc->cid.chip_rev == 0)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
3450
switch (sc->cid.chip_id) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
356
switch (sc->cid.chip_id) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
682
if (sc->cid.chip_id == BHND_CHIPID_BCM4325 && sc->cid.chip_rev <= 1)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
719
switch (sc->cid.chip_id) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
763
if (sc->cid.chip_rev >= 2)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
816
if (sc->cid.chip_rev >= 0x2) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
928
switch (sc->cid.chip_id) {
sys/dev/bhnd/cores/pmu/bhnd_pmuvar.h
100
struct bhnd_chipid cid; /**< chip identification */
sys/dev/bhnd/cores/pmu/bhnd_pmuvar.h
71
struct bhnd_chipid cid; /**< chip identification */
sys/dev/bhnd/siba/siba.c
1283
const struct bhnd_chipid *cid;
sys/dev/bhnd/siba/siba.c
1288
cid = BHND_BUS_GET_CHIPID(dev, dev);
sys/dev/bhnd/siba/siba.c
1292
erom = bhnd_erom_alloc(&siba_erom_parser, cid, eio);
sys/dev/bhnd/siba/siba.c
1299
cores = malloc(sizeof(*cores) * cid->ncores, M_BHND, M_WAITOK);
sys/dev/bhnd/siba/siba.c
1300
children = malloc(sizeof(*children) * cid->ncores, M_BHND,
sys/dev/bhnd/siba/siba.c
1312
for (u_int i = 0; i < cid->ncores; i++) {
sys/dev/bhnd/siba/siba.c
1349
for (u_int i = 0; i < cid->ncores; i++) {
sys/dev/bhnd/siba/siba_bhndb.c
100
if (cid->chip_type != BHND_CHIPTYPE_SIBA)
sys/dev/bhnd/siba/siba_bhndb.c
104
bhnd_set_default_bus_desc(dev, cid);
sys/dev/bhnd/siba/siba_bhndb.c
91
const struct bhnd_chipid *cid;
sys/dev/bhnd/siba/siba_bhndb.c
99
cid = BHNDB_GET_CHIPID(device_get_parent(dev), dev);
sys/dev/bhnd/siba/siba_erom.c
129
*cid = *hint;
sys/dev/bhnd/siba/siba_erom.c
137
if ((error = siba_eio_read_chipid(&io, SIBA_ENUM_ADDR, cid)))
sys/dev/bhnd/siba/siba_erom.c
141
if (cid->chip_type != BHND_CHIPTYPE_SIBA)
sys/dev/bhnd/siba/siba_erom.c
152
_Static_assert((2^sizeof(cid->ncores)) <= SIBA_MAX_CORES,
sys/dev/bhnd/siba/siba_erom.c
160
siba_erom_init(bhnd_erom_t *erom, const struct bhnd_chipid *cid,
sys/dev/bhnd/siba/siba_erom.c
169
error = bhnd_erom_io_map(eio, cid->enum_addr,
sys/dev/bhnd/siba/siba_erom.c
170
cid->ncores * SIBA_CORE_SIZE);
sys/dev/bhnd/siba/siba_erom.c
173
cid->ncores, error);
sys/dev/bhnd/siba/siba_erom.c
178
return (siba_eio_init(&sc->io, eio, cid->ncores));
sys/dev/bhnd/siba/siba_erom.c
386
struct bhnd_chipid *cid)
sys/dev/bhnd/siba/siba_erom.c
407
if ((error = bhnd_erom_read_chipid(io->eio, cid)))
sys/dev/bhnd/siba/siba_erom.c
414
switch (cid->chip_id) {
sys/dev/bhnd/siba/siba_erom.c
416
cid->ncores = 6;
sys/dev/bhnd/siba/siba_erom.c
419
cid->ncores = 9;
sys/dev/bhnd/siba/siba_erom.c
433
cid->ncores = 7;
sys/dev/bhnd/siba/siba_erom.c
66
struct bhnd_chipid *cid);
sys/dev/bhnd/siba/siba_erom.c
92
const struct bhnd_chipid *hint, struct bhnd_chipid *cid)
sys/dev/bxe/bxe.c
1727
uint32_t cid)
sys/dev/bxe/bxe.c
1731
CDU_RSRVD_VALUE_TYPE_A(HW_CID(sc, cid),
sys/dev/bxe/bxe.c
1735
CDU_RSRVD_VALUE_TYPE_A(HW_CID(sc, cid),
sys/dev/bxe/bxe.c
2393
int cid,
sys/dev/bxe/bxe.c
2424
htole32((command << SPE_HDR_T_CMD_ID_SHIFT) | HW_CID(sc, cid));
sys/dev/bxe/bxe.c
2458
HW_CID(sc, cid),
sys/dev/bxe/bxe.c
2672
int cid = SW_CID(rr_cqe->ramrod_cqe.conn_and_cmd_data);
sys/dev/bxe/bxe.c
2678
fp->index, cid, command, sc->state, rr_cqe->ramrod_cqe.ramrod_type);
sys/dev/bxe/bxe.c
2682
BLOGD(sc, DBG_SP, "got UPDATE ramrod. CID %d\n", cid);
sys/dev/bxe/bxe.c
2687
BLOGD(sc, DBG_SP, "got MULTI[%d] setup ramrod\n", cid);
sys/dev/bxe/bxe.c
2692
BLOGD(sc, DBG_SP, "got MULTI[%d] tx-only setup ramrod\n", cid);
sys/dev/bxe/bxe.c
2697
BLOGD(sc, DBG_SP, "got MULTI[%d] halt ramrod\n", cid);
sys/dev/bxe/bxe.c
2702
BLOGD(sc, DBG_SP, "got MULTI[%d] teminate ramrod\n", cid);
sys/dev/bxe/bxe.c
2707
BLOGD(sc, DBG_SP, "got MULTI[%d] empty ramrod\n", cid);
sys/dev/bxe/bxe.c
3682
ramrod_param.cid = 0;
sys/dev/bxe/bxe.c
8349
uint32_t cid)
sys/dev/bxe/bxe.c
8351
BLOGD(sc, DBG_SP, "retrieving fp from cid %d\n", cid);
sys/dev/bxe/bxe.c
8352
return (&sc->sp_objs[CID_TO_FP(cid, sc)].q_obj);
sys/dev/bxe/bxe.c
8388
uint32_t cid = elem->message.data.eth_event.echo & BXE_SWCID_MASK;
sys/dev/bxe/bxe.c
8397
vlan_mac_obj = &sc->sp_objs[cid].mac_obj;
sys/dev/bxe/bxe.c
8451
uint32_t cid;
sys/dev/bxe/bxe.c
8487
cid = SW_CID(elem->message.data.cfc_del_event.cid);
sys/dev/bxe/bxe.c
8502
BLOGD(sc, DBG_SP, "got delete ramrod for MULTI[%d]\n", cid);
sys/dev/bxe/bxe.c
8503
q_obj = bxe_cid_to_q_obj(sc, cid);
sys/dev/bxe/bxe.c
8566
cid = elem->message.data.eth_event.echo & BXE_SWCID_MASK;
sys/dev/bxe/bxe.c
8567
BLOGD(sc, DBG_SP, "got RSS_UPDATE ramrod. CID %d\n", cid);
sys/dev/bxe/bxe.h
1907
#define DOORBELL(sc, cid, val) \
sys/dev/bxe/bxe.h
1910
((sc->doorbell_size * (cid)) + DPM_TRIGGER_TYPE), \
sys/dev/bxe/bxe.h
2127
uint32_t cid);
sys/dev/bxe/bxe.h
2132
int bxe_sp_post(struct bxe_softc *sc, int command, int cid,
sys/dev/bxe/bxe.h
741
#define CID_TO_FP(cid, sc) ((cid) % BXE_NUM_NON_CNIC_QUEUES(sc))
sys/dev/bxe/ecore_hsi.h
10854
uint16_t cid;
sys/dev/bxe/ecore_hsi.h
10858
uint16_t cid;
sys/dev/bxe/ecore_hsi.h
10895
uint16_t cid;
sys/dev/bxe/ecore_hsi.h
10899
uint16_t cid;
sys/dev/bxe/ecore_hsi.h
11165
uint32_t cid /* cid of deleted connection */;
sys/dev/bxe/ecore_sp.c
1055
ecore_vlan_mac_set_rdata_hdr_e2(raw->cid, raw->state, &data->header,
sys/dev/bxe/ecore_sp.c
1079
hdr->echo = ECORE_CPU_TO_LE32((r->cid & ECORE_SWCID_MASK) |
sys/dev/bxe/ecore_sp.c
1207
ecore_vlan_mac_set_rdata_hdr_e2(raw->cid, raw->state, &data->header,
sys/dev/bxe/ecore_sp.c
1264
ecore_vlan_mac_set_rdata_hdr_e2(raw->cid, raw->state, &data->header,
sys/dev/bxe/ecore_sp.c
1320
ecore_vlan_mac_set_rdata_hdr_e2(raw->cid, raw->state,
sys/dev/bxe/ecore_sp.c
2021
rc = ecore_sp_post(sc, o->ramrod_cmd, r->cid,
sys/dev/bxe/ecore_sp.c
2279
uint32_t cid, uint8_t func_id, void *rdata, ecore_dma_addr_t rdata_mapping, int state,
sys/dev/bxe/ecore_sp.c
2283
raw->cid = cid;
sys/dev/bxe/ecore_sp.c
2297
uint8_t cl_id, uint32_t cid, uint8_t func_id, void *rdata, ecore_dma_addr_t rdata_mapping,
sys/dev/bxe/ecore_sp.c
2315
ecore_init_raw_obj(&o->raw, cl_id, cid, func_id, rdata, rdata_mapping,
sys/dev/bxe/ecore_sp.c
2321
uint8_t cl_id, uint32_t cid, uint8_t func_id, void *rdata,
sys/dev/bxe/ecore_sp.c
2328
ecore_init_vlan_mac_common(mac_obj, cl_id, cid, func_id, rdata,
sys/dev/bxe/ecore_sp.c
2375
uint8_t cl_id, uint32_t cid, uint8_t func_id, void *rdata,
sys/dev/bxe/ecore_sp.c
2382
ecore_init_vlan_mac_common(vlan_obj, cl_id, cid, func_id, rdata,
sys/dev/bxe/ecore_sp.c
2416
uint8_t cl_id, uint32_t cid, uint8_t func_id, void *rdata,
sys/dev/bxe/ecore_sp.c
2425
ecore_init_vlan_mac_common(vlan_mac_obj, cl_id, cid, func_id, rdata,
sys/dev/bxe/ecore_sp.c
2479
uint8_t cl_id, uint32_t cid, uint8_t func_id, void *rdata,
sys/dev/bxe/ecore_sp.c
2488
ecore_init_vlan_mac_common(vlan_mac_obj, cl_id, cid, func_id,
sys/dev/bxe/ecore_sp.c
2620
static inline void ecore_rx_mode_set_rdata_hdr_e2(uint32_t cid,
sys/dev/bxe/ecore_sp.c
2624
hdr->echo = ECORE_CPU_TO_LE32(cid);
sys/dev/bxe/ecore_sp.c
2752
ecore_rx_mode_set_rdata_hdr_e2(p->cid, &data->header, rule_idx);
sys/dev/bxe/ecore_sp.c
2768
p->cid,
sys/dev/bxe/ecore_sp.c
3371
data->header.echo = ECORE_CPU_TO_LE32((r->cid & ECORE_SWCID_MASK) |
sys/dev/bxe/ecore_sp.c
3479
raw->cid,
sys/dev/bxe/ecore_sp.c
3726
data->hdr.echo = ECORE_CPU_TO_LE32((r->cid & ECORE_SWCID_MASK) |
sys/dev/bxe/ecore_sp.c
3968
raw->cid,
sys/dev/bxe/ecore_sp.c
4493
data->echo = ECORE_CPU_TO_LE32((r->cid & ECORE_SWCID_MASK) |
sys/dev/bxe/ecore_sp.c
4569
r->cid,
sys/dev/bxe/ecore_sp.c
4615
uint8_t cl_id, uint32_t cid, uint8_t func_id, uint8_t engine_id,
sys/dev/bxe/ecore_sp.c
4620
ecore_init_raw_obj(&rss_obj->raw, cl_id, cid, func_id, rdata,
sys/dev/bxe/ecore_sp.c
965
static inline void ecore_vlan_mac_set_rdata_hdr_e2(uint32_t cid, int type,
sys/dev/bxe/ecore_sp.c
968
hdr->echo = ECORE_CPU_TO_LE32((cid & ECORE_SWCID_MASK) |
sys/dev/bxe/ecore_sp.h
1864
uint8_t cl_id, uint32_t cid, uint8_t func_id, void *rdata,
sys/dev/bxe/ecore_sp.h
1871
uint8_t cl_id, uint32_t cid, uint8_t func_id, void *rdata,
sys/dev/bxe/ecore_sp.h
1878
uint8_t cl_id, uint32_t cid, uint8_t func_id, void *rdata,
sys/dev/bxe/ecore_sp.h
1886
uint8_t cl_id, uint32_t cid, uint8_t func_id, void *rdata,
sys/dev/bxe/ecore_sp.h
1970
uint8_t cl_id, uint32_t cid, uint8_t func_id, uint8_t engine_id,
sys/dev/bxe/ecore_sp.h
533
uint32_t cid;
sys/dev/bxe/ecore_sp.h
940
uint32_t cid;
sys/dev/cxgbe/common/common.h
991
int t4_sge_ctxt_rd(struct adapter *adap, unsigned int mbox, unsigned int cid,
sys/dev/cxgbe/common/common.h
993
int t4_sge_ctxt_rd_bd(struct adapter *adap, unsigned int cid, enum ctxt_type ctype,
sys/dev/cxgbe/common/t4_hw.c
13177
int t4_sge_ctxt_rd(struct adapter *adap, unsigned int mbox, unsigned int cid,
sys/dev/cxgbe/common/t4_hw.c
13197
c.u.idctxt.physid = cpu_to_be32(cid);
sys/dev/cxgbe/common/t4_hw.c
13223
int t4_sge_ctxt_rd_bd(struct adapter *adap, unsigned int cid, enum ctxt_type ctype,
sys/dev/cxgbe/common/t4_hw.c
13228
t4_write_reg(adap, A_SGE_CTXT_CMD, V_CTXTQID(cid) | V_CTXTTYPE(ctype));
sys/dev/cxgbe/crypto/t4_crypto.c
180
uint32_t cid;
sys/dev/cxgbe/crypto/t4_crypto.c
1955
int32_t cid;
sys/dev/cxgbe/crypto/t4_crypto.c
1965
cid = crypto_get_driverid(dev, sizeof(struct ccr_session),
sys/dev/cxgbe/crypto/t4_crypto.c
1967
if (cid < 0) {
sys/dev/cxgbe/crypto/t4_crypto.c
1971
sc->cid = cid;
sys/dev/cxgbe/crypto/t4_crypto.c
2025
crypto_unregister_all(sc->cid);
sys/dev/cxgbe/cudbg/cudbg_lib.c
71
static void read_sge_ctxt(struct cudbg_init *pdbg_init, u32 cid,
sys/dev/cxgbe/cudbg/cudbg_lib.c
82
rc = t4_sge_ctxt_rd(padap, padap->mbox, cid, ctype,
sys/dev/cxgbe/cudbg/cudbg_lib.c
89
t4_sge_ctxt_rd_bd(padap, cid, ctype, data);
sys/dev/cxgbe/nvmf/nvmf_che.c
1092
uint16_t cid;
sys/dev/cxgbe/nvmf/nvmf_che.c
1103
cid = le16toh(cpl.cid);
sys/dev/cxgbe/nvmf/nvmf_che.c
1104
if (CHE_TAG_IS_FL(cid)) {
sys/dev/cxgbe/nvmf/nvmf_che.c
1105
cid = CHE_RAW_FL_TAG(cid);
sys/dev/cxgbe/nvmf/nvmf_che.c
1107
MPASS(FL_CID_ISACTIVE(cid, qp->fl_cid_set));
sys/dev/cxgbe/nvmf/nvmf_che.c
1108
cpl.cid = qp->fl_cids[cid];
sys/dev/cxgbe/nvmf/nvmf_che.c
1109
FL_CID_FREE(cid, qp->fl_cid_set);
sys/dev/cxgbe/nvmf/nvmf_che.c
1112
che_purge_command_buffer(&qp->rx_buffers, rsp->rccqe.cid);
sys/dev/cxgbe/nvmf/nvmf_che.c
1113
che_purge_command_buffer(&qp->tx_buffers, rsp->rccqe.cid);
sys/dev/cxgbe/nvmf/nvmf_che.c
1118
cb = qp->open_ddp_tags[CHE_STAG_IDX(cid)];
sys/dev/cxgbe/nvmf/nvmf_che.c
1120
MPASS(cb->cid == rsp->rccqe.cid);
sys/dev/cxgbe/nvmf/nvmf_che.c
1121
cpl.cid = cb->original_cid;
sys/dev/cxgbe/nvmf/nvmf_che.c
1122
che_free_ddp_tag(qp, cb, cid);
sys/dev/cxgbe/nvmf/nvmf_che.c
1128
qp->toep->tid, le16toh(rsp->rccqe.cid), cpl.cid);
sys/dev/cxgbe/nvmf/nvmf_che.c
1280
che_send_r2t(struct nvmf_che_qpair *qp, uint16_t cid, uint16_t ttag,
sys/dev/cxgbe/nvmf/nvmf_che.c
1288
r2t.cccid = cid;
sys/dev/cxgbe/nvmf/nvmf_che.c
1332
che_send_r2t(qp, ncb->cid, ncb->ttag, ncb->data_offset,
sys/dev/cxgbe/nvmf/nvmf_che.c
1507
uint16_t cid, original_cid;
sys/dev/cxgbe/nvmf/nvmf_che.c
1516
cid = le16toh(c2h->cccid);
sys/dev/cxgbe/nvmf/nvmf_che.c
1517
if (CHE_TAG_IS_FL(cid)) {
sys/dev/cxgbe/nvmf/nvmf_che.c
1521
if (CHE_STAG_IDX(cid) >= qp->num_ddp_tags) {
sys/dev/cxgbe/nvmf/nvmf_che.c
1531
cb = qp->open_ddp_tags[CHE_STAG_IDX(cid)];
sys/dev/cxgbe/nvmf/nvmf_che.c
1551
if (CHE_TAG_IS_FL(cid)) {
sys/dev/cxgbe/nvmf/nvmf_che.c
157
uint16_t cid;
sys/dev/cxgbe/nvmf/nvmf_che.c
1584
if (CHE_TAG_IS_FL(cid)) {
sys/dev/cxgbe/nvmf/nvmf_che.c
1620
if (CHE_TAG_IS_FL(cid)) {
sys/dev/cxgbe/nvmf/nvmf_che.c
1633
cid = CHE_RAW_FL_TAG(cid);
sys/dev/cxgbe/nvmf/nvmf_che.c
1635
MPASS(FL_CID_ISACTIVE(cid, qp->fl_cid_set));
sys/dev/cxgbe/nvmf/nvmf_che.c
1636
MPASS(original_cid == qp->fl_cids[cid]);
sys/dev/cxgbe/nvmf/nvmf_che.c
1637
FL_CID_FREE(cid, qp->fl_cid_set);
sys/dev/cxgbe/nvmf/nvmf_che.c
1651
che_free_ddp_tag(qp, cb, cid);
sys/dev/cxgbe/nvmf/nvmf_che.c
1663
cqe.cid = original_cid;
sys/dev/cxgbe/nvmf/nvmf_che.c
1746
che_send_h2c_pdu(struct nvmf_che_qpair *qp, uint16_t cid, uint16_t ttag,
sys/dev/cxgbe/nvmf/nvmf_che.c
1756
h2c.cccid = cid;
sys/dev/cxgbe/nvmf/nvmf_che.c
2176
uint16_t cid;
sys/dev/cxgbe/nvmf/nvmf_che.c
2185
nc->nc_data.io_len, nc->nc_sqe.cid);
sys/dev/cxgbe/nvmf/nvmf_che.c
2186
cb->original_cid = nc->nc_sqe.cid;
sys/dev/cxgbe/nvmf/nvmf_che.c
2189
cid = che_alloc_fl_cid(qp, nc->nc_sqe.cid);
sys/dev/cxgbe/nvmf/nvmf_che.c
2196
cid = che_alloc_fl_cid(qp, nc->nc_sqe.cid);
sys/dev/cxgbe/nvmf/nvmf_che.c
2197
cb->cid = htole16(cid);
sys/dev/cxgbe/nvmf/nvmf_che.c
2203
cid = che_alloc_ddp_cid(qp, cb);
sys/dev/cxgbe/nvmf/nvmf_che.c
2204
if (cid == CHE_DDP_NO_TAG) {
sys/dev/cxgbe/nvmf/nvmf_che.c
2205
cid = che_alloc_fl_cid(qp, nc->nc_sqe.cid);
sys/dev/cxgbe/nvmf/nvmf_che.c
2208
cb->cid = htole16(cid);
sys/dev/cxgbe/nvmf/nvmf_che.c
2212
cid = che_alloc_fl_cid(qp, nc->nc_sqe.cid);
sys/dev/cxgbe/nvmf/nvmf_che.c
2216
qp->toep->tid, cid, nc->nc_sqe.cid);
sys/dev/cxgbe/nvmf/nvmf_che.c
2221
cmd.ccsqe.cid = htole16(cid);
sys/dev/cxgbe/nvmf/nvmf_che.c
2931
nc->nc_sqe.cid);
sys/dev/cxgbe/nvmf/nvmf_che.c
2954
che_send_r2t(qp, nc->nc_sqe.cid, cb->ttag, data_offset, io->io_len);
sys/dev/cxgbe/nvmf/nvmf_che.c
2996
che_send_c2h_pdu(struct nvmf_che_qpair *qp, uint16_t cid, uint32_t data_offset,
sys/dev/cxgbe/nvmf/nvmf_che.c
3008
c2h.cccid = cid;
sys/dev/cxgbe/nvmf/nvmf_che.c
3075
che_send_c2h_pdu(qp, nc->nc_sqe.cid, data_offset, m, todo,
sys/dev/cxgbe/nvmf/nvmf_che.c
388
uint16_t cid)
sys/dev/cxgbe/nvmf/nvmf_che.c
401
cb->cid = cid;
sys/dev/cxgbe/nvmf/nvmf_che.c
443
uint16_t cid)
sys/dev/cxgbe/nvmf/nvmf_che.c
449
if (cb->cid == cid)
sys/dev/cxgbe/nvmf/nvmf_che.c
465
uint16_t cid)
sys/dev/cxgbe/nvmf/nvmf_che.c
470
cb = che_find_command_buffer(list, cid);
sys/dev/cxgbe/t4_ioctl.h
344
uint32_t cid;
sys/dev/cxgbe/t4_ioctl.h
350
uint32_t cid;
sys/dev/cxgbe/t4_main.c
12519
get_sge_context(struct adapter *sc, int mem_id, uint32_t cid, int len,
sys/dev/cxgbe/t4_main.c
12526
if (cid > M_CTXTQID)
sys/dev/cxgbe/t4_main.c
12542
rc = -t4_sge_ctxt_rd(sc, sc->mbox, cid, mem_id, data);
sys/dev/cxgbe/t4_main.c
12551
rc = -t4_sge_ctxt_rd_bd(sc, cid, mem_id, data);
sys/dev/cxgbe/t4_main.c
13345
rc = get_sge_context(sc, ctxt->mem_id, ctxt->cid,
sys/dev/cxgbe/t4_main.c
13397
rc = get_sge_context(sc, ctxt->mem_id, ctxt->cid,
sys/dev/iicbus/pwm/adt746x.c
257
uint8_t did, cid, rev, conf;
sys/dev/iicbus/pwm/adt746x.c
266
adt746x_read(sc->sc_dev, sc->sc_addr, ADT746X_COMPANY_ID, &cid);
sys/dev/iicbus/pwm/adt746x.c
271
did, cid, rev, conf);
sys/dev/mmc/mmc.c
1092
mmc_decode_cid_sd(uint32_t *raw_cid, struct mmc_cid *cid)
sys/dev/mmc/mmc.c
1097
memset(cid, 0, sizeof(*cid));
sys/dev/mmc/mmc.c
1098
cid->mid = mmc_get_bits(raw_cid, 128, 120, 8);
sys/dev/mmc/mmc.c
1099
cid->oid = mmc_get_bits(raw_cid, 128, 104, 16);
sys/dev/mmc/mmc.c
1101
cid->pnm[i] = mmc_get_bits(raw_cid, 128, 96 - i * 8, 8);
sys/dev/mmc/mmc.c
1102
cid->pnm[5] = 0;
sys/dev/mmc/mmc.c
1103
cid->prv = mmc_get_bits(raw_cid, 128, 56, 8);
sys/dev/mmc/mmc.c
1104
cid->psn = mmc_get_bits(raw_cid, 128, 24, 32);
sys/dev/mmc/mmc.c
1105
cid->mdt_year = mmc_get_bits(raw_cid, 128, 12, 8) + 2000;
sys/dev/mmc/mmc.c
1106
cid->mdt_month = mmc_get_bits(raw_cid, 128, 8, 4);
sys/dev/mmc/mmc.c
1110
mmc_decode_cid_mmc(uint32_t *raw_cid, struct mmc_cid *cid, bool is_4_41p)
sys/dev/mmc/mmc.c
1115
memset(cid, 0, sizeof(*cid));
sys/dev/mmc/mmc.c
1116
cid->mid = mmc_get_bits(raw_cid, 128, 120, 8);
sys/dev/mmc/mmc.c
1117
cid->oid = mmc_get_bits(raw_cid, 128, 104, 8);
sys/dev/mmc/mmc.c
1119
cid->pnm[i] = mmc_get_bits(raw_cid, 128, 96 - i * 8, 8);
sys/dev/mmc/mmc.c
1120
cid->pnm[6] = 0;
sys/dev/mmc/mmc.c
1121
cid->prv = mmc_get_bits(raw_cid, 128, 48, 8);
sys/dev/mmc/mmc.c
1122
cid->psn = mmc_get_bits(raw_cid, 128, 16, 32);
sys/dev/mmc/mmc.c
1123
cid->mdt_month = mmc_get_bits(raw_cid, 128, 12, 4);
sys/dev/mmc/mmc.c
1124
cid->mdt_year = mmc_get_bits(raw_cid, 128, 8, 4);
sys/dev/mmc/mmc.c
1126
cid->mdt_year += 2013;
sys/dev/mmc/mmc.c
1128
cid->mdt_year += 1997;
sys/dev/mmc/mmc.c
1154
c1 = (ivar->cid.oid >> 8) & 0x0ff;
sys/dev/mmc/mmc.c
1155
c2 = ivar->cid.oid & 0x0ff;
sys/dev/mmc/mmc.c
1159
snprintf(oidstr, sizeof(oidstr), "0x%04x", ivar->cid.oid);
sys/dev/mmc/mmc.c
1161
"%08X", ivar->cid.psn);
sys/dev/mmc/mmc.c
1165
ivar->cid.pnm, ivar->cid.prv >> 4, ivar->cid.prv & 0x0f,
sys/dev/mmc/mmc.c
1166
ivar->cid.psn, ivar->cid.mdt_month, ivar->cid.mdt_year,
sys/dev/mmc/mmc.c
1167
ivar->cid.mid, oidstr);
sys/dev/mmc/mmc.c
1644
mmc_decode_cid_sd(ivar->raw_cid, &ivar->cid);
sys/dev/mmc/mmc.c
177
static void mmc_decode_cid_mmc(uint32_t *raw_cid, struct mmc_cid *cid,
sys/dev/mmc/mmc.c
179
static void mmc_decode_cid_sd(uint32_t *raw_cid, struct mmc_cid *cid);
sys/dev/mmc/mmc.c
1893
mmc_decode_cid_mmc(ivar->raw_cid, &ivar->cid, rev >= 5);
sys/dev/mmc/mmc.c
1898
quirk->mid == ivar->cid.mid) &&
sys/dev/mmc/mmc.c
1900
quirk->oid == ivar->cid.oid) &&
sys/dev/mmc/mmc.c
1901
strncmp(quirk->pnm, ivar->cid.pnm,
sys/dev/mmc/mmc.c
1902
sizeof(ivar->cid.pnm)) == 0) {
sys/dev/mmc/mmc.c
95
struct mmc_cid cid; /* cid decoded */
sys/dev/nvme/nvme.h
1559
uint16_t cid;
sys/dev/nvme/nvme.h
2191
s->cid = le16toh(s->cid);
sys/dev/nvme/nvme.h
820
uint16_t cid; /* command identifier */
sys/dev/nvme/nvme.h
864
uint16_t cid; /* command identifier */
sys/dev/nvme/nvme_ctrlr_cmd.c
326
nvme_ctrlr_cmd_abort(struct nvme_controller *ctrlr, uint16_t cid,
sys/dev/nvme/nvme_ctrlr_cmd.c
340
cmd->cdw10 = htole32((cid << 16) | sqid);
sys/dev/nvme/nvme_private.h
141
uint16_t cid;
sys/dev/nvme/nvme_private.h
390
void nvme_ctrlr_cmd_abort(struct nvme_controller *ctrlr, uint16_t cid,
sys/dev/nvme/nvme_qpair.c
1043
req->cmd.cid = tr->cid;
sys/dev/nvme/nvme_qpair.c
1044
qpair->act_tr[tr->cid] = tr;
sys/dev/nvme/nvme_qpair.c
146
cpl->sqid, cpl->cid, cpl->cdw0);
sys/dev/nvme/nvme_qpair.c
234
qpair->act_tr[cpl->cid] = NULL;
sys/dev/nvme/nvme_qpair.c
236
KASSERT(cpl->cid == req->cmd.cid, ("cpl cid does not match cmd cid\n"));
sys/dev/nvme/nvme_qpair.c
308
cpl.cid = tr->cid;
sys/dev/nvme/nvme_qpair.c
436
if (cpl.cid < qpair->num_trackers)
sys/dev/nvme/nvme_qpair.c
437
tr = qpair->act_tr[cpl.cid];
sys/dev/nvme/nvme_qpair.c
460
cpl.cid);
sys/dev/nvme/nvme_qpair.c
642
tr->cid = i;
sys/dev/nvme/nvme_qpair.c
68
cmd->cid, le32toh(cmd->nsid), le32toh(cmd->cdw10),
sys/dev/nvme/nvme_qpair.c
814
if ((status->cdw0 & 1) == 1 && tr->qpair->act_tr[tr->cid] != NULL) {
sys/dev/nvme/nvme_qpair.c
88
qpair->id, cmd->cid, le32toh(cmd->nsid),
sys/dev/nvme/nvme_qpair.c
95
qpair->id, cmd->cid, le32toh(cmd->nsid));
sys/dev/nvme/nvme_qpair.c
990
nvme_ctrlr_cmd_abort(ctrlr, tr->cid, qpair->id,
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
614
io->nvmeio.cpl.cid = cmd->cid;
sys/dev/nvmf/controller/nvmft_controller.c
1007
ctrlr->aer_cids[ctrlr->aer_pidx] = cmd->cid;
sys/dev/nvmf/controller/nvmft_controller.c
1095
cpl.cid = ctrlr->aer_cids[ctrlr->aer_cidx];
sys/dev/nvmf/controller/nvmft_qpair.c
231
KASSERT(BIT_ISSET(NUM_CIDS, cmd->cid, qp->cids),
sys/dev/nvmf/controller/nvmft_qpair.c
232
("%s: CID %u not busy", __func__, cmd->cid));
sys/dev/nvmf/controller/nvmft_qpair.c
234
BIT_CLR_ATOMIC(NUM_CIDS, cmd->cid, qp->cids);
sys/dev/nvmf/controller/nvmft_qpair.c
243
KASSERT(BIT_ISSET(NUM_CIDS, cpl->cid, qp->cids),
sys/dev/nvmf/controller/nvmft_qpair.c
244
("%s: CID %u not busy", __func__, cpl->cid));
sys/dev/nvmf/controller/nvmft_qpair.c
246
BIT_CLR_ATOMIC(NUM_CIDS, cpl->cid, qp->cids);
sys/dev/nvmf/controller/nvmft_qpair.c
257
cpl->cid = cmd->cid;
sys/dev/nvmf/controller/nvmft_qpair.c
309
rsp->cid = cmd->cid;
sys/dev/nvmf/controller/nvmft_qpair.c
78
qp->name, le16toh(cmd->cid), cmd->opc);
sys/dev/nvmf/controller/nvmft_qpair.c
91
if (BIT_TEST_SET_ATOMIC(NUM_CIDS, cmd->cid, qp->cids)) {
sys/dev/nvmf/host/nvmf_qpair.c
143
sqe->cid = cmd->cid;
sys/dev/nvmf/host/nvmf_qpair.c
178
uint16_t cid;
sys/dev/nvmf/host/nvmf_qpair.c
189
cid = cqe->cid;
sys/dev/nvmf/host/nvmf_qpair.c
191
if (cid > qp->num_commands) {
sys/dev/nvmf/host/nvmf_qpair.c
193
"received invalid CID %u, disconnecting\n", cid);
sys/dev/nvmf/host/nvmf_qpair.c
218
"received completion for CID %u on shutdown %s\n", cid,
sys/dev/nvmf/host/nvmf_qpair.c
225
cmd = qp->active_commands[cid];
sys/dev/nvmf/host/nvmf_qpair.c
23
uint16_t cid;
sys/dev/nvmf/host/nvmf_qpair.c
230
cid);
sys/dev/nvmf/host/nvmf_qpair.c
236
KASSERT(cmd->cid == cid, ("%s: CID mismatch", __func__));
sys/dev/nvmf/host/nvmf_qpair.c
240
qp->active_commands[cid] = NULL;
sys/dev/nvmf/host/nvmf_qpair.c
316
cmd->cid = i;
sys/dev/nvmf/host/nvmf_qpair.c
376
__func__, cmd->req, cmd->cid);
sys/dev/nvmf/host/nvmf_qpair.c
380
nvmf_abort_request(cmd->req, cmd->cid);
sys/dev/nvmf/host/nvmf_qpair.c
453
KASSERT(qp->active_commands[cmd->cid] == NULL,
sys/dev/nvmf/host/nvmf_qpair.c
455
qp->active_commands[cmd->cid] = cmd;
sys/dev/nvmf/host/nvmf_qpair.c
94
nvmf_abort_request(struct nvmf_request *req, uint16_t cid)
sys/dev/nvmf/host/nvmf_qpair.c
99
cqe.cid = cid;
sys/dev/nvmf/nvmf_proto.h
172
uint16_t cid;
sys/dev/nvmf/nvmf_proto.h
180
uint16_t cid;
sys/dev/nvmf/nvmf_proto.h
196
uint16_t cid;
sys/dev/nvmf/nvmf_proto.h
222
uint16_t cid;
sys/dev/nvmf/nvmf_proto.h
271
uint16_t cid;
sys/dev/nvmf/nvmf_proto.h
279
uint16_t cid;
sys/dev/nvmf/nvmf_proto.h
30
uint16_t cid;
sys/dev/nvmf/nvmf_proto.h
300
uint16_t cid;
sys/dev/nvmf/nvmf_proto.h
324
uint16_t cid;
sys/dev/nvmf/nvmf_proto.h
332
uint16_t cid;
sys/dev/nvmf/nvmf_tcp.c
1234
nc->nc_data.io_len, nc->nc_sqe.cid);
sys/dev/nvmf/nvmf_tcp.c
1722
nc->nc_sqe.cid);
sys/dev/nvmf/nvmf_tcp.c
1746
tcp_send_r2t(qp, nc->nc_sqe.cid, cb->ttag, data_offset, io->io_len);
sys/dev/nvmf/nvmf_tcp.c
177
uint16_t cid)
sys/dev/nvmf/nvmf_tcp.c
1785
tcp_send_c2h_pdu(struct nvmf_tcp_qpair *qp, uint16_t cid, uint32_t data_offset,
sys/dev/nvmf/nvmf_tcp.c
1797
c2h.cccid = cid;
sys/dev/nvmf/nvmf_tcp.c
1864
tcp_send_c2h_pdu(qp, nc->nc_sqe.cid, data_offset, m, todo,
sys/dev/nvmf/nvmf_tcp.c
189
cb->cid = cid;
sys/dev/nvmf/nvmf_tcp.c
228
uint16_t cid, uint16_t ttag)
sys/dev/nvmf/nvmf_tcp.c
234
if (cb->cid == cid && cb->ttag == ttag)
sys/dev/nvmf/nvmf_tcp.c
250
uint16_t cid, uint16_t ttag)
sys/dev/nvmf/nvmf_tcp.c
255
cb = tcp_find_command_buffer(list, cid, ttag);
sys/dev/nvmf/nvmf_tcp.c
421
tcp_purge_command_buffer(&qp->rx_buffers, rsp->rccqe.cid, 0);
sys/dev/nvmf/nvmf_tcp.c
422
tcp_purge_command_buffer(&qp->tx_buffers, rsp->rccqe.cid, 0);
sys/dev/nvmf/nvmf_tcp.c
50
uint16_t cid;
sys/dev/nvmf/nvmf_tcp.c
563
tcp_send_r2t(struct nvmf_tcp_qpair *qp, uint16_t cid, uint16_t ttag,
sys/dev/nvmf/nvmf_tcp.c
571
r2t.cccid = cid;
sys/dev/nvmf/nvmf_tcp.c
604
tcp_send_r2t(qp, ncb->cid, ncb->ttag, ncb->data_offset,
sys/dev/nvmf/nvmf_tcp.c
839
cqe.cid = c2h->cccid;
sys/dev/nvmf/nvmf_tcp.c
922
tcp_send_h2c_pdu(struct nvmf_tcp_qpair *qp, uint16_t cid, uint16_t ttag,
sys/dev/nvmf/nvmf_tcp.c
932
h2c.cccid = cid;
sys/dev/qlnx/qlnxe/common_hsi.h
740
__le32 cid /* Dedicated field RoCE destroy QP event */;
sys/dev/qlnx/qlnxe/ecore.h
129
static OSAL_INLINE u32 DB_ADDR(u32 cid, u32 DEMS)
sys/dev/qlnx/qlnxe/ecore.h
132
(cid * ECORE_PF_DEMS_SIZE);
sys/dev/qlnx/qlnxe/ecore.h
137
static OSAL_INLINE u32 DB_ADDR_VF(u32 cid, u32 DEMS)
sys/dev/qlnx/qlnxe/ecore.h
140
FIELD_VALUE(DB_LEGACY_ADDR_ICID, cid);
sys/dev/qlnx/qlnxe/ecore_cxt.c
2048
u32 cid, u8 vfid,
sys/dev/qlnx/qlnxe/ecore_cxt.c
2064
if (cid >= (*pp_map)->start_cid &&
sys/dev/qlnx/qlnxe/ecore_cxt.c
2065
cid < (*pp_map)->start_cid + (*pp_map)->max_count) {
sys/dev/qlnx/qlnxe/ecore_cxt.c
2071
DP_NOTICE(p_hwfn, true, "Invalid CID %d vfid %02x", cid, vfid);
sys/dev/qlnx/qlnxe/ecore_cxt.c
2075
rel_cid = cid - (*pp_map)->start_cid;
sys/dev/qlnx/qlnxe/ecore_cxt.c
2078
"CID %d [vifd %02x] not acquired", cid, vfid);
sys/dev/qlnx/qlnxe/ecore_cxt.c
2089
void _ecore_cxt_release_cid(struct ecore_hwfn *p_hwfn, u32 cid, u8 vfid)
sys/dev/qlnx/qlnxe/ecore_cxt.c
2104
b_acquired = ecore_cxt_test_cid_acquired(p_hwfn, cid, vfid,
sys/dev/qlnx/qlnxe/ecore_cxt.c
2110
rel_cid = cid - p_map->start_cid;
sys/dev/qlnx/qlnxe/ecore_cxt.c
2115
cid, rel_cid, vfid, type);
sys/dev/qlnx/qlnxe/ecore_cxt.c
2118
void ecore_cxt_release_cid(struct ecore_hwfn *p_hwfn, u32 cid)
sys/dev/qlnx/qlnxe/ecore_cxt.c
2120
_ecore_cxt_release_cid(p_hwfn, cid, ECORE_CXT_PF_CID);
sys/dev/qlnx/qlnxe/ecore_cxt.h
177
void ecore_cxt_release_cid(struct ecore_hwfn *p_hwfn, u32 cid);
sys/dev/qlnx/qlnxe/ecore_cxt.h
187
u32 cid, u8 vfid);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2323
ecore_wr(p_hwfn, p_ptt, base_addr + SEM_FAST_REG_FILTER_CID, storm_bus->cid);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5276
u32 cid)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5283
DP_VERBOSE(p_hwfn, ECORE_MSG_DEBUG, "dbg_bus_add_cid_sem_filter: storm = %d, cid = 0x%x\n", storm_id, cid);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5291
storm_bus->cid = cid;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.h
320
u32 cid);
sys/dev/qlnx/qlnxe/ecore_fcoe_api.h
105
u32 cid);
sys/dev/qlnx/qlnxe/ecore_hsi_common.h
1913
__le32 cid /* Slowpath Connection CID */;
sys/dev/qlnx/qlnxe/ecore_hsi_debug_tools.h
686
u32 cid /* CID to filter on. Valid only if cid_filter_en is set. */;
sys/dev/qlnx/qlnxe/ecore_hsi_iwarp.h
1226
__le32 cid;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1640
static u8 ecore_calc_cdu_validation_byte(u8 conn_type, u8 region, u32 cid)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1660
validation_string |= (cid & 0xFFF00000) | ((cid & 0xFFF) << 8);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1694
void ecore_calc_session_ctx_validation(void *p_ctx_mem, u16 ctx_size, u8 ctx_type, u32 cid)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1705
*x_val_ptr = ecore_calc_cdu_validation_byte(ctx_type, 3, cid);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1706
*t_val_ptr = ecore_calc_cdu_validation_byte(ctx_type, 4, cid);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1707
*u_val_ptr = ecore_calc_cdu_validation_byte(ctx_type, 5, cid);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.h
493
u32 cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
100
ecore_iwarp_get_curr_fpdu(struct ecore_hwfn *p_hwfn, u16 cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1237
ECORE_IWARP_CONNECT_MODE_STRING(ep), ep->cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1242
ECORE_IWARP_CONNECT_MODE_STRING(ep), ep->cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1247
ECORE_IWARP_CONNECT_MODE_STRING(ep), ep->cid,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1253
ECORE_IWARP_CONNECT_MODE_STRING(ep), ep->cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1258
ECORE_IWARP_CONNECT_MODE_STRING(ep), ep->cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1263
ECORE_IWARP_CONNECT_MODE_STRING(ep), ep->cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1268
ECORE_IWARP_CONNECT_MODE_STRING(ep), ep->cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1273
ECORE_IWARP_CONNECT_MODE_STRING(ep), ep->cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1278
ECORE_IWARP_CONNECT_MODE_STRING(ep), ep->cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1367
u32 cid;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1382
rc = ecore_iwarp_alloc_cid(p_hwfn, &cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1396
ep->tcp_cid = cid;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
147
ecore_iwarp_alloc_cid(struct ecore_hwfn *p_hwfn, u32 *cid)
sys/dev/qlnx/qlnxe/ecore_iwarp.c
155
cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1571
u32 cid;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
158
*cid += ecore_cxt_get_proto_cid_start(p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1595
cid = ep->tcp_cid - ecore_cxt_get_proto_cid_start(
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1602
cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1616
u32 cid;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1634
rc = ecore_iwarp_alloc_cid(p_hwfn, &cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1637
ecore_iwarp_set_tcp_cid(p_hwfn, cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1643
ecore_iwarp_alloc_tcp_cid(p_hwfn, &cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1646
ep->tcp_cid = cid;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
165
rc = ecore_cxt_dynamic_ilt_alloc(p_hwfn, ECORE_ELEM_CXT, *cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
169
*cid -= ecore_cxt_get_proto_cid_start(p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
174
*cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
183
ecore_iwarp_set_tcp_cid(struct ecore_hwfn *p_hwfn, u32 cid)
sys/dev/qlnx/qlnxe/ecore_iwarp.c
185
cid -= ecore_cxt_get_proto_cid_start(p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
191
cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
201
ecore_iwarp_alloc_tcp_cid(struct ecore_hwfn *p_hwfn, u32 *cid)
sys/dev/qlnx/qlnxe/ecore_iwarp.c
209
cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2112
ecore_iwarp_get_curr_fpdu(struct ecore_hwfn *p_hwfn, u16 cid)
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2116
u32 idx = cid - ecore_cxt_get_proto_cid_start(p_hwfn, PROTOCOLID_IWARP);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2119
DP_ERR(p_hwfn, "Invalid cid %x max_num_partial_fpdus=%x\n", cid,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
213
*cid += ecore_cxt_get_proto_cid_start(p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
220
*cid = ECORE_IWARP_INVALID_TCP_CID;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
230
static void ecore_iwarp_cid_cleaned(struct ecore_hwfn *p_hwfn, u32 cid)
sys/dev/qlnx/qlnxe/ecore_iwarp.c
232
cid -= ecore_cxt_get_proto_cid_start(p_hwfn,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
237
if (cid < ECORE_IWARP_PREALLOC_CNT) {
sys/dev/qlnx/qlnxe/ecore_iwarp.c
240
cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
244
cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2483
curr_pkt->cid = OSAL_LE32_TO_CPU(curr_pkt->cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2489
curr_pkt->cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2567
fpdu = ecore_iwarp_get_curr_fpdu(p_hwfn, curr_pkt->cid & 0xffff);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2570
curr_pkt->cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
260
u32 cid;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
281
rc = ecore_iwarp_alloc_cid(p_hwfn, &cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
285
qp->icid = (u16)cid;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
289
init_data.cid = qp->icid;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3010
unalign_data.cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3012
fpdu = ecore_iwarp_get_curr_fpdu(p_hwfn, (u16)unalign_data.cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3434
ep->cid, fw_ret_code);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3619
u16 cid;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3639
ep->cid, fw_return_code);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3648
ep->cid, fw_return_code);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3657
ep->cid, fw_return_code);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3666
ep->cid, fw_return_code);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3670
cid = (u16)OSAL_LE32_TO_CPU(fw_handle->lo);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3673
cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3674
ecore_iwarp_cid_cleaned(p_hwfn, cid);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
372
init_data.cid = qp->icid;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3797
init_data.cid = ep->tcp_cid;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3838
init_data.cid = ecore_spq_get_cid(p_hwfn);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3935
init_data.cid = qp->icid;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
543
init_data.cid = qp->icid;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
767
init_data.cid = ep->tcp_cid;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
902
init_data.cid = reject ? ep->tcp_cid : qp->icid;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
974
ep->cid = qp->icid; /* Now they're migrated. */
sys/dev/qlnx/qlnxe/ecore_iwarp.h
170
u32 cid;
sys/dev/qlnx/qlnxe/ecore_l2.c
1083
init_data.cid = p_cid->cid;
sys/dev/qlnx/qlnxe/ecore_l2.c
1129
init_data.cid = p_cid->cid;
sys/dev/qlnx/qlnxe/ecore_l2.c
1163
init_data.cid = p_cid->cid;
sys/dev/qlnx/qlnxe/ecore_l2.c
1222
init_data.cid = p_cid->cid;
sys/dev/qlnx/qlnxe/ecore_l2.c
1269
DB_ADDR(p_cid->cid, DQ_DEMS_LEGACY);
sys/dev/qlnx/qlnxe/ecore_l2.c
1314
init_data.cid = p_cid->cid;
sys/dev/qlnx/qlnxe/ecore_l2.c
1393
init_data.cid = ecore_spq_get_cid(p_hwfn);
sys/dev/qlnx/qlnxe/ecore_l2.c
1637
init_data.cid = ecore_spq_get_cid(p_hwfn);
sys/dev/qlnx/qlnxe/ecore_l2.c
216
_ecore_cxt_release_cid(p_hwfn, p_cid->cid, p_cid->vfid);
sys/dev/qlnx/qlnxe/ecore_l2.c
2201
init_data.cid = ecore_spq_get_cid(p_hwfn);
sys/dev/qlnx/qlnxe/ecore_l2.c
230
u16 opaque_fid, u32 cid,
sys/dev/qlnx/qlnxe/ecore_l2.c
243
p_cid->cid = cid;
sys/dev/qlnx/qlnxe/ecore_l2.c
308
p_cid->opaque_fid, p_cid->cid,
sys/dev/qlnx/qlnxe/ecore_l2.c
331
u32 cid = 0;
sys/dev/qlnx/qlnxe/ecore_l2.c
343
cid = p_vf_params->vf_qid;
sys/dev/qlnx/qlnxe/ecore_l2.c
353
&cid, vfid) != ECORE_SUCCESS) {
sys/dev/qlnx/qlnxe/ecore_l2.c
359
p_cid = _ecore_eth_queue_to_cid(p_hwfn, opaque_fid, cid,
sys/dev/qlnx/qlnxe/ecore_l2.c
362
_ecore_cxt_release_cid(p_hwfn, cid, vfid);
sys/dev/qlnx/qlnxe/ecore_l2.c
393
init_data.cid = ecore_spq_get_cid(p_hwfn);
sys/dev/qlnx/qlnxe/ecore_l2.c
755
init_data.cid = ecore_spq_get_cid(p_hwfn);
sys/dev/qlnx/qlnxe/ecore_l2.c
844
init_data.cid = ecore_spq_get_cid(p_hwfn);
sys/dev/qlnx/qlnxe/ecore_l2.c
938
p_cid->opaque_fid, p_cid->cid, p_cid->abs.queue_id,
sys/dev/qlnx/qlnxe/ecore_l2.c
943
init_data.cid = p_cid->cid;
sys/dev/qlnx/qlnxe/ecore_l2.h
83
u32 cid;
sys/dev/qlnx/qlnxe/ecore_ll2.c
1028
init_data.cid = p_ll2_conn->cid;
sys/dev/qlnx/qlnxe/ecore_ll2.c
1466
rc = ecore_cxt_acquire_cid(p_hwfn, PROTOCOLID_CORE, &p_ll2_conn->cid);
sys/dev/qlnx/qlnxe/ecore_ll2.c
1469
cxt_info.iid = p_ll2_conn->cid;
sys/dev/qlnx/qlnxe/ecore_ll2.c
1473
p_ll2_conn->cid);
sys/dev/qlnx/qlnxe/ecore_ll2.c
1489
DB_ADDR(p_ll2_conn->cid,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1718
p_ll2->queue_id, p_ll2->cid, p_ll2->input.conn_type,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1789
p_ll2_conn->queue_id, p_ll2_conn->cid,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1990
ecore_cxt_release_cid(p_hwfn, p_ll2_conn->cid);
sys/dev/qlnx/qlnxe/ecore_ll2.c
520
u32 cid;
sys/dev/qlnx/qlnxe/ecore_ll2.c
530
cid = OSAL_LE32_TO_CPU(iscsi_ooo->cid);
sys/dev/qlnx/qlnxe/ecore_ll2.c
531
ecore_ooo_release_connection_isles(p_hwfn->p_ooo_info, cid);
sys/dev/qlnx/qlnxe/ecore_ll2.c
543
u32 cid;
sys/dev/qlnx/qlnxe/ecore_ll2.c
582
cid = OSAL_LE32_TO_CPU(iscsi_ooo->cid);
sys/dev/qlnx/qlnxe/ecore_ll2.c
586
ecore_ooo_delete_isles(p_hwfn, p_hwfn->p_ooo_info, cid,
sys/dev/qlnx/qlnxe/ecore_ll2.c
636
cid,
sys/dev/qlnx/qlnxe/ecore_ll2.c
643
cid,
sys/dev/qlnx/qlnxe/ecore_ll2.c
651
cid,
sys/dev/qlnx/qlnxe/ecore_ll2.c
659
cid,
sys/dev/qlnx/qlnxe/ecore_ll2.c
666
cid,
sys/dev/qlnx/qlnxe/ecore_ll2.c
840
init_data.cid = p_ll2_conn->cid;
sys/dev/qlnx/qlnxe/ecore_ll2.c
912
init_data.cid = p_ll2_conn->cid;
sys/dev/qlnx/qlnxe/ecore_ll2.c
997
init_data.cid = p_ll2_conn->cid;
sys/dev/qlnx/qlnxe/ecore_ll2.h
115
u32 cid;
sys/dev/qlnx/qlnxe/ecore_ooo.c
206
u32 cid)
sys/dev/qlnx/qlnxe/ecore_ooo.c
212
p_archipelago = ecore_ooo_seek_archipelago(p_ooo_info, cid);
sys/dev/qlnx/qlnxe/ecore_ooo.c
403
u32 cid,
sys/dev/qlnx/qlnxe/ecore_ooo.c
411
p_archipelago = ecore_ooo_seek_archipelago(p_ooo_info, cid);
sys/dev/qlnx/qlnxe/ecore_ooo.c
414
cid, drop_isle);
sys/dev/qlnx/qlnxe/ecore_ooo.c
418
drop_isle, cid);
sys/dev/qlnx/qlnxe/ecore_ooo.c
424
drop_isle, cid);
sys/dev/qlnx/qlnxe/ecore_ooo.c
442
u32 cid, u8 ooo_isle,
sys/dev/qlnx/qlnxe/ecore_ooo.c
45
ecore_ooo_seek_archipelago(struct ecore_ooo_info *p_ooo_info, u32 cid)
sys/dev/qlnx/qlnxe/ecore_ooo.c
450
p_prev_isle = ecore_ooo_seek_isle(p_hwfn, p_ooo_info, cid, ooo_isle - 1);
sys/dev/qlnx/qlnxe/ecore_ooo.c
454
ooo_isle - 1, cid);
sys/dev/qlnx/qlnxe/ecore_ooo.c
458
p_archipelago = ecore_ooo_seek_archipelago(p_ooo_info, cid);
sys/dev/qlnx/qlnxe/ecore_ooo.c
461
"Connection %d is not found in OOO list\n", cid);
sys/dev/qlnx/qlnxe/ecore_ooo.c
47
u32 idx = (cid & 0xffff) - p_ooo_info->cid_base;
sys/dev/qlnx/qlnxe/ecore_ooo.c
483
u32 idx = (cid & 0xffff) - p_ooo_info->cid_base;
sys/dev/qlnx/qlnxe/ecore_ooo.c
503
u32 cid,
sys/dev/qlnx/qlnxe/ecore_ooo.c
509
p_isle = ecore_ooo_seek_isle(p_hwfn, p_ooo_info, cid, ooo_isle);
sys/dev/qlnx/qlnxe/ecore_ooo.c
513
ooo_isle, cid);
sys/dev/qlnx/qlnxe/ecore_ooo.c
527
u32 cid, u8 left_isle)
sys/dev/qlnx/qlnxe/ecore_ooo.c
533
p_right_isle = ecore_ooo_seek_isle(p_hwfn, p_ooo_info, cid,
sys/dev/qlnx/qlnxe/ecore_ooo.c
538
left_isle + 1, cid);
sys/dev/qlnx/qlnxe/ecore_ooo.c
541
p_archipelago = ecore_ooo_seek_archipelago(p_ooo_info, cid);
sys/dev/qlnx/qlnxe/ecore_ooo.c
546
p_left_isle = ecore_ooo_seek_isle(p_hwfn, p_ooo_info, cid,
sys/dev/qlnx/qlnxe/ecore_ooo.c
551
left_isle, cid);
sys/dev/qlnx/qlnxe/ecore_ooo.c
587
iscsi_ooo->cid, iscsi_ooo->ooo_opcode, iscsi_ooo->ooo_isle);
sys/dev/qlnx/qlnxe/ecore_ooo.c
63
u32 cid, u8 isle)
sys/dev/qlnx/qlnxe/ecore_ooo.c
69
p_archipelago = ecore_ooo_seek_archipelago(p_ooo_info, cid);
sys/dev/qlnx/qlnxe/ecore_ooo.c
72
"Connection %d is not found in OOO list\n", cid);
sys/dev/qlnx/qlnxe/ecore_ooo.h
104
u32 cid);
sys/dev/qlnx/qlnxe/ecore_ooo.h
122
u32 cid,
sys/dev/qlnx/qlnxe/ecore_ooo.h
128
u32 cid,
sys/dev/qlnx/qlnxe/ecore_ooo.h
134
u32 cid,
sys/dev/qlnx/qlnxe/ecore_ooo.h
141
u32 cid,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1321
init_data.cid = *icid;
sys/dev/qlnx/qlnxe/ecore_rdma.c
1399
init_data.cid = in_params->icid;
sys/dev/qlnx/qlnxe/ecore_rdma.c
2280
init_data.cid = in_params->icid;
sys/dev/qlnx/qlnxe/ecore_rdma_api.h
714
ecore_roce_destroy_ud_qp(void *rdma_cxt, u16 cid);
sys/dev/qlnx/qlnxe/ecore_roce.c
1044
init_data.cid = qp->icid + 1;
sys/dev/qlnx/qlnxe/ecore_roce.c
1117
init_data.cid = qp->icid;
sys/dev/qlnx/qlnxe/ecore_roce.c
1185
init_data.cid = qp->icid + 1;
sys/dev/qlnx/qlnxe/ecore_roce.c
1291
enum _ecore_status_t ecore_roce_destroy_ud_qp(void *rdma_cxt, u16 cid)
sys/dev/qlnx/qlnxe/ecore_roce.c
1306
init_data.cid = cid;
sys/dev/qlnx/qlnxe/ecore_roce.c
1318
ecore_roce_free_qp(p_hwfn, ECORE_ROCE_ICID_TO_QP(cid));
sys/dev/qlnx/qlnxe/ecore_roce.c
1320
DP_VERBOSE(p_hwfn, ECORE_MSG_RDMA, "freed a ud qp with cid=%d\n", cid);
sys/dev/qlnx/qlnxe/ecore_roce.c
1325
DP_ERR(p_hwfn, "failed destroying a ud qp with cid=%d\n", cid);
sys/dev/qlnx/qlnxe/ecore_roce.c
1354
init_data.cid = icid;
sys/dev/qlnx/qlnxe/ecore_roce.c
1514
u32 start_cid, cid;
sys/dev/qlnx/qlnxe/ecore_roce.c
1517
cid = icid - start_cid;
sys/dev/qlnx/qlnxe/ecore_roce.c
1521
ecore_bmap_release_id(p_hwfn, &p_rdma_info->cid_map, cid);
sys/dev/qlnx/qlnxe/ecore_roce.c
263
static void ecore_roce_free_cid_pair(struct ecore_hwfn *p_hwfn, u16 cid)
sys/dev/qlnx/qlnxe/ecore_roce.c
266
ecore_bmap_release_id(p_hwfn, &p_hwfn->p_rdma_info->qp_map, cid);
sys/dev/qlnx/qlnxe/ecore_roce.c
267
ecore_bmap_release_id(p_hwfn, &p_hwfn->p_rdma_info->qp_map, cid + 1);
sys/dev/qlnx/qlnxe/ecore_roce.c
329
u32 start_cid, icid, cid, qp_idx;
sys/dev/qlnx/qlnxe/ecore_roce.c
356
cid = start_cid + icid;
sys/dev/qlnx/qlnxe/ecore_roce.c
358
rc = ecore_cxt_dynamic_ilt_alloc(p_hwfn, ECORE_ELEM_CXT, cid);
sys/dev/qlnx/qlnxe/ecore_roce.c
362
rc = ecore_cxt_dynamic_ilt_alloc(p_hwfn, ECORE_ELEM_CXT, cid + 1);
sys/dev/qlnx/qlnxe/ecore_roce.c
380
u32 cid)
sys/dev/qlnx/qlnxe/ecore_roce.c
385
cid);
sys/dev/qlnx/qlnxe/ecore_roce.c
423
init_data.cid = qp->icid;
sys/dev/qlnx/qlnxe/ecore_roce.c
591
init_data.cid = qp->icid + 1;
sys/dev/qlnx/qlnxe/ecore_roce.c
71
data->rdma_data.rdma_destroy_qp_data.cid);
sys/dev/qlnx/qlnxe/ecore_roce.c
730
init_data.cid = qp->icid;
sys/dev/qlnx/qlnxe/ecore_roce.c
836
init_data.cid = qp->icid + 1;
sys/dev/qlnx/qlnxe/ecore_roce.c
951
init_data.cid = qp->icid;
sys/dev/qlnx/qlnxe/ecore_roce_api.h
636
ecore_roce_destroy_ud_qp(void *rdma_cxt, u16 cid);
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
342
init_data.cid = ecore_spq_get_cid(p_hwfn);
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
463
init_data.cid = ecore_spq_get_cid(p_hwfn);
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
493
init_data.cid = ecore_spq_get_cid(p_hwfn);
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
539
init_data.cid = ecore_spq_get_cid(p_hwfn);
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
59
u32 opaque_cid = p_data->opaque_fid << 16 | p_data->cid;
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
607
init_data.cid = ecore_spq_get_cid(p_hwfn);
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
638
init_data.cid = ecore_spq_get_cid(p_hwfn);
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
659
init_data.cid = ecore_spq_get_cid(p_hwfn);
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
680
init_data.cid = ecore_spq_get_cid(p_hwfn);
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
73
p_ent->elem.hdr.cid = OSAL_CPU_TO_LE32(opaque_cid);
sys/dev/qlnx/qlnxe/ecore_sp_commands.h
44
u32 cid;
sys/dev/qlnx/qlnxe/ecore_spq.c
220
OSAL_LE32_TO_CPU(p_ent->elem.hdr.cid),
sys/dev/qlnx/qlnxe/ecore_spq.c
252
p_ent->elem.hdr.cid, p_ent->elem.hdr.cmd_id,
sys/dev/qlnx/qlnxe/ecore_spq.c
273
cxt_info.iid = p_spq->cid;
sys/dev/qlnx/qlnxe/ecore_spq.c
279
p_spq->cid);
sys/dev/qlnx/qlnxe/ecore_spq.c
347
p_spq->db_addr_offset, p_spq->cid, p_db_data->params,
sys/dev/qlnx/qlnxe/ecore_spq.c
616
ecore_cxt_acquire_cid(p_hwfn, PROTOCOLID_CORE, &p_spq->cid);
sys/dev/qlnx/qlnxe/ecore_spq.c
623
p_spq->db_addr_offset = DB_ADDR(p_spq->cid, DQ_DEMS_LEGACY);
sys/dev/qlnx/qlnxe/ecore_spq.c
850
return p_hwfn->p_spq->cid;
sys/dev/qlnx/qlnxe/ecore_sriov.c
115
init_data.cid = ecore_spq_get_cid(p_hwfn);
sys/dev/qlnx/qlnxe/ecore_sriov.c
1678
p_resp->cid[i] = i;
sys/dev/qlnx/qlnxe/ecore_sriov.c
176
init_data.cid = ecore_spq_get_cid(p_hwfn);
sys/dev/qlnx/qlnxe/ecore_sriov.c
2577
u32 cid,
sys/dev/qlnx/qlnxe/ecore_sriov.c
2606
p_tlv->offset = DB_ADDR_VF(cid, DQ_DEMS_LEGACY);
sys/dev/qlnx/qlnxe/ecore_sriov.c
2624
u32 cid = 0;
sys/dev/qlnx/qlnxe/ecore_sriov.c
2679
cid = p_cid->cid;
sys/dev/qlnx/qlnxe/ecore_sriov.c
2684
cid, status);
sys/dev/qlnx/qlnxe/ecore_vf.c
1001
DB_ADDR_VF(cid, DQ_DEMS_LEGACY);
sys/dev/qlnx/qlnxe/ecore_vf.c
998
u8 cid = p_iov->acquire_resp.resc.cid[qid];
sys/dev/qlnx/qlnxe/ecore_vfpf_if.h
247
u8 cid[PFVF_MAX_QUEUES_PER_VF];
sys/dev/qlnx/qlnxe/fcoe_common.h
424
__le32 cid /* CID which that tasks associated to */;
sys/dev/qlnx/qlnxe/iscsi_common.h
397
__le16 cid /* Unique Connection ID within the session [constant, initialized] */;
sys/dev/qlnx/qlnxe/iscsi_common.h
415
__le16 cid /* Unique Connection ID within the session [constant, initialized] */;
sys/dev/qlnx/qlnxe/tcp_common.h
42
__le32 cid /* connection ID */;
sys/dev/qlxge/qls_hw.c
1042
qls_init_comp_queue(qla_host_t *ha, int cid)
sys/dev/qlxge/qls_hw.c
1049
rxr = &ha->rx_ring[cid];
sys/dev/qlxge/qls_hw.c
1051
rxr->cq_db_offset = ha->vm_pgsize * (128 + cid);
sys/dev/qlxge/qls_hw.c
1057
cq_icb->msix_vector = cid;
sys/dev/qlxge/qls_hw.c
1111
value |= (cid << Q81_CTL_CONFIG_Q_NUM_SHIFT);
sys/dev/qlxge/qls_hw.c
53
static int qls_init_comp_queue(qla_host_t *ha, int cid);
sys/dev/ral/rt2860.c
2166
uint8_t cid;
sys/dev/ral/rt2860.c
2176
cid = wait ? cmd : RT2860_TOKEN_NO_INTR;
sys/dev/ral/rt2860.c
2177
RAL_WRITE(sc, RT2860_H2M_MAILBOX, RT2860_H2M_BUSY | cid << 16 | arg);
sys/dev/ral/rt2860.c
2188
if ((tmp & 0xff) == cid)
sys/dev/sdhci/sdhci_fdt.c
384
pcell_t cid;
sys/dev/sdhci/sdhci_fdt.c
394
if ((OF_getencprop(node, "quirks", &cid, sizeof(cid))) > 0)
sys/dev/sdhci/sdhci_fdt.c
395
sc->quirks = cid;
sys/dev/sdhci/sdhci_fdt.c
396
if ((OF_getencprop(node, "num-slots", &cid, sizeof(cid))) > 0)
sys/dev/sdhci/sdhci_fdt.c
397
sc->num_slots = cid;
sys/dev/sdhci/sdhci_fdt.c
398
if ((OF_getencprop(node, "max-frequency", &cid, sizeof(cid))) > 0)
sys/dev/sdhci/sdhci_fdt.c
399
sc->max_clk = cid;
sys/dev/uart/uart_bus_pci.c
283
struct pci_id cid = {
sys/dev/uart/uart_bus_pci.c
302
id = &cid;
sys/dev/usb/net/if_umb.c
1306
uint32_t cid;
sys/dev/usb/net/if_umb.c
1327
cid = le32toh(m->cid);
sys/dev/usb/net/if_umb.c
1328
DPRINTF("indicate %s status\n", umb_cid2str(cid));
sys/dev/usb/net/if_umb.c
1329
umb_decode_cid(sc, cid, m->info, infolen);
sys/dev/usb/net/if_umb.c
2303
str = umb_cid2str(le32toh(c->cid));
sys/dev/usb/net/if_umb.c
2525
umb_cmd(struct umb_softc *sc, int cid, int op, const void *data, int len)
sys/dev/usb/net/if_umb.c
2527
umb_cmd1(sc, cid, op, data, len, umb_uuid_basic_connect);
sys/dev/usb/net/if_umb.c
2531
umb_cmd1(struct umb_softc *sc, int cid, int op, const void *data, int len,
sys/dev/usb/net/if_umb.c
2540
umb_cid2str(cid));
sys/dev/usb/net/if_umb.c
2547
cmd->cid = htole32(cid);
sys/dev/usb/net/if_umb.c
2564
uint32_t cid;
sys/dev/usb/net/if_umb.c
2573
cid = le32toh(cmd->cid);
sys/dev/usb/net/if_umb.c
2600
umb_cid2str(cid), umb_status2str(status));
sys/dev/usb/net/if_umb.c
2607
umb_cid2str(cid),
sys/dev/usb/net/if_umb.c
2616
umb_cid2str(cid));
sys/dev/usb/net/if_umb.c
2617
umb_decode_cid(sc, cid, cmd->info, infolen);
sys/dev/usb/net/if_umb.c
2622
umb_decode_cid(struct umb_softc *sc, uint32_t cid, void *data, int len)
sys/dev/usb/net/if_umb.c
2626
switch (cid) {
sys/dev/usb/net/if_umb.c
2660
DPRINTFN(4, "ignore %s\n", umb_cid2str(cid));
sys/dev/usb/net/if_umb.c
2665
umb_cid2str(cid), len);
sys/dev/usb/net/mbim.h
225
uint32_t cid; /* command id */
sys/dev/usb/net/mbim.h
237
uint32_t cid; /* command id */
sys/dev/usb/net/mbim.h
265
uint32_t cid; /* command id */
sys/dev/vmware/vmci/vmci_defs.h
141
VMCI_MAKE_HANDLE(vmci_id cid, vmci_id rid)
sys/dev/vmware/vmci/vmci_defs.h
145
h.context = cid;
sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h
138
u_int16_t cid; /* Local channel ID */
sys/netgraph/bluetooth/include/ng_l2cap.h
209
} __attribute__ ((packed)) cid;
sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h
75
c->data.cid.scid = htole16((_scid)); \
sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h
76
c->data.cid.dcid = htole16((_dcid)); \
sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h
77
c->hdr.length += sizeof(c->data.cid); \
sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
631
u_int16_t cid ;
sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
641
endcid = l2cap->cid;
sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
646
cid = (endcid+1) & mask;
sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
648
if (cid < NG_L2CAP_FIRST_CID)
sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
649
cid = NG_L2CAP_FIRST_CID;
sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
651
while (cid != endcid) {
sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
652
if (ng_l2cap_chan_by_scid(l2cap, cid, idtype) == NULL) {
sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
654
l2cap->cid = cid;
sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
656
l2cap->lecid = cid;
sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
658
return (cid);
sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
661
cid ++;
sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
662
cid &= mask;
sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
663
if (cid < NG_L2CAP_FIRST_CID)
sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
664
cid = NG_L2CAP_FIRST_CID;
sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h
96
u_int16_t cid; /* last allocated CID */
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
1073
pcb->psm, pcb->cid, op->result, pcb->state);
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
1130
pcb->psm, pcb->cid, pcb->state);
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
1180
pcb->psm, pcb->cid, op->result, op->length,
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
1312
ip->lcid = pcb->cid;
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
1348
ip->lcid = pcb->cid;
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
1383
ip->lcid = pcb->cid;
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
1853
pcb->cid = 0;
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
2210
pcb->cid = 0;
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
2660
hdr->lcid = pcb->cid;
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
2762
ng_btsocket_l2cap_pcb_by_cid(bdaddr_p src, int cid, int idtype)
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
2769
if (p->cid == cid &&
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
2831
if (pcb->cid != 0)
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
467
pcb->encryption = op->encryption; pcb->cid = op->lcid;
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
482
pcb->cid = op->lcid;
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
551
pcb->psm, pcb->cid, op->result, pcb->state);
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
650
pcb1->cid = ip->lcid;
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
780
pcb->psm, pcb->cid, op->result, pcb->state, pcb->cfg_state);
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
887
pcb->psm, pcb->cid, op->result, pcb->state, pcb->cfg_state);
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
982
pcb->psm, pcb->cid, pcb->state, pcb->cfg_state);
sys/netgraph/ng_pptpgre.c
109
u_int16_t cid; /* call id */
sys/netgraph/ng_pptpgre.c
1222
ng_pptpgre_find_session(priv_p privp, u_int16_t cid)
sys/netgraph/ng_pptpgre.c
1224
uint16_t hash = SESSHASH(cid);
sys/netgraph/ng_pptpgre.c
1228
if (hpriv->conf.cid == cid)
sys/netgraph/ng_pptpgre.c
236
static hpriv_p ng_pptpgre_find_session(priv_p privp, u_int16_t cid);
sys/netgraph/ng_pptpgre.c
373
uint16_t cid, hash;
sys/netgraph/ng_pptpgre.c
380
for (cid = i = 0; i < 4; i++) {
sys/netgraph/ng_pptpgre.c
384
cid = (cid << 4) | j;
sys/netgraph/ng_pptpgre.c
397
hpriv->conf.cid = cid;
sys/netgraph/ng_pptpgre.c
407
hash = SESSHASH(cid);
sys/netgraph/ng_pptpgre.c
440
hpriv = ng_pptpgre_find_session(priv, newConf->cid);
sys/netgraph/ng_pptpgre.c
445
hash = SESSHASH(newConf->cid);
sys/netgraph/ng_pptpgre.c
629
be16enc(&gre->cid, hpriv->conf.peerCid);
sys/netgraph/ng_pptpgre.c
827
hpriv = ng_pptpgre_find_session(priv, be16dec(&gre->cid));
sys/netgraph/ng_pptpgre.h
63
u_int16_t cid; /* my call id */
sys/netinet/libalias/alias_db.c
1828
SetDestCallId(struct alias_link *lnk, u_int16_t cid)
sys/netinet/libalias/alias_db.c
1832
lnk->src_port, cid, lnk->alias_port, lnk->link_type, 1);
usr.bin/bluetooth/btsockstat/btsockstat.c
371
pcb.cid,
usr.sbin/bhyve/pci_nvme.c
1176
uint16_t cid,
usr.sbin/bhyve/pci_nvme.c
1195
cqe->cid = cid;
usr.sbin/bhyve/pci_nvme.c
1956
req->cid = command->cid;
usr.sbin/bhyve/pci_nvme.c
1994
sc->aer_count, sc->ctrldata.aerl, command->cid);
usr.sbin/bhyve/pci_nvme.c
2003
if (pci_nvme_aer_add(sc, command->cid)) {
usr.sbin/bhyve/pci_nvme.c
2120
cmd->cid,
usr.sbin/bhyve/pci_nvme.c
215
uint16_t cid;
usr.sbin/bhyve/pci_nvme.c
2269
struct nvme_submission_queue *sq, int sqid, uint16_t cid, uint16_t status)
usr.sbin/bhyve/pci_nvme.c
2274
__func__, sqid, sq->cqid, cid, NVME_STATUS_GET_SCT(status),
usr.sbin/bhyve/pci_nvme.c
2277
pci_nvme_cq_update(sc, cq, 0, cid, sqid, status);
usr.sbin/bhyve/pci_nvme.c
2353
pci_nvme_set_completion(req->sc, sq, req->sqid, req->cid, status);
usr.sbin/bhyve/pci_nvme.c
2585
pci_nvme_set_completion(sc, req->nvme_sq, req->sqid, req->cid,
usr.sbin/bhyve/pci_nvme.c
265
uint16_t cid; /* Command ID of the submitted AER */
usr.sbin/bhyve/pci_nvme.c
2757
req->cid = cmd->cid;
usr.sbin/bhyve/pci_nvme.c
2787
pci_nvme_set_completion(sc, sq, idx, cmd->cid, status);
usr.sbin/bhyve/pci_nvme.c
374
uint16_t cid,
usr.sbin/bhyve/pci_nvme.c
775
pci_nvme_aer_add(struct pci_nvme_softc *sc, uint16_t cid)
usr.sbin/bhyve/pci_nvme.c
784
aer->cid = cid;
usr.sbin/bhyve/pci_nvme.c
976
DPRINTF("%s: CID=%#x CDW0=%#x", __func__, aer->cid, (lid << 16) | (aen->event_data << 8) | atype);
usr.sbin/bhyve/pci_nvme.c
979
aer->cid,
usr.sbin/cxgbetool/cxgbetool.c
2123
long cid;
usr.sbin/cxgbetool/cxgbetool.c
2145
p = str_to_number(argv[1], &cid, NULL);
usr.sbin/cxgbetool/cxgbetool.c
2150
cntxt.cid = cid;
usr.sbin/uhsoctl/uhsoctl.c
1206
int cid;
usr.sbin/uhsoctl/uhsoctl.c
1208
&cid, apn);
usr.sbin/uhsoctl/uhsoctl.c
1214
if (cid == ctx->pdp_ctx) {