Searched defs:cid (Results 1 - 25 of 82) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp_req_mgr.c11 u32_t cid
21 sp_req_mgr = lm_cid_sp_req_mgr(pdev, cid);
41 u32_t cid
51 sp_req_mgr = lm_cid_sp_req_mgr(pdev, cid);
75 u32_t cid,
87 sp_req_mgr = lm_cid_sp_req_mgr(pdev, cid);
93 // DbgMessage(pdev, FATAL/*INFORM*/, "###lm_sp_req_manager_post, before lock cid=%d\n", cid);
95 // DbgMessage(pdev, FATAL/*INFORM*/, "###lm_sp_req_manager_post, inside lock cid=%d\n", cid);
73 lm_sp_req_manager_post( struct _lm_device_t *pdev, u32_t cid, struct _lm_sp_req_common_t *sp_req ) argument
127 lm_sp_req_manager_complete( struct _lm_device_t *pdev, u32_t cid, u32_t seq_num, lm_sp_req_common_t **sp_req ) argument
244 lm_sp_req_manager_unblock( struct _lm_device_t *pdev, u32_t cid, lm_sp_req_common_t **sp_req ) argument
305 lm_sp_req_manager_set_sp_data( struct _lm_device_t *pdev, u32_t cid, void *virt_addr, lm_address_t phys_addr ) argument
[all...]
H A Dlm_niv.c78 u8_t cid = 0; local
89 for (cid = 0; cid < (LM_SB_CNT(pdev) + MAX_NON_RSS_CHAINS); cid++) //pdev->params.l2_cli_con_params
91 /* We want only Ethernet clients. For ethernet cid == client_id, we base the following check on that */
92 if((OOO_CID(pdev) != cid) && //For OOO_CID we don't want to strip the VLAN
93 (FWD_CID(pdev) != cid)) //The FWD_CID is TX only In T7.4 we should enable only for RX clients.
95 client_id = cid; // TODO: For ethernet client_id == cid... extra parameter added for terminology clearness incase this changes in the future.
H A Dbnxe_context.c11 void * lm_get_context(struct _lm_device_t *pdev, u32_t cid){ argument
16 DbgBreakIf(cid > pdev->params.max_func_connections);
17 DbgBreakIf(pdev->context_info->array[cid].invalid != LM_CONTEXT_VALID);
20 page = cid / (pdev->params.num_context_in_page);
23 off = cid % (pdev->params.num_context_in_page);
33 u64_t lm_get_context_phys(struct _lm_device_t *pdev, u32_t cid){ argument
38 DbgBreakIf(cid > pdev->params.max_func_connections);
39 DbgBreakIf(pdev->context_info->array[cid].invalid != LM_CONTEXT_VALID);
42 page = cid / (pdev->params.num_context_in_page);
45 off = cid
167 lm_init_cid_resc(struct _lm_device_t *pdev, u32_t cid) argument
446 lm_searcher_mirror_hash_insert(struct _lm_device_t *pdev, u32_t cid, lm_4tuple_t *tuple) argument
515 lm_searcher_mirror_hash_remove(struct _lm_device_t *pdev, u32_t cid) argument
576 u32_t cid = (u32_t)-1; local
702 u32_t cid = *((u32_t *)&param); local
749 lm_free_cid(struct _lm_device_t *pdev, u32_t type, u32_t cid, u8_t notify_fw) argument
829 lm_recycle_cid(struct _lm_device_t *pdev, u32_t cid) argument
923 lm_cid_cookie(struct _lm_device_t *pdev, u32_t type, u32_t cid) argument
957 lm_cid_resc(struct _lm_device_t *pdev, u32_t cid) argument
971 lm_map_cid_to_proto(struct _lm_device_t * pdev, u32_t cid) argument
1012 lm_set_cid_resc( IN struct _lm_device_t *pdev, IN u32_t type, IN void *cookie, IN u32_t cid) argument
1046 lm_free_cid_resc( IN struct _lm_device_t *pdev, IN u32_t type, IN u32_t cid, IN u8_t notify_fw) argument
1144 lm_set_cid_state( IN struct _lm_device_t *pdev, IN u32_t cid, IN lm_cid_state_enum state ) argument
1184 lm_set_cdu_validation_data(struct _lm_device_t *pdev, s32_t cid, u8_t invalidate) argument
1242 lm_set_con_state(struct _lm_device_t *pdev, u32_t cid, u32_t state) argument
1256 lm_get_con_state(struct _lm_device_t *pdev, u32_t cid) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dcontracts.c154 * Fetch the latest created contract id into the space referenced by 'cid'.
158 get_latest_contract(ctid_t *cid) argument
160 if ((errno = contract_latest(cid)) != 0) {
171 open_contract_ctl_file(ctid_t cid) argument
173 return (contract_open(cid, "process", "ctl", O_WRONLY));
H A Dwait.c50 ctid_t cid; member in struct:__anon179
183 register_method(instance_t *ins, pid_t pid, ctid_t cid, instance_method_t mthd, argument
219 me->cid = cid;
400 remove_method_ids(me->inst, me->pid, me->cid, me->method);
409 if (me->cid != -1)
410 (void) abandon_contract(me->cid);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dcommand.h68 * @param cid
81 u32_t cid,
94 pending->command.hdr.conn_and_cmd_data = mm_cpu_to_le32((command << SPE_HDR_T_CMD_ID_SHIFT ) | HW_CID(pdev,cid));
105 pending->cid = cid;
136 u32_t cid,
155 * @param cid: connection id that ramrod was sent with
158 u8_t command, u16_t type, u32_t cid );
178 u32_t cid,
184 return lm_sq_post(pdev, cid, comman
79 lm_sq_post_fill_entry(struct _lm_device_t* pdev, struct sq_pending_command * pending, u32_t cid, u8_t command, u16_t type, u64_t data, u8_t release_mem_flag) argument
177 lm_command_post( struct _lm_device_t* pdev, u32_t cid, u8_t command, u8_t priority, u16_t type, u64_t data ) argument
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm_l5.c80 IN u32_t cid)
77 mm_sc_omgr_flush_rx( IN struct _lm_device_t *_pdev, IN struct iscsi_kcqe *kcqe_recv, IN u32_t cid) argument
H A Dbnxe_hw.c1015 int cid)
1022 sb_id = lm_sb_id_from_chain(&pUM->lm_dev, cid);
1025 cliParams.mtu = pUM->devParams.mtu[LM_CHAIN_IDX_CLI(pLM, cid)];
1026 //cliParams.lah_size = pUM->devParams.mtu[LM_CHAIN_IDX_CLI(pLM, cid)];
1028 cliParams.num_rx_desc = pUM->devParams.numRxDesc[LM_CHAIN_IDX_CLI(pLM, cid)];
1029 cliParams.num_tx_desc = pUM->devParams.numTxDesc[LM_CHAIN_IDX_CLI(pLM, cid)];
1034 BnxeLogDbg(pUM, "Setting up client for cid %d", cid);
1035 if (lm_setup_client_con_params(pLM, cid, &cliParams) != LM_STATUS_SUCCESS)
1037 BnxeLogWarn(pUM, "Failed to setup client for cid
1014 BnxeEstablishHwConn(um_device_t * pUM, int cid) argument
[all...]
/illumos-gate/usr/src/cmd/dispadmin/
H A Ddispadmin.c180 id_t cid; local
191 for (cid = 1; cid < nclass; cid++) {
192 pcinfo.pc_cid = cid;
195 cmdpath, cid);
/illumos-gate/usr/src/cmd/audit/
H A Daudit.c173 uint64_t *cid = NULL; local
181 (cid = scf_simple_prop_next_count(prop)) == NULL) {
186 if (sigsend(P_CTID, (ctid_t)*cid, sig) != 0) {
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bboard.c201 id_t *cid; local
212 cid = stypes[SMB_TYPE_BASEBOARD].ids[index].con_ids;
216 (void) smbios_lookup_id(shp, cid[i], &sp);
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_xaction.c70 _sip_header_t *cid = NULL; local
89 cid = sip_search_for_header(msg, SIP_CALL_ID, NULL);
91 if (via == NULL || from == NULL || cid == NULL)
95 cid->sip_hdr_start,
96 cid->sip_hdr_end - cid->sip_hdr_start,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/keygen/
H A Dkeygen.c60 static char *opts[] = { "net", "cid", "type", NULL };
66 * net=<addr>,cid=<cid>,type=<3des|aes|sha1|rsa>
69 * supplied arguments, 'net', 'cid' and 'ka'.
75 process_option(char *arg, char **net, char **cid, wbku_key_attr_t *ka) argument
92 *cid = value;
117 if (*cid != NULL && **cid == '\0') {
118 wbku_printerr("Missing cid option value\n");
121 if (*cid !
172 create_client_filename(char *filename, size_t len, const char *net, const char *cid, boolean_t create) argument
356 client_gen_key(const char *filename, wbku_key_attr_t *ka, const char *net, const char *cid) argument
617 char *cid = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c19 #define TOE_TX_DOORBELL(pdev,cid) do{\
22 DOORBELL((pdev), (cid), *((u32_t *)&db));\
28 u32_t cid,
46 "ringing tx doorbell: cid=%d, (nbytes+=%d, nbds+=%d, fin=%d)\n",
47 cid, nbytes, nbds, fin);
48 TOE_TX_DOORBELL(pdev, cid);
66 _lm_tcp_tx_write_db(pdev, tx_con, tcp->cid, tx_con->db_more_bytes, tx_con->db_more_bds, 0);
76 "skipped doorbell ringing for cid=%d\n", tcp->cid);
104 DbgBreakIf(tcp->cid
25 _lm_tcp_tx_write_db( lm_device_t * pdev, lm_tcp_con_t * tx_con, u32_t cid, u32_t nbytes, u16_t nbds, u8_t fin) argument
457 u32_t cid; local
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_sess.c342 iscsit_sess_lookup_conn(iscsit_sess_t *ist, uint16_t cid) argument
350 if (result->ict_cid == cid) {
/illumos-gate/usr/src/uts/common/os/
H A Dclock_tick.c265 clock_tick_schedule_one(clock_tick_set_t *csp, int pending, processorid_t cid) argument
276 ctp = clock_tick_cpu[cid];
285 invoke_softint(cid, ctp->ct_intr);
618 clock_tick_cpu_setup(cpu_setup_t what, int cid, void *arg) argument
637 cp = cpu[cid];
H A Dfork.c796 newproc(void (*pc)(), caddr_t arg, id_t cid, int pri, struct contract **ct, argument
805 ASSERT(cid != sysdccid);
806 ASSERT(cid != syscid || ct == NULL);
807 if (CLASS_KERNEL(cid)) {
896 &curthread->t_hold, cid, 1)) == NULL) {
H A Dpg.c299 id_t cid; local
318 cid = pg_nclasses++;
319 newclass = &pg_classes[cid];
322 newclass->pgc_id = cid;
328 return (cid);
394 pg_create(pg_cid_t cid) argument
404 pg = PG_ALLOC(cid);
405 pg->pg_class = &pg_classes[cid];
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthread.c69 id_t cid; local
86 } else if ((cid = setparam(P_LWPID, tid, policy, prio)) == -1) {
90 ulwp->ul_rtclassid = cid;
91 ulwp->ul_cid = cid;
225 id_t cid; local
231 cid = getparam(P_LWPID, ulwp->ul_lwpid, policy, param);
232 if (cid == -1) {
234 } else if (*policy == ulwp->ul_policy && cid == ulwp->ul_cid &&
243 ulwp->ul_rtclassid = cid;
244 ulwp->ul_cid = cid;
[all...]
/illumos-gate/usr/src/cmd/priocntl/
H A Dpriocntl.c253 id_t cid; local
275 for (cid = 1; cid < nclass; cid++) {
278 pcinfo.pc_cid = cid;
281 cmdpath, cid);
324 id_t cid; local
388 for (cid = 1; cid < nclass; cid
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c187 method_store_contract(restarter_inst_t *inst, int type, ctid_t *cid) argument
192 if (errno = contract_latest(cid))
205 inst->ri_i.i_transient_ctid = *cid;
222 inst->ri_i.i_primary_ctid = *cid;
226 "%s.\n", *cid, inst->ri_i.i_fmri);
228 contract_hash_store(*cid, inst->ri_id);
235 r = restarter_store_contract(inst->ri_m_inst, *cid, primary ?
258 inst->ri_i.i_fmri, *cid);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_sctp.c334 uint32_t *cid; local
336 if (dlen < sizeof (*cid)) {
341 cid = (uint32_t *)data;
343 ntohl(*cid));
350 uint32_t *cid; local
352 if (dlen < sizeof (*cid)) {
357 cid = (uint32_t *)data;
359 ntohl(*cid));
361 interpret_params(cid + 1, dlen - sizeof (*cid), "Erro
379 uint32_t *cid; local
[all...]
/illumos-gate/usr/src/uts/common/disp/
H A Drt.c195 rt_init(id_t cid, int clparmsz, classfuncs_t **clfuncspp) argument
198 rt_cid = cid; /* Record our class ID */
355 rt_enterclass(kthread_t *t, id_t cid, void *parmsp, cred_t *reqpcredp, argument
415 t->t_clfuncs = &(sclass[cid].cl_funcs->thread);
416 t->t_cid = cid;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/
H A Dlm_vf.c654 lm_status_t lm_vf_queue_init(struct _lm_device_t *pdev, u8_t cid) argument
661 lm_status_t lm_vf_queue_close(struct _lm_device_t *pdev, u8_t cid) argument
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dncadoorhdr.h110 uint64_t cid; /* The connection id */ member in struct:nca_direct_cd_s
193 * point to a nca_direct_cd_t (a cid/tag pair connection descriptor)
200 * nca_direct_cd_t (a cid/tag pair connection descriptor) used to
226 uint64_t cid; /* connection id */ member in struct:nca_io2_s

Completed in 225 milliseconds

1234