Searched refs:params (Results 176 - 200 of 1067) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_spki2typespki.c14 #include <openssl/params.h>
64 OSSL_PARAM params[5], *p = params; local
111 ok = data_cb(params, data_cbarg);
/freebsd-current/usr.sbin/bhyve/
H A Daudio.h60 * audio_set_params - reset the sound device and set the audio params
62 * @params - the audio parameters to be set
65 int audio_set_params(struct audio *aud, struct audio_params *params);
/freebsd-current/sys/dev/qat/include/common/
H A Dadf_cfg_user.h22 struct adf_user_cfg_key_val *params; member in union:adf_user_cfg_section::__anon4242
/freebsd-current/crypto/openssl/crypto/evp/
H A Devp_enc.c22 #include <openssl/params.h>
86 const OSSL_PARAM params[])
235 if (params != NULL) {
241 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_KEYLEN);
249 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_IVLEN);
275 params);
290 params);
436 int enc, const OSSL_PARAM params[])
438 return evp_cipher_init_internal(ctx, cipher, NULL, key, iv, enc, params);
496 const OSSL_PARAM params[])
82 evp_cipher_init_internal(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc, const OSSL_PARAM params[]) argument
434 EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, int enc, const OSSL_PARAM params[]) argument
494 EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, const OSSL_PARAM params[]) argument
514 EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, const OSSL_PARAM params[]) argument
1037 OSSL_PARAM params[2] = { OSSL_PARAM_END, OSSL_PARAM_END }; local
1077 OSSL_PARAM params[2] = { OSSL_PARAM_END, OSSL_PARAM_END }; local
1099 OSSL_PARAM params[4] = { local
1300 EVP_CIPHER_get_params(EVP_CIPHER *cipher, OSSL_PARAM params[]) argument
1307 EVP_CIPHER_CTX_set_params(EVP_CIPHER_CTX *ctx, const OSSL_PARAM params[]) argument
1316 EVP_CIPHER_CTX_get_params(EVP_CIPHER_CTX *ctx, OSSL_PARAM params[]) argument
[all...]
H A Dkeymgmt_lib.c29 int evp_keymgmt_util_try_import(const OSSL_PARAM params[], void *arg) argument
47 if (params[0].key == NULL)
51 params))
299 OSSL_PARAM params[4]; local
301 params[0] = OSSL_PARAM_construct_int(OSSL_PKEY_PARAM_BITS, &bits);
302 params[1] = OSSL_PARAM_construct_int(OSSL_PKEY_PARAM_SECURITY_BITS,
304 params[2] = OSSL_PARAM_construct_int(OSSL_PKEY_PARAM_MAX_SIZE, &size);
305 params[3] = OSSL_PARAM_construct_end();
306 if (evp_keymgmt_get_params(pk->keymgmt, pk->keydata, params)) {
315 int selection, const OSSL_PARAM params[])
314 evp_keymgmt_util_fromdata(EVP_PKEY *target, EVP_KEYMGMT *keymgmt, int selection, const OSSL_PARAM params[]) argument
536 OSSL_PARAM params[3]; local
[all...]
/freebsd-current/contrib/wpa/src/utils/
H A Dext_password_file.c26 * @params: Parameters passed by the user.
33 static void * ext_password_file_init(const char *params) argument
37 if (!params) {
46 data->path = os_strdup(params);
/freebsd-current/crypto/openssl/crypto/ec/
H A Decdh_kdf.c32 OSSL_PARAM params[4], *p = params; local
45 ret = EVP_KDF_derive(kctx, out, outlen, params) > 0;
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dwpa_priv.c139 struct wpa_driver_scan_params params; local
154 os_memset(&params, 0, sizeof(params));
159 params.num_ssids = scan->num_ssids;
161 params.ssids[i].ssid = scan->ssids[i];
162 params.ssids[i].ssid_len = scan->ssid_lens[i];
173 params.freqs = freqs;
177 iface->driver->scan2(iface->drv_priv, &params);
244 struct wpa_driver_auth_params params; local
262 os_memset(&params,
296 struct wpa_driver_associate_params params; local
392 struct privsep_cmd_set_key *params; local
746 wpa_priv_interface_init(void *ctx, const char *dir, const char *params) argument
[all...]
H A Dmesh.c211 struct wpa_driver_mesh_join_params *params = wpa_s->mesh_params; local
219 &params->freq,
234 wpa_printf(MSG_ERROR, "Error updating mesh frequency params");
246 struct wpa_driver_mesh_join_params *params = wpa_s->mesh_params; local
250 if (!params || !ssid || !ifmsh) {
260 if (ifmsh->freq > 0 && ifmsh->freq != params->freq.freq) {
281 params->ies = ifmsh->mconf->rsn_ie;
282 params->ie_len = ifmsh->mconf->rsn_ie_len;
283 params->basic_rates = ifmsh->basic_rates;
284 params
614 struct wpa_driver_mesh_join_params *params = os_zalloc(sizeof(*params)); local
[all...]
H A Dwpas_glue.c584 struct wpa_pmkid_params params; local
586 os_memset(&params, 0, sizeof(params));
605 params.ssid = ssid->ssid;
606 params.ssid_len = ssid->ssid_len;
607 params.fils_cache_id = fils_cache_id;
609 params.bssid = bssid;
612 params.pmkid = pmkid;
613 params.pmk = pmk;
614 params
628 struct wpa_pmkid_params params; local
709 struct wpa_driver_auth_params params; local
789 struct hostapd_sta_add_params params; local
826 wpa_supplicant_tdls_enable_channel_switch( void *ctx, const u8 *addr, u8 oper_class, const struct hostapd_freq_params *params) argument
[all...]
/freebsd-current/contrib/bsnmp/snmpd/
H A Dtrans_inet.c453 * \param params parameters from the SNMP SET
458 ipv4_create(struct inet_port *port, struct inet_port_params *params) argument
461 if (params->addr_len != 4)
477 sin->sin_port = htons(params->port);
478 memcpy(&sin->sin_addr, params->addr, 4); /* network byte order */
661 * \param params creation parameters
667 ipv6_create_common(struct inet_port *port, struct inet_port_params *params, argument
679 sin->sin6_port = htons(params->port);
683 memcpy(sin->sin6_addr.s6_addr, params->addr, 16);
707 * \param params parameter
712 ipv6_create(struct inet_port *port, struct inet_port_params *params) argument
908 ipv6z_create(struct inet_port *port, struct inet_port_params *params) argument
936 dns_create(struct inet_port *port, struct inet_port_params *params) argument
1042 inet_create(struct inet_port_params *params, struct inet_port **pp) argument
1107 create_and_go(struct snmp_context *ctx, struct inet_port_params *params) argument
1125 create_and_wait(struct snmp_context *ctx, struct inet_port_params *params) argument
1148 inet_port_set(struct snmp_context *ctx, struct inet_port *port, struct inet_port_params *params, enum RowStatus nstatus) argument
1234 struct inet_port_params params; local
[all...]
/freebsd-current/tools/tools/usbtest/
H A Dusb_msc_test.c1205 struct usb_msc_params params; local
1208 set_defaults(&params);
1210 params.duration = duration;
1237 get_io_mode(&params),
1238 get_io_size(&params),
1239 get_io_delay(&params),
1240 get_io_offset(&params),
1241 get_io_area(&params),
1242 get_io_pattern(&params),
1243 (params
[all...]
/freebsd-current/crypto/openssl/providers/implementations/kdfs/
H A Dkbkdf.c35 #include <openssl/params.h>
213 const OSSL_PARAM params[])
221 if (!ossl_prov_is_running() || !kbkdf_set_ctx_params(ctx, params))
279 static int kbkdf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) argument
285 if (params == NULL)
288 if (!ossl_prov_macctx_load_from_params(&ctx->ctx_init, params, NULL,
300 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_MODE);
312 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_KEY);
316 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SALT);
320 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_INF
212 kbkdf_derive(void *vctx, unsigned char *key, size_t keylen, const OSSL_PARAM params[]) argument
363 kbkdf_get_ctx_params(void *vctx, OSSL_PARAM params[]) argument
[all...]
/freebsd-current/crypto/openssl/providers/implementations/macs/
H A Dhmac_prov.c20 #include <openssl/params.h>
166 /* HMAC_Init_ex doesn't tolerate all zero params, so we must be careful */
174 size_t keylen, const OSSL_PARAM params[])
178 if (!ossl_prov_is_running() || !hmac_set_ctx_params(macctx, params))
255 static int hmac_get_ctx_params(void *vmacctx, OSSL_PARAM params[]) argument
260 if ((p = OSSL_PARAM_locate(params, OSSL_MAC_PARAM_SIZE)) != NULL
264 if ((p = OSSL_PARAM_locate(params, OSSL_MAC_PARAM_BLOCK_SIZE)) != NULL
286 static int set_flag(const OSSL_PARAM params[], const char *key, int mask, argument
289 const OSSL_PARAM *p = OSSL_PARAM_locate_const(params, key);
306 static int hmac_set_ctx_params(void *vmacctx, const OSSL_PARAM params[]) argument
173 hmac_init(void *vmacctx, const unsigned char *key, size_t keylen, const OSSL_PARAM params[]) argument
[all...]
/freebsd-current/crypto/openssl/crypto/dh/
H A Ddh_ameth.c179 ASN1_STRING *params = NULL; local
184 params = ASN1_STRING_new();
186 if (params == NULL) {
191 params->length = i2d_dhp(pkey, pkey->pkey.dh, &params->data);
192 if (params->length <= 0) {
196 params->type = V_ASN1_SEQUENCE;
216 V_ASN1_SEQUENCE, params, dp, dplen)) {
223 ASN1_STRING_free(params);
260 if (x->params
462 OSSL_PARAM *params = NULL; local
509 dh_pkey_import_from_type(const OSSL_PARAM params[], void *vpctx, int type) argument
532 dh_pkey_import_from(const OSSL_PARAM params[], void *vpctx) argument
537 dhx_pkey_import_from(const OSSL_PARAM params[], void *vpctx) argument
[all...]
/freebsd-current/crypto/openssl/crypto/rsa/
H A Drsa_backend.c18 #include <openssl/params.h>
39 const OSSL_PARAM params[], const char *names[])
48 p = OSSL_PARAM_locate_const(params, names[i]);
64 int ossl_rsa_fromdata(RSA *rsa, const OSSL_PARAM params[], int include_private) argument
74 param_n = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_N);
75 param_e = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_E);
77 param_d = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_D);
91 if (!collect_numbers(factors = sk_BIGNUM_new_null(), params,
93 || !collect_numbers(exps = sk_BIGNUM_new_null(), params,
95 || !collect_numbers(coeffs = sk_BIGNUM_new_null(), params,
171 ossl_rsa_pss_params_30_todata(const RSA_PSS_PARAMS_30 *pss, OSSL_PARAM_BLD *bld, OSSL_PARAM params[]) argument
216 ossl_rsa_pss_params_30_fromdata(RSA_PSS_PARAMS_30 *pss_params, int *defaults_set, const OSSL_PARAM params[], OSSL_LIB_CTX *libctx) argument
[all...]
/freebsd-current/lib/libc/net/
H A Dnscache.c56 struct cached_connection_params params; local
70 memset(&params, 0, sizeof(struct cached_connection_params));
71 params.socket_path = CACHED_SOCKET_PATH;
108 connection = __open_cached_connection(&params);
160 struct cached_connection_params params; local
177 memset(&params, 0, sizeof(struct cached_connection_params));
178 params.socket_path = CACHED_SOCKET_PATH;
180 connection = __open_cached_connection(&params);
229 struct cached_connection_params params; local
242 memset(&params,
262 struct cached_connection_params params; local
330 struct cached_connection_params params; local
[all...]
/freebsd-current/lib/libifconfig/
H A Dlibifconfig_bridge.c45 struct ifbropreq params; /* operational parameters */ member in struct:_ifconfig_bridge_status
80 bridge->inner.params = &bridge->params;
97 &bridge->params, sizeof(bridge->params), false) != 0) {
/freebsd-current/crypto/openssl/fuzz/
H A Dfuzz_rand.c45 ossl_unused const OSSL_PARAM params[])
77 static int fuzz_rand_get_ctx_params(void *vrng, OSSL_PARAM params[]) argument
81 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STATE);
85 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH);
89 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_MAX_REQUEST);
40 fuzz_rand_instantiate(ossl_unused void *vrng, ossl_unused unsigned int strength, ossl_unused int prediction_resistance, ossl_unused const unsigned char *pstr, ossl_unused size_t pstr_len, ossl_unused const OSSL_PARAM params[]) argument
/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dciphercommon_ccm.c68 int ossl_ccm_set_ctx_params(void *vctx, const OSSL_PARAM params[]) argument
74 if (params == NULL)
77 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TAG);
99 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_IVLEN);
118 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD);
132 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_IV_FIXED);
147 int ossl_ccm_get_ctx_params(void *vctx, OSSL_PARAM params[]) argument
152 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IVLEN);
158 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_AEAD_TAGLEN);
168 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_I
225 ccm_init(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) argument
255 ossl_ccm_einit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) argument
262 ossl_ccm_dinit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) argument
[all...]
H A Dcipher_aes_xts.c70 const OSSL_PARAM params[], int enc)
94 return aes_xts_set_ctx_params(ctx, params);
99 const OSSL_PARAM params[])
101 return aes_xts_init(vctx, key, keylen, iv, ivlen, params, 1);
106 const OSSL_PARAM params[])
108 return aes_xts_init(vctx, key, keylen, iv, ivlen, params, 0);
231 static int aes_xts_set_ctx_params(void *vctx, const OSSL_PARAM params[]) argument
236 if (params == NULL)
239 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_KEYLEN);
257 static int aes_##kbits##_##lcmode##_get_params(OSSL_PARAM params[]) \
68 aes_xts_init(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) argument
97 aes_xts_einit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) argument
104 aes_xts_dinit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) argument
[all...]
/freebsd-current/sys/dev/mpt/
H A Dmpt_user.c248 cfgparms_t params; local
258 params.Action = MPI_CONFIG_ACTION_PAGE_HEADER;
259 params.PageVersion = 0;
260 params.PageLength = 0;
261 params.PageNumber = page_req->header.PageNumber;
262 params.PageType = page_req->header.PageType;
263 params.PageAddress = le32toh(page_req->page_address);
264 error = mpt_issue_cfg_req(mpt, req, &params, /*addr*/0, /*len*/0,
293 cfgparms_t params; local
303 params
331 cfgparms_t params; local
381 cfgparms_t params; local
422 cfgparms_t params; local
[all...]
/freebsd-current/sys/dev/hyperv/netvsc/
H A Dhn_rndis.c589 struct ndis_offload_params params; local
601 memset(&params, 0, sizeof(params));
603 params.ndis_hdr.ndis_type = NDIS_OBJTYPE_DEFAULT;
605 params.ndis_hdr.ndis_rev = NDIS_OFFLOAD_PARAMS_REV_2;
608 params.ndis_hdr.ndis_rev = NDIS_OFFLOAD_PARAMS_REV_3;
611 params.ndis_hdr.ndis_size = paramsz;
620 params.ndis_lsov2_ip4 = NDIS_OFFLOAD_LSOV2_ON;
631 params.ndis_lsov2_ip6 = NDIS_OFFLOAD_LSOV2_ON;
651 params
[all...]
/freebsd-current/sys/dev/bxe/
H A Decore_sp.c4634 * @params: parameters to perform the transition
4639 * not set in params->ramrod_flags for asynchronous commands).
4643 struct ecore_queue_state_params *params)
4645 struct ecore_queue_sp_obj *o = params->q_obj;
4650 rc = o->check_transition(sc, o, params);
4658 pending_bit = o->set_pending(o, params);
4662 if (ECORE_TEST_BIT(RAMROD_DRV_CLR_ONLY, &params->ramrod_flags))
4666 rc = o->send_cmd(sc, params);
4674 if (ECORE_TEST_BIT(RAMROD_COMP_WAIT, &params->ramrod_flags)) {
4687 struct ecore_queue_state_params *params)
4642 ecore_queue_state_change(struct bxe_softc *sc, struct ecore_queue_state_params *params) argument
4686 ecore_queue_set_pending(struct ecore_queue_sp_obj *obj, struct ecore_queue_state_params *params) argument
4767 struct ecore_queue_setup_params *params = &cmd_params->params.setup; local
4777 ecore_q_fill_init_general_data(struct bxe_softc *sc, struct ecore_queue_sp_obj *o, struct ecore_general_setup_params *params, struct client_init_general_data *gen_data, unsigned long *flags) argument
4815 ecore_q_fill_init_tx_data(struct ecore_queue_sp_obj *o, struct ecore_txq_setup_params *params, struct client_init_tx_data *tx_data, unsigned long *flags) argument
4853 ecore_q_fill_init_pause_data(struct ecore_queue_sp_obj *o, struct rxq_pause_params *params, struct client_init_rx_data *rx_data) argument
4867 ecore_q_fill_init_rx_data(struct ecore_queue_sp_obj *o, struct ecore_rxq_setup_params *params, struct client_init_rx_data *rx_data, unsigned long *flags) argument
4994 ecore_q_init(struct bxe_softc *sc, struct ecore_queue_state_params *params) argument
5041 ecore_q_send_setup_e1x(struct bxe_softc *sc, struct ecore_queue_state_params *params) argument
5069 ecore_q_send_setup_e2(struct bxe_softc *sc, struct ecore_queue_state_params *params) argument
5098 ecore_q_send_setup_tx_only(struct bxe_softc *sc, struct ecore_queue_state_params *params) argument
5144 ecore_q_fill_update_data(struct bxe_softc *sc, struct ecore_queue_sp_obj *obj, struct ecore_queue_update_params *params, struct client_update_ramrod_data *data) argument
5226 ecore_q_send_update(struct bxe_softc *sc, struct ecore_queue_state_params *params) argument
5268 ecore_q_send_deactivate(struct bxe_softc *sc, struct ecore_queue_state_params *params) argument
5288 ecore_q_send_activate(struct bxe_softc *sc, struct ecore_queue_state_params *params) argument
5301 ecore_q_fill_update_tpa_data(struct bxe_softc *sc, struct ecore_queue_sp_obj *obj, struct ecore_queue_update_tpa_params *params, struct tpa_update_ramrod_data *data) argument
5323 ecore_q_send_update_tpa(struct bxe_softc *sc, struct ecore_queue_state_params *params) argument
5358 ecore_q_send_halt(struct bxe_softc *sc, struct ecore_queue_state_params *params) argument
5380 ecore_q_send_cfc_del(struct bxe_softc *sc, struct ecore_queue_state_params *params) argument
5397 ecore_q_send_terminate(struct bxe_softc *sc, struct ecore_queue_state_params *params) argument
5414 ecore_q_send_empty(struct bxe_softc *sc, struct ecore_queue_state_params *params) argument
5424 ecore_queue_send_cmd_cmn(struct bxe_softc *sc, struct ecore_queue_state_params *params) argument
5454 ecore_queue_send_cmd_e1x(struct bxe_softc *sc, struct ecore_queue_state_params *params) argument
5477 ecore_queue_send_cmd_e2(struct bxe_softc *sc, struct ecore_queue_state_params *params) argument
5516 ecore_queue_chk_transition(struct bxe_softc *sc, struct ecore_queue_sp_obj *o, struct ecore_queue_state_params *params) argument
5697 ecore_queue_chk_fwd_transition(struct bxe_softc *sc, struct ecore_queue_sp_obj *o, struct ecore_queue_state_params *params) argument
5897 ecore_func_chk_transition(struct bxe_softc *sc, struct ecore_func_sp_obj *o, struct ecore_func_state_params *params) argument
6070 ecore_func_hw_init(struct bxe_softc *sc, struct ecore_func_state_params *params) argument
6190 ecore_func_hw_reset(struct bxe_softc *sc, struct ecore_func_state_params *params) argument
6222 ecore_func_send_start(struct bxe_softc *sc, struct ecore_func_state_params *params) argument
6287 ecore_func_send_switch_update(struct bxe_softc *sc, struct ecore_func_state_params *params) argument
6366 ecore_func_send_afex_update(struct bxe_softc *sc, struct ecore_func_state_params *params) argument
6404 ecore_func_send_afex_viflists(struct bxe_softc *sc, struct ecore_func_state_params *params) argument
6441 ecore_func_send_stop(struct bxe_softc *sc, struct ecore_func_state_params *params) argument
6448 ecore_func_send_tx_stop(struct bxe_softc *sc, struct ecore_func_state_params *params) argument
6454 ecore_func_send_tx_start(struct bxe_softc *sc, struct ecore_func_state_params *params) argument
6488 ecore_func_send_set_timesync(struct bxe_softc *sc, struct ecore_func_state_params *params) argument
6522 ecore_func_send_cmd(struct bxe_softc *sc, struct ecore_func_state_params *params) argument
6586 ecore_func_state_change(struct bxe_softc *sc, struct ecore_func_state_params *params) argument
[all...]
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_rdma.c306 /* Allocate a struct with device params and fill it */
317 /* Allocate a struct with port params and fill it */
586 struct ecore_rdma_start_in_params *params)
592 events->unaffiliated_event = params->events->unaffiliated_event;
593 events->affiliated_event = params->events->affiliated_event;
594 events->context = params->events->context;
599 struct ecore_rdma_start_in_params *params)
665 if (params->roce.cq_mode == ECORE_RDMA_CQ_MODE_32_BITS)
798 struct ecore_rdma_start_in_params *params)
815 p_rdma_info->num_cnqs = params
584 ecore_rdma_init_events( struct ecore_hwfn *p_hwfn, struct ecore_rdma_start_in_params *params) argument
597 ecore_rdma_init_devinfo( struct ecore_hwfn *p_hwfn, struct ecore_rdma_start_in_params *params) argument
792 ecore_rdma_start_fw(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, struct ecore_rdma_start_in_params *params) argument
938 ecore_rdma_setup(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, struct ecore_rdma_start_in_params *params) argument
1283 ecore_rdma_create_cq(void *rdma_cxt, struct ecore_rdma_create_cq_in_params *params, u16 *icid) argument
1629 ecore_rdma_modify_qp( void *rdma_cxt, struct ecore_rdma_qp *qp, struct ecore_rdma_modify_qp_in_params *params) argument
1782 ecore_rdma_register_tid(void *rdma_cxt, struct ecore_rdma_register_tid_in_params *params) argument
2347 ecore_rdma_start(void *rdma_cxt, struct ecore_rdma_start_in_params *params) argument
2575 ecore_rdma_resize_cnq(void *rdma_cxt, struct ecore_rdma_resize_cnq_in_params *params) argument
[all...]

Completed in 177 milliseconds

1234567891011>>