Searched refs:client_info (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.h89 typedef struct client_info { struct
93 struct client_info *next;
94 struct client_info *prev;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c542 * This way, we don't need to allocate client_info for tx only connections.
546 tx_queue_init_data_virt = &(pdev->client_info[client_info_idx].client_init_data_virt->tx_queue);
581 if (client_info_idx >= ARRSIZE(pdev->client_info))
583 DbgBreakIf(client_info_idx >= ARRSIZE(pdev->client_info));
587 client_init_data_virt = &(pdev->client_info[client_info_idx].client_init_data_virt->init_data);
633 struct client_update_ramrod_data * client_update_data_virt = pdev->client_info[client_idx].update.data_virt;
668 DbgBreakIf( LM_CLI_UPDATE_NOT_USED != pdev->client_info[client_idx].update.state);
670 pdev->client_info[client_idx].update.state = LM_CLI_UPDATE_USED;
688 pdev->client_info[client_idx].update.data_phys.as_u64);
698 lm_status = lm_wait_state_change(pdev, &pdev->client_info[client_id
[all...]
H A Dlm_pf.c675 &pdev->client_info[LM_SW_VF_CLI_ID(vf_info,q_id)].mac_obj,
682 (unsigned long *)&pdev->client_info[LM_SW_VF_CLI_ID(vf_info,q_id)].sp_mac_state,
689 &pdev->client_info[LM_SW_VF_CLI_ID(vf_info,q_id)].mac_vlan_obj,
696 (unsigned long *)&pdev->client_info[LM_SW_VF_CLI_ID(vf_info,q_id)].sp_mac_state,
738 client_init_data_virt = &(pdev->client_info[LM_SW_VF_CLI_ID(vf_info,q_id)].client_init_data_virt->init_data);
1061 client_update_data_virt = pdev->client_info[LM_SW_VF_CLI_ID(vf_info, q_idx)].update.data_virt;
1071 DbgBreakIf( LM_CLI_UPDATE_NOT_USED != pdev->client_info[LM_SW_VF_CLI_ID(vf_info, q_idx)].update.state);
1073 pdev->client_info[LM_SW_VF_CLI_ID(vf_info, q_idx)].update.state = LM_CLI_UPDATE_USED;
1098 pdev->client_info[LM_SW_VF_CLI_ID(vf_info, q_idx)].update.data_phys.as_u64);
1107 lm_status = lm_wait_state_change(pdev, &pdev->client_info[LM_SW_VF_CLI_I
[all...]
H A Dlm_resc.c927 pdev->client_info[cid].last_set_rx_mask = 0;
1143 &pdev->client_info[chain_idx].mac_obj,
1150 (unsigned long *)&pdev->client_info[chain_idx].sp_mac_state,
1158 &pdev->client_info[chain_idx].mac_vlan_obj,
1165 (unsigned long *)&pdev->client_info[chain_idx].sp_mac_state,
1175 &pdev->client_info[chain_idx].vlan_obj,
1182 (unsigned long *)&pdev->client_info[chain_idx].sp_mac_state,
1260 for (i = 0; i < ARRSIZE(pdev->client_info); i++)
1263 client_init_data_virt = mm_alloc_phys_mem(pdev, mem_size_init, &pdev->client_info[i].client_init_data_phys, 0, LM_RESOURCE_COMMON);
1272 pdev->client_info[
[all...]
H A Dlm_stats.c2640 stats_eth->promiscuous_mode = ( 0 != GET_FLAGS( pdev->client_info[client_id].last_set_rx_mask, LM_RX_MASK_PROMISCUOUS_MODE ) );
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpac.c554 krb5_data client_info; local
562 ret = k5_pac_locate_buffer(context, pac, PAC_CLIENT_INFO, &client_info);
566 if (client_info.length < PAC_CLIENT_INFO_LENGTH) {
570 client_info.length);
574 p = (unsigned char *)client_info.data;
584 if (client_info.length < PAC_CLIENT_INFO_LENGTH + pac_princname_length ||
839 krb5_data client_info; local
846 if (k5_pac_locate_buffer(context, pac, PAC_CLIENT_INFO, &client_info) == 0) {
861 client_info.length = PAC_CLIENT_INFO_LENGTH + princ_name_ucs2_len;
862 client_info
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf.h370 * The client should set ir_client_class component of the client_info argument
496 ibmf_register_info_t *client_info,
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs.h313 client_info_t client_info; member in struct:event_callback_args_t
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h3110 lm_client_info_t client_info[ETH_MAX_RX_CLIENTS_E2]; member in struct:_lm_device_t
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c313 pdev->client_info[LM_SW_VF_CLI_ID(vf_info,q_id)].client_init_data_phys.as_u64);
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c8684 cinfo = &client->event_callback_args.client_info;

Completed in 143 milliseconds