Home
last modified time | relevance | path

Searched refs:set_params (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_vlan_mode.c229 * @set_params: requested VLAN mode configuration
235 struct ice_aqc_set_vlan_mode *set_params) in ice_aq_set_vlan_mode() argument
240 if (!set_params) in ice_aq_set_vlan_mode()
243 if (set_params->l2tag_prio_tagging > ICE_AQ_VLAN_PRIO_TAG_MAX) in ice_aq_set_vlan_mode()
246 rdma_packet = set_params->rdma_packet; in ice_aq_set_vlan_mode()
251 mng_vlan_prot_id = set_params->mng_vlan_prot_id; in ice_aq_set_vlan_mode()
260 return ice_aq_send_cmd(hw, &desc, set_params, sizeof(*set_params), in ice_aq_set_vlan_mode()
270 struct ice_aqc_set_vlan_mode *set_params; in ice_set_svm() local
279 set_params in ice_set_svm()
[all...]
H A Dice_common.h144 ice_aq_set_rss_lut(struct ice_hw *hw, struct ice_aq_get_set_rss_lut_params *set_params);
H A Dice_common.c4481 * @set_params: RSS LUT parameters used to specify how to set the RSS LUT in ice_aq_move_recfg_lan_txq()
4486 ice_aq_set_rss_lut(struct ice_hw *hw, struct ice_aq_get_set_rss_lut_params *set_params)
4488 return __ice_aq_get_set_rss_lut(hw, set_params, true);
4181 ice_aq_set_rss_lut(struct ice_hw * hw,struct ice_aq_get_set_rss_lut_params * set_params) ice_aq_set_rss_lut() argument
/freebsd/crypto/openssl/crypto/evp/
H A Dkeymgmt_meth.c115 if (keymgmt->set_params == NULL) { in keymgmt_from_algorithm()
117 keymgmt->set_params = OSSL_FUNC_keymgmt_set_params(fns); in keymgmt_from_algorithm()
418 if (keymgmt->set_params == NULL) in evp_keymgmt_set_params()
420 return keymgmt->set_params(keydata, params); in evp_keymgmt_set_params()
H A Devp_enc.c1096 int set_params = 1; in EVP_CIPHER_CTX_ctrl() local
1116 set_params = 0; in EVP_CIPHER_CTX_ctrl()
1152 set_params = 0; in EVP_CIPHER_CTX_ctrl()
1165 set_params = 0; /* Fall thru */ in EVP_CIPHER_CTX_ctrl()
1179 set_params = 0; /* Fall thru */ in EVP_CIPHER_CTX_ctrl()
1200 set_params = 0; /* Fall thru */ in EVP_CIPHER_CTX_ctrl()
1277 if (set_params) in EVP_CIPHER_CTX_ctrl()
H A Ddigest.c810 int set_params = 1; in EVP_MD_CTX_ctrl() local
828 set_params = 0; in EVP_MD_CTX_ctrl()
840 if (set_params) in EVP_MD_CTX_ctrl()
H A Devp_local.h109 OSSL_FUNC_keymgmt_set_params_fn *set_params; member
/freebsd/crypto/openssl/test/
H A Dparams_test.c277 int (*set_params)(void *obj, const OSSL_PARAM *params); member
484 if (!TEST_true(prov->set_params(obj, params))) { in test_case_variant()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dtestmode.c515 if (dev->test_ops->set_params) { in mt76_testmode_cmd()
516 err = dev->test_ops->set_params(phy, tb, state); in mt76_testmode_cmd()
H A Dmt76.h663 int (*set_params)(struct mt76_phy *phy, struct nlattr **tb, member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dtestmode.c374 .set_params = mt7615_tm_set_params,
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dtestmode.c786 .set_params = mt7915_tm_set_params,
/freebsd/crypto/heimdal/lib/hx509/
H A Dcrypto.c2143 int (*set_params)(hx509_context, const heim_octet_string *, member
2555 return (*crypto->cipher->set_params)(context, param, crypto, ivec); in hx509_crypto_set_params()