Home
last modified time | relevance | path

Searched refs:fc_type (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h103 int fc_type = 0; in cpt_fc_ciph_set_type() local
106 fc_type = FC_GEN; in cpt_fc_ciph_set_type()
110 fc_type = FC_GEN; in cpt_fc_ciph_set_type()
119 fc_type = FC_GEN; in cpt_fc_ciph_set_type()
122 fc_type = FC_GEN; in cpt_fc_ciph_set_type()
132 fc_type = FC_GEN; in cpt_fc_ciph_set_type()
150 fc_type = KASUMI; in cpt_fc_ciph_set_type()
156 ctx->fc_type = fc_type; in cpt_fc_ciph_set_type()
2365 uint8_t fc_type; in cpt_fc_dec_hmac_prep() local
2368 fc_type = ctx->fc_type; in cpt_fc_dec_hmac_prep()
[all …]
H A Dcpt_mcode_defines.h313 uint64_t fc_type :4; member
426 (((struct cpt_ctx *)(SESS_PRIV(__sess)))->fc_type)
/f-stack/freebsd/contrib/alpine-hal/eth/
H A Dal_hal_eth.h431 enum al_eth_flow_control_type fc_type; /**< flow control*/ member