Searched defs:cc (Results 251 - 272 of 272) sorted by relevance

<<11

/linux-master/drivers/net/ethernet/freescale/
H A Dfec.h654 struct cyclecounter cc; member in struct:fec_enet_private
/linux-master/drivers/md/
H A Ddm-crypt.c74 struct crypt_config *cc; member in struct:dm_crypt_io
252 static struct crypto_skcipher *any_tfm(struct crypt_config *cc) argument
257 any_tfm_aead(struct crypt_config *cc) argument
318 crypt_iv_plain_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
327 crypt_iv_plain64_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
336 crypt_iv_plain64be_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
346 crypt_iv_essiv_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
359 crypt_iv_benbi_ctr(struct crypt_config *cc, struct dm_target *ti, const char *opts) argument
390 crypt_iv_benbi_dtr(struct crypt_config *cc) argument
394 crypt_iv_benbi_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
407 crypt_iv_null_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
415 crypt_iv_lmk_dtr(struct crypt_config *cc) argument
427 crypt_iv_lmk_ctr(struct crypt_config *cc, struct dm_target *ti, const char *opts) argument
460 crypt_iv_lmk_init(struct crypt_config *cc) argument
473 crypt_iv_lmk_wipe(struct crypt_config *cc) argument
483 crypt_iv_lmk_one(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq, u8 *data) argument
531 crypt_iv_lmk_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
549 crypt_iv_lmk_post(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
571 crypt_iv_tcw_dtr(struct crypt_config *cc) argument
585 crypt_iv_tcw_ctr(struct crypt_config *cc, struct dm_target *ti, const char *opts) argument
618 crypt_iv_tcw_init(struct crypt_config *cc) argument
630 crypt_iv_tcw_wipe(struct crypt_config *cc) argument
640 crypt_iv_tcw_whitening(struct crypt_config *cc, struct dm_crypt_request *dmreq, u8 *data) argument
672 crypt_iv_tcw_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
698 crypt_iv_tcw_post(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
717 crypt_iv_random_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
725 crypt_iv_eboiv_ctr(struct crypt_config *cc, struct dm_target *ti, const char *opts) argument
741 crypt_iv_eboiv_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
775 crypt_iv_elephant_dtr(struct crypt_config *cc) argument
783 crypt_iv_elephant_ctr(struct crypt_config *cc, struct dm_target *ti, const char *opts) argument
947 crypt_iv_elephant(struct crypt_config *cc, struct dm_crypt_request *dmreq) argument
1020 crypt_iv_elephant_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
1034 crypt_iv_elephant_post(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
1043 crypt_iv_elephant_init(struct crypt_config *cc) argument
1051 crypt_iv_elephant_wipe(struct crypt_config *cc) argument
1125 crypt_integrity_aead(struct crypt_config *cc) argument
1130 crypt_integrity_hmac(struct crypt_config *cc) argument
1136 crypt_get_sg_data(struct crypt_config *cc, struct scatterlist *sg) argument
1170 crypt_integrity_ctr(struct crypt_config *cc, struct dm_target *ti) argument
1217 crypt_convert_init(struct crypt_config *cc, struct convert_context *ctx, struct bio *bio_out, struct bio *bio_in, sector_t sector) argument
1232 dmreq_of_req(struct crypt_config *cc, void *req) argument
1238 req_of_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq) argument
1243 iv_of_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq) argument
1254 org_iv_of_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq) argument
1260 org_sector_of_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq) argument
1268 org_tag_of_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq) argument
1277 tag_from_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq) argument
1287 iv_tag_from_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq) argument
1293 crypt_convert_block_aead(struct crypt_config *cc, struct convert_context *ctx, struct aead_request *req, unsigned int tag_offset) argument
1395 crypt_convert_block_skcipher(struct crypt_config *cc, struct convert_context *ctx, struct skcipher_request *req, unsigned int tag_offset) argument
1474 crypt_alloc_req_skcipher(struct crypt_config *cc, struct convert_context *ctx) argument
1498 crypt_alloc_req_aead(struct crypt_config *cc, struct convert_context *ctx) argument
1520 crypt_alloc_req(struct crypt_config *cc, struct convert_context *ctx) argument
1529 crypt_free_req_skcipher(struct crypt_config *cc, struct skcipher_request *req, struct bio *base_bio) argument
1538 crypt_free_req_aead(struct crypt_config *cc, struct aead_request *req, struct bio *base_bio) argument
1547 crypt_free_req(struct crypt_config *cc, void *req, struct bio *base_bio) argument
1558 crypt_convert(struct crypt_config *cc, struct convert_context *ctx, bool atomic, bool reset_pending) argument
1676 struct crypt_config *cc = io->cc; local
1744 crypt_free_buffer_pages(struct crypt_config *cc, struct bio *clone) argument
1761 crypt_io_init(struct dm_crypt_io *io, struct crypt_config *cc, struct bio *bio, sector_t sector) argument
1789 struct crypt_config *cc = io->cc; local
1838 struct crypt_config *cc = io->cc; local
1870 struct crypt_config *cc = io->cc; local
1927 struct crypt_config *cc = io->cc; local
1944 struct crypt_config *cc = data; local
1997 struct crypt_config *cc = io->cc; local
2038 kcryptd_crypt_write_inline(struct crypt_config *cc, struct convert_context *ctx) argument
2062 struct crypt_config *cc = io->cc; local
2092 struct crypt_config *cc = io->cc; local
2170 struct crypt_config *cc = io->cc; local
2188 struct crypt_config *cc = io->cc; local
2227 struct crypt_config *cc = io->cc; local
2290 struct crypt_config *cc = io->cc; local
2313 crypt_free_tfms_aead(struct crypt_config *cc) argument
2327 crypt_free_tfms_skcipher(struct crypt_config *cc) argument
2344 crypt_free_tfms(struct crypt_config *cc) argument
2352 crypt_alloc_tfms_skcipher(struct crypt_config *cc, char *ciphermode) argument
2383 crypt_alloc_tfms_aead(struct crypt_config *cc, char *ciphermode) argument
2404 crypt_alloc_tfms(struct crypt_config *cc, char *ciphermode) argument
2412 crypt_subkey_size(struct crypt_config *cc) argument
2417 crypt_authenckey_size(struct crypt_config *cc) argument
2444 crypt_setkey(struct crypt_config *cc) argument
2493 set_key_user(struct crypt_config *cc, struct key *key) argument
2509 set_key_encrypted(struct crypt_config *cc, struct key *key) argument
2525 set_key_trusted(struct crypt_config *cc, struct key *key) argument
2541 crypt_set_keyring_key(struct crypt_config *cc, const char *key_string) argument
2644 crypt_set_keyring_key(struct crypt_config *cc, const char *key_string) argument
2656 crypt_set_key(struct crypt_config *cc, char *key) argument
2693 crypt_wipe_key(struct crypt_config *cc) argument
2730 struct crypt_config *cc = pool_data; local
2751 struct crypt_config *cc = pool_data; local
2759 struct crypt_config *cc = ti->private; local
2812 struct crypt_config *cc = ti->private; local
2885 crypt_ctr_auth_cipher(struct crypt_config *cc, char *cipher_api) argument
2921 struct crypt_config *cc = ti->private; local
2994 struct crypt_config *cc = ti->private; local
3078 struct crypt_config *cc = ti->private; local
3134 struct crypt_config *cc = ti->private; local
3215 struct crypt_config *cc = ti->private; local
3231 struct crypt_config *cc; local
3447 struct crypt_config *cc = ti->private; local
3521 struct crypt_config *cc = ti->private; local
3610 struct crypt_config *cc = ti->private; local
3617 struct crypt_config *cc = ti->private; local
3629 struct crypt_config *cc = ti->private; local
3641 struct crypt_config *cc = ti->private; local
3682 struct crypt_config *cc = ti->private; local
3689 struct crypt_config *cc = ti->private; local
[all...]
/linux-master/drivers/media/usb/s2255/
H A Ds2255drv.c260 u32 cc; /* current channel */ member in struct:s2255_dev
1708 unsigned int cc; local
[all...]
/linux-master/arch/s390/kvm/
H A Dkvm-s390.c336 int cc; local
/linux-master/arch/powerpc/xmon/
H A Dxmon.c3908 int esel = i, cc = i; local
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c4423 static u64 e1000e_cyclecounter_read(const struct cyclecounter *cc) argument
[all...]
/linux-master/fs/smb/client/
H A Dsmb2pdu.c2268 parse_query_id_ctxt(struct create_context *cc, struct smb2_file_all_info *buf) argument
2278 parse_posix_ctxt(struct create_context *cc, struct smb2_file_all_info *info, argument
2320 struct create_context *cc; local
[all...]
/linux-master/net/bluetooth/
H A Dhci_event.c4222 static u8 hci_cc_func(struct hci_dev *hdev, const struct hci_cc *cc, argument
[all...]
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc.h281 struct cyclecounter cc; member in struct:igc_adapter
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h241 uint32_t cc:24; member in struct:cvmx_pci_cfg02::cvmx_pci_cfg02_s
/linux-master/include/linux/ssb/
H A Dssb_driver_chipcommon.h599 static inline bool ssb_chipco_available(struct ssb_chipcommon *cc) argument
[all...]
/linux-master/drivers/scsi/
H A Dmyrs.h821 } cc; member in union:myrs_cmd_mbox
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_types.h1418 unsigned int cc; member in struct:mlx5dr_qp::__anon557
1425 unsigned int cc; member in struct:mlx5dr_qp::__anon558
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c3477 struct lcnphy_unsign16_struct cc; local
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c7898 struct brcmfmac_pd_cc_entry *cc; local
/linux-master/mm/
H A Dpage_alloc.c6242 int __alloc_contig_migrate_range(struct compact_control *cc, argument
6346 struct compact_control cc = { local
[all...]
/linux-master/fs/ubifs/
H A Dubifs.h852 struct crypto_comp *cc; member in struct:ubifs_compressor
/linux-master/drivers/usb/typec/tcpm/
H A Dtcpm.c854 tcpm_set_cc(struct tcpm_port *port, enum typec_cc_status cc) argument
1080 enum typec_cc_status cc; local
4201 tcpm_start_toggling(struct tcpm_port *port, enum typec_cc_status cc) argument
4523 tcpm_get_pwr_opmode(enum typec_cc_status cc) argument
[all...]
/linux-master/kernel/bpf/
H A Dbtf.c7065 struct bpf_cand_cache *cc; local
8430 struct bpf_cand_cache *cc; local
8467 struct bpf_cand_cache *cc = cache[hash_cands(cands) % cache_size]; local
8484 struct bpf_cand_cache **cc = &cache[hash_cands(cands) % cache_size], *new_cands; local
8512 struct bpf_cand_cache *cc; local
8601 struct bpf_cand_cache *cands, *cc, local_cand = {}; local
8703 struct bpf_cand_cache *cc; local
[all...]
/linux-master/drivers/net/ethernet/renesas/
H A Dravb.h884 u8 cc; /* Content control MSBs (reserved) */ member in struct:ravb_desc
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c15179 static u64 bnx2x_cyclecounter_read(const struct cyclecounter *cc) argument
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h4376 u8 cc[0x1]; member in struct:mlx5_ifc_cqc_bits

Completed in 602 milliseconds

<<11