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

12345

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dcontext.h16 void * lm_get_context(struct _lm_device_t *pdev, u32_t cid);
19 u64_t lm_get_context_phys(struct _lm_device_t *pdev, u32_t cid);
41 lm_status_t lm_allocate_cid(struct _lm_device_t *pdev, u32_t type, void * cookie, s32_t * cid);
48 * sets the CDU validation data to be valid for a given cid
51 * @param cid - the context of this cid will be initialized with the cdu validataion data
56 lm_status_t lm_set_cdu_validation_data(struct _lm_device_t *pdev, s32_t cid, u8_t invalidate);
60 void lm_free_cid(struct _lm_device_t *pdev, u32_t type, u32_t cid, u8_t notify_fw);
66 lm_status_t lm_searcher_mirror_hash_insert(struct _lm_device_t *pdev, u32_t cid, lm_4tuple_t *tuple);
71 void lm_searcher_mirror_hash_remove(struct _lm_device_t *pdev, u32_t cid);
[all...]
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...]
H A Dlm_sp_req_mgr.h45 IN u32_t cid,
53 IN u32_t cid
59 IN u32_t cid
65 IN u32_t cid,
72 IN u32_t cid,
80 IN u32_t cid
86 IN u32_t cid,
H A Dlm_resc.c145 * assumption: the cid equals the chain idx
160 u32_t cid)
182 mm_cli_idx = cid_to_resource(pdev, cid); //!!DP mm_cli_idx_to_um_idx(LM_CHAIN_IDX_CLI(pdev, idx));
189 buf_size = MAX_L2_CLI_BUFFER_SIZE(pdev, cid);
298 IN u32_t const cid, /* chain id */
306 DbgMessage(pdev, INFORMi | INFORMl2sp, "#lm_alloc_txq, cid=%d, page_cnt=%d\n", cid, page_cnt);
310 ERR_IF((ARRSIZE(pdev->tx_info.chain) <= cid) || !page_cnt))
315 tx_chain = &LM_TXQ(pdev, cid);
317 mm_cli_idx = cid_to_resource(pdev, cid);
156 lm_allocate_coalesce_buffers( lm_device_t *pdev, lm_tx_chain_t *txq, u32_t coalesce_buf_cnt, u32_t cid) argument
296 lm_alloc_txq( IN struct _lm_device_t *pdev, IN u32_t const cid, IN u16_t const page_cnt, IN u16_t const coalesce_buf_cnt) argument
346 lm_alloc_rxq( IN struct _lm_device_t *pdev, IN u32_t const cid, IN u16_t const page_cnt, IN u32_t const desc_cnt) argument
400 lm_alloc_rcq( IN struct _lm_device_t *pdev, IN u32_t const cid, IN u16_t const page_cnt) argument
455 lm_alloc_tpa_chain( IN struct _lm_device_t *pdev, IN u32_t const cid, IN u16_t const page_cnt, IN u32_t const desc_cnt, IN u32_t const bds_per_page) argument
541 cid_to_resource(lm_device_t *pdev, u32_t cid) argument
575 lm_setup_txq( IN struct _lm_device_t *pdev, IN u32_t cid) argument
677 lm_setup_rxq( IN struct _lm_device_t *pdev, IN u32_t const cid) argument
741 lm_setup_rcq( IN struct _lm_device_t *pdev, IN u32_t const cid) argument
993 lm_alloc_chain_con_resc( IN struct _lm_device_t *pdev, IN u32_t const cid, IN lm_cli_idx_t const lm_cli_idx ) argument
1362 lm_tpa_chain_reset(IN lm_device_t *pdev, IN const u32_t cid) argument
1391 lm_setup_tpa_chain( IN struct _lm_device_t *pdev, IN u32_t const cid) argument
[all...]
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_sp.c65 IN const u32_t cid,
83 cid,
185 IN const u8_t cid)
189 const u8_t reg_cid = (u8_t)lm_mp_get_reg_chain_from_chain(pdev,cid);
190 const u8_t cos = lm_mp_cos_from_chain(pdev, cid);
191 const u8_t traffic_type = LM_CHAIN_IDX_TRAFFIC_TYPE(pdev, cid);
203 general->is_fcoe_flg = (cid == FCOE_CID(pdev))? TRUE : FALSE;
207 general->mtu = mm_cpu_to_le16((u16_t)pdev->params.l2_cli_con_params[cid].mtu);
210 if(lm_chain_type_not_cos == lm_mp_get_chain_type(pdev,cid))
236 IN const u8_t cid,
64 lm_empty_ramrod_eth(IN struct _lm_device_t *pdev, IN const u32_t cid, IN u32_t data_cid, IN volatile u32_t *curr_state, IN u32_t new_state) argument
183 lm_eth_init_client_init_general_data(IN lm_device_t *pdev, OUT struct client_init_general_data *general, IN const u8_t cid) argument
234 lm_eth_init_client_init_rx_data(IN lm_device_t *pdev, OUT struct client_init_rx_data *rx, IN const u8_t cid, IN const u8_t sb_id) argument
378 lm_eth_init_client_init_tx_data(IN lm_device_t *pdev, OUT struct client_init_tx_data *tx, IN const u8_t cid, IN const u8_t sb_id) argument
455 lm_get_sw_client_idx_from_cid(lm_device_t * pdev, u32_t cid) argument
487 lm_get_fw_client_idx_from_cid(lm_device_t * pdev, u32_t cid) argument
527 u8_t cid = 0; local
574 lm_eth_init_client_init_data(lm_device_t *pdev, u8_t cid, u8_t sb_id) argument
636 const u32_t cid = client_idx; //lm_get_cid_from_sw_client_idx(pdev); local
711 const u8_t cid = chain_idx; /* redundant, but here for terminology sake... */ local
1136 lm_halt_eth_con(struct _lm_device_t *pdev, u32_t cid, const u8_t send_ramrod) argument
1204 lm_terminate_eth_con(struct _lm_device_t *pdev, u32_t const cid) argument
1240 lm_cfc_del_eth_con(struct _lm_device_t *pdev, u32_t const cid) argument
1310 lm_close_eth_con(struct _lm_device_t *pdev, u32_t const cid, const u8_t send_halt_ramrod) argument
1371 lm_eth_wait_state_change(struct _lm_device_t *pdev, u32_t new_state, u32_t cid) argument
1528 u8_t cid = chain_idx; // FIXME!!! local
1649 u8_t cid = chain_idx; // FIXME!!! local
2773 u32_t cid = 0; local
2842 u32_t cid = mm_le32_to_cpu(elem->message.data.eth_event.echo) & ECORE_SWCID_MASK; local
2900 u32_t cid = GET_FLAGS( mm_le32_to_cpu(elem->message.data.eth_event.echo), ECORE_SWCID_MASK ); local
3023 u32_t cid = 0; local
3058 u32_t cid = LM_SW_LEADING_RSS_CID(pdev); local
3406 u32_t cid = pending->cid; local
3884 lm_sq_post(struct _lm_device_t *pdev, u32_t cid, u8_t command, u8_t priority, u16_t type, u64_t data) argument
4051 u32_t cid = SW_CID(conn_and_cmd_data); local
4276 const u32_t cid = client_idx; //lm_get_cid_from_sw_client_idx(pdev); local
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dclass.h122 #define CLASS_KERNEL(cid) ((cid) == syscid || (cid) == sysdccid)
150 #define CL_ENTERCLASS(t, cid, clparmsp, credp, bufp) \
151 (sclass[cid].cl_funcs->thread.cl_enterclass) (t, cid, \
154 #define CL_EXITCLASS(cid, clprocp)\
155 (sclass[cid].cl_funcs->thread.cl_exitclass) ((void *)clprocp)
184 #define CL_PARMSSET(t, clparmsp, cid, curpcredp) \
185 (*(t)->t_clfuncs->cl_parmsset)(t, (void *)clparmsp, cid, curpcred
[all...]
/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/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/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/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/l5/
H A Dlm_l5.c410 s32_t cid)
425 lm_set_cid_state(pdev, iscsi->cid, LM_CID_STATE_VALID);
439 lm_sp_req_manager_unblock(pdev, cid, &sp_req);
449 u32_t cid; local
459 cid = pending->cid;
461 iscsi = lm_cid_cookie(pdev, ISCSI_CONNECTION_TYPE, cid);
466 kcqe.iscsi_conn_context_id = HW_CID(pdev, cid);
505 /* cid recycled cb registration */
580 const u8_t cid
407 lm_sc_recycle_cid_cb( struct _lm_device_t *pdev, void *cookie, s32_t cid) argument
607 const u8_t cid = FCOE_CID(pdev); local
679 const u8_t cid = ISCSI_CID(pdev); local
1043 lm_fc_recycle_cid_cb( struct _lm_device_t *pdev, void *cookie, s32_t cid) argument
1077 u32_t cid; local
1223 u32_t cid; local
1247 lm_sc_complete_l4_upload_request(lm_device_t *pdev, u8_t op_code, u32_t cid) argument
1350 u32_t cid = 0; local
1528 lm_sc_handle_tcp_event( IN lm_device_t *pdev, IN u32_t cid, IN u32_t op_code ) argument
1635 u32_t cid = 0; local
1997 s32_t cid; local
2187 u32_t cid; local
2383 u32_t cid; local
2423 s32_t cid = 0; local
[all...]
H A Dlm_l5sp.c66 DbgMessage(pdev, VERBOSEl5sp, "### lm_sc_post_slow_path_request cid=%d, type=%d\n", iscsi->cid, request->type);
88 "calling lm_command_post, cid=%d, command=%d, con_type=%d, data=%lx\n",
89 iscsi->cid, command, ISCSI_CONNECTION_TYPE, data);
90 lm_command_post(pdev, iscsi->cid, command, CMD_PRIORITY_NORMAL, ISCSI_CONNECTION_TYPE/*ulp*/, data);
154 /* tcp->cid could have not been initialized if delete of state
163 lm_free_cid_resc(pdev, ISCSI_CONNECTION_TYPE, iscsi->cid, notify_fw);
166 iscsi->cid = 0;
188 /* tcp->cid could have not been initialized if delete of state
/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...]
H A Dlm_l4rx.c187 #define TOE_RX_DOORBELL(pdev,cid) do{\
191 DOORBELL((pdev), (cid), *((u32_t *)&db));\
207 "_lm_tcp_rx_write_db: cid=%d, (nbytes+=%d, nbds+=%d)\n",
208 tcp->cid, rx_con->db_more_bytes, rx_con->db_more_bds);
209 TOE_RX_DOORBELL(pdev, tcp->cid);
280 //DbgMessage(pdev, WARNl4, "###lm_tcp_rx_post_sws cid=%d num_bytes=%d diff_to_fw=%d \n", tcp->cid, nbytes, diff_to_fw );
293 "_lm_tcp_adv_wnd_write_db: cid=%d, nbytes=%d\n",
294 tcp->cid, diff_to_fw);
295 TOE_RX_DOORBELL(pdev, tcp->cid);
1429 u32_t cid; local
[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/uts/common/io/mac/
H A Dmac_protect.c125 * table (keyed by cid). The associated addresses will be added to the
136 * be triggered on the cid associated with the expired transaction.
392 find_dhcpv4_completed_txn(mac_client_impl_t *mcip, uint8_t *cid, argument
399 bcopy(cid, tmp_txn.dt_cid, cid_len);
466 create_dhcpv4_txn(uint32_t xid, uint8_t *cid, uint8_t cid_len, ipaddr_t ipaddr) argument
476 bcopy(cid, &txn->dt_cid, cid_len);
577 uint8_t opt_len, mtype, cid[DHCP_MAX_OPT_SIZE], cid_len; local
603 bcopy(opt, cid, opt_len);
606 bzero(cid, DHCP_MAX_OPT_SIZE);
615 /* flush any completed txn with this cid */
967 get_dhcpv6_addrs(dhcpv6_message_t *dh6, uchar_t *end, dhcpv6_cid_t *cid) argument
1032 free_dhcpv6_cid(dhcpv6_cid_t *cid) argument
1055 dhcpv6_cid_t *cid; local
1083 remove_dhcpv6_cid(mac_client_impl_t *mcip, dhcpv6_cid_t *cid) argument
1101 release_dhcpv6_cid(mac_client_impl_t *mcip, dhcpv6_cid_t *cid) argument
1122 insert_dhcpv6_cid(mac_client_impl_t *mcip, dhcpv6_cid_t *cid) argument
1182 create_dhcpv6_txn(uint32_t xid, dhcpv6_cid_t *cid) argument
1227 dhcpv6_cid_t *cid; local
1305 dhcpv6_cid_t *cid = NULL; local
2017 dhcpnospoof_check_cid(mac_protect_t *p, uchar_t *cid, uint_t cidlen) argument
2036 uchar_t *cid; local
2069 uchar_t *cid, *lladdr = NULL; local
2449 mac_dhcpcid_t *cid = &p->mp_cids[i]; local
[all...]
/illumos-gate/usr/src/uts/common/disp/
H A Dsysclass.c118 sys_init(cid, clparmsz, clfuncspp)
119 id_t cid;
140 sys_enterclass(t, cid, parmsp, reqpcredp, bufp)
142 id_t cid;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/
H A Dlm_l5if.h41 const u8_t cid
55 const u8_t cid
70 s32_t cid);
231 IN u32_t cid);
/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/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c195 gen_tmppath(const char *prefix, const char *net, const char *cid) argument
205 prefix, net, cid, pid, secs)) < 0 || chars > sizeof (path) ||
693 * cid - Optional client ID to include in search hierarchy.
701 netboot_ftw(const char *filename, const char *net, const char *cid, argument
717 if (cid != NULL) {
719 NB_NETBOOT_ROOT, cid, filename) >= MAXPATHLEN)
723 "%s%s/%s/%s", NB_NETBOOT_ROOT, net, cid, filename) >=
1135 create_hostsfile(const char *hostsfile, const char *net, const char *cid) argument
1157 if (netboot_ftw(NB_CLIENT_CERT, net, cid,
1159 netboot_ftw(NB_CA_CERT, net, cid,
1265 wanbootfs_payload(const char *net, const char *cid, const char *nonce, const char *bootconf, char **wanbootfs_imagep) argument
1533 miniroot_payload(const char *net, const char *cid, const char *docroot, char **rootpathp, char **rootinfop, boolean_t *https_rootserverp) argument
1686 char *cid; local
[all...]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_asconf.c50 uint32_t cid; member in struct:sctp_asconf_s
68 * parameter header for the parameter in the request, and cid
84 typedef mblk_t *sctp_asconf_func_t(sctp_t *, sctp_parm_hdr_t *ph, uint32_t cid,
148 sctp_asconf_prepend_errwrap(mblk_t *mp, uint32_t cid) argument
154 wmp = allocb(sizeof (*wph) + sizeof (cid), BPRI_MED);
159 wmp->b_wptr += sizeof (*wph) + sizeof (cid);
162 wph->sph_len = htons(msgdsize(mp) + sizeof (*wph) + sizeof (cid));
163 bcopy(&cid, wph + 1, sizeof (uint32_t));
171 sctp_asconf_unrec_parm(sctp_t *sctp, sctp_parm_hdr_t *ph, uint32_t cid, argument
186 mp = sctp_asconf_prepend_errwrap(mp, cid);
597 sctp_lookup_asconf_param(sctp_parm_hdr_t *ph, uint32_t cid, ssize_t rlen) argument
1031 sctp_asconf_adderr(int err, sctp_parm_hdr_t *errph, uint32_t cid) argument
1070 sctp_check_addip_addr(sctp_parm_hdr_t *ph, sctp_parm_hdr_t *oph, int *cont, uint32_t cid, in6_addr_t *raddr) argument
1150 sctp_addip_req(sctp_t *sctp, sctp_parm_hdr_t *ph, uint32_t cid, sctp_faddr_t *fp, int *cont, int act, in6_addr_t *raddr) argument
1286 uint32_t *cid; local
1345 sctp_setprim_req(sctp_t *sctp, sctp_parm_hdr_t *ph, uint32_t cid, sctp_faddr_t *fp, int *cont, int act, in6_addr_t *raddr) argument
[all...]
/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
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_binding.h181 u32_t cid,
186 u32_t cid,

Completed in 448 milliseconds

12345