Searched refs:cid (Results 101 - 117 of 117) sorted by relevance

12345

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dfcoe_common.h431 __le32 cid /* CID which that tasks associated to */; member in struct:fcoe_tstorm_fcoe_task_st_ctx_read_only
H A Dcommon_hsi.h758 __le32 cid /* Dedicated field RoCE destroy QP event */; member in struct:rdma_eqe_destroy_qp
H A Decore_hsi_iwarp.h1255 __le32 cid; member in struct:unaligned_opaque_data
H A Decore_dbg_fw_funcs.c2334 /* Config SEM cid filter */
2336 ecore_wr(p_hwfn, p_ptt, base_addr + SEM_FAST_REG_FILTER_CID, storm_bus->cid);
5301 u32 cid)
5308 DP_VERBOSE(p_hwfn, ECORE_MSG_DEBUG, "dbg_bus_add_cid_sem_filter: storm = %d, cid = 0x%x\n", storm_id, cid);
5316 storm_bus->cid = cid;
5299 ecore_dbg_bus_add_cid_sem_filter(struct ecore_hwfn *p_hwfn, enum dbg_storms storm_id, u32 cid) argument
H A Decore_hsi_common.h1983 __le32 cid /* Slowpath Connection CID */; member in struct:ramrod_header
/freebsd-11-stable/sys/dev/aac/
H A Daac.c214 aac_get_container_info(struct aac_softc *sc, struct aac_fib *fib, int cid);
388 * Request information of container #cid
391 aac_get_container_info(struct aac_softc *sc, struct aac_fib *fib, int cid) argument
400 mi->MntCount = cid;
404 device_printf(sc->aac_dev, "Error probing container %d\n", cid);
/freebsd-11-stable/sbin/nvmecontrol/
H A Dlogpage.c152 printf(" Command ID: %u\n", entry->cid);
/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c2173 uint8_t cid; local
2183 cid = wait ? cmd : RT2860_TOKEN_NO_INTR;
2184 RAL_WRITE(sc, RT2860_H2M_MAILBOX, RT2860_H2M_BUSY | cid << 16 | arg);
2195 if ((tmp & 0xff) == cid)
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h1714 void (*th_deo_fcn)(int *gtid, int *cid, ident_t *);
1716 void (*th_dxo_fcn)(int *gtid, int *cid, ident_t *);
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_db.c2139 SetDestCallId(struct alias_link *lnk, u_int16_t cid) argument
2146 lnk->src_port, cid, lnk->alias_port, lnk->link_type);
/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c74 static void read_sge_ctxt(struct cudbg_init *pdbg_init, u32 cid, argument
85 rc = t4_sge_ctxt_rd(padap, padap->mbox, cid, ctype,
92 t4_sge_ctxt_rd_bd(padap, cid, ctype, data);
/freebsd-11-stable/crypto/openssh/
H A Dclientloop.c1471 client_filter_cleanup(int cid, void *ctx) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c5922 for (uint64_t cid = 0;
5923 cid < tvd->vdev_children; cid++) {
5924 vdev_t *cvd = tvd->vdev_child[cid];
/freebsd-11-stable/sys/dev/bxe/
H A Decore_hsi.h8401 uint32_t context_id /* Context ID (cid) of the connection */;
8413 uint32_t context_id /* Context ID (cid) of the connection */;
10854 uint16_t cid; member in struct:iscsi_login_req_hdr_little_endian
10858 uint16_t cid; member in struct:iscsi_login_req_hdr_little_endian
10895 uint16_t cid; member in struct:iscsi_logout_req_hdr_little_endian
10899 uint16_t cid; member in struct:iscsi_logout_req_hdr_little_endian
11165 uint32_t cid /* cid of deleted connection */; member in struct:cfc_del_event_data
12925 #define TOE_RX_CQE_CID (0xFFFFFF<<0) /* BitField params1completion cid and opcode connection id */
12927 #define TOE_RX_CQE_COMPLETION_OPCODE (0xFF<<24) /* BitField params1completion cid an
[all...]
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c10519 * @cid: the context id
10525 int t4_sge_ctxt_rd(struct adapter *adap, unsigned int mbox, unsigned int cid, argument
10545 c.u.idctxt.physid = cpu_to_be32(cid);
10562 * @cid: the context id
10569 int t4_sge_ctxt_rd_bd(struct adapter *adap, unsigned int cid, enum ctxt_type ctype, argument
10574 t4_write_reg(adap, A_SGE_CTXT_CMD, V_CTXTQID(cid) | V_CTXTTYPE(ctype));
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c9419 if (cntxt->cid > M_CTXTQID)
9431 rc = -t4_sge_ctxt_rd(sc, sc->mbox, cntxt->cid, cntxt->mem_id,
9441 rc = -t4_sge_ctxt_rd_bd(sc, cntxt->cid, cntxt->mem_id, &cntxt->data[0]);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c7419 dtrace_cacheid_t cid = probe->dtpr_predcache;
7421 if (cid != DTRACE_CACHEIDNONE && !onintr) {
7425 ASSERT(cid == pred->dtp_cacheid);
7426 curthread->t_predcache = cid;

Completed in 558 milliseconds

12345