HomeSort by: relevance | last modified time | path
    Searched defs:algo (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
nouveau_nvkm_subdev_i2c_bus.c 37 * i2c-algo-bit
82 * !i2c-algo-bit (off-chip i2c bus / hw i2c / internal bit-banging algo)
175 if ((bus->i2c.algo == &i2c_bit_algo) && (info[i].udelay != 0)) {
176 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local in function:nvkm_i2c_bus_probe
178 info[i].udelay, algo->udelay);
179 orig_udelay = algo->udelay;
180 algo->udelay = info[i].udelay;
191 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local in function:nvkm_i2c_bus_probe
192 algo->udelay = orig_udelay
    [all...]
  /src/sys/external/bsd/drm2/include/linux/
i2c.h 92 const struct i2c_algorithm *algo; member in struct:i2c_adapter
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_gmbus.c 36 #include <linux/i2c-algo-bit.h>
316 struct i2c_algo_bit_data *algo; local in function:intel_gpio_setup
318 algo = &bus->bit_algo;
321 bus->adapter.algo_data = algo;
322 algo->setsda = set_data;
323 algo->setscl = set_clock;
324 algo->getsda = get_data;
325 algo->getscl = get_clock;
326 algo->pre_xfer = intel_gpio_pre_xfer;
327 algo->post_xfer = intel_gpio_post_xfer
    [all...]
  /src/sys/netinet/
portalgo.c 155 uint16_t *mymin, uint16_t *mymax, uint16_t **pnext_ephemeral, int algo)
227 [portalgo_af][portalgo_range][algo];
374 algo_bsd(int algo, uint16_t *port, struct inpcb *inp, kauth_cred_t cred)
383 &next_ephemeral, algo);
410 algo_random_start(int algo, uint16_t *port, struct inpcb *inp,
421 &next_ephemeral, algo);
464 algo_random_pick(int algo, uint16_t *port, struct inpcb *inp,
475 &next_ephemeral, algo);
602 algo_hash(int algo, uint16_t *port, struct inpcb *inp,
614 &next_ephemeral, algo);
749 int algo, error; local in function:portalgo_randport
    [all...]
  /src/sys/net80211/
ieee80211_input.c 2454 u_int16_t algo, seq, status; local in function:ieee80211_recv_mgmt_auth
2468 algo = le16toh(*(u_int16_t *)frm);
2474 ether_snprintf(ebuf, sizeof(ebuf), wh->i_addr2), algo, seq);
2506 if (algo == IEEE80211_AUTH_ALG_SHARED) {
2509 } else if (algo == IEEE80211_AUTH_ALG_OPEN) {
2513 wh, "auth", "unsupported alg %d", algo);
  /src/usr.sbin/npf/npfctl/
npf_show.c 701 const char *ifname, *algo, *seg1, *seg2, *arrow; local in function:npfctl_print_nat
759 algo = "algo netmap ";
762 algo = "algo ip-hash ";
765 algo = "algo round-robin ";
768 algo = "algo npt66 ";
771 algo = ""
    [all...]
  /src/sys/dev/pci/qat/
qat.c 1407 enum hw_cipher_algo algo = HW_CIPHER_ALGO_NULL; local in function:qat_crypto_load_cipher_cryptoini
1413 algo = HW_CIPHER_ALGO_DES;
1417 algo = HW_CIPHER_ALGO_3DES;
1423 algo = HW_CIPHER_ALGO_AES128;
1426 algo = HW_CIPHER_ALGO_AES192;
1429 algo = HW_CIPHER_ALGO_AES256;
1451 return HW_CIPHER_CONFIG_BUILD(mode, algo, key_convert,
1461 enum qat_sym_hash_algorithm algo = 0; local in function:qat_crypto_load_auth_cryptoini
1465 algo = QAT_SYM_HASH_MD5;
1468 algo = QAT_SYM_HASH_SHA1
    [all...]
  /src/sys/netipsec/
key.c 1268 u_int8_t algo = 0; local in function:key_lookup_sa
1291 algo = (u_int8_t) cpi;
1292 hash_key = algo;
1301 must_check_alg, algo,
1336 if (must_check_alg && algo != sav->alg_comp) {
1338 "algo fail %d != %d\n",
1339 algo, sav->alg_comp);
3830 /* check algo */
6513 const struct enc_xform *algo; local in function:key_getcomb_esp
6522 algo = esp_algorithm_lookup(i)
6610 const struct auth_hash *algo; local in function:key_getcomb_ah
6674 const struct comp_algo *algo; local in function:key_getcomb_ipcomp
    [all...]
  /src/sys/dev/ic/
bwfmreg.h 534 uint8_t algo; /* crypto alogorithm */ member in struct:bwfm_sta_info::__anonb4efa704020a::__anonb4efa7040408
647 uint32_t algo; member in struct:bwfm_wsec_key

Completed in 73 milliseconds