Searched refs:flow_mode (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/crypto/ccree/
H A Dcc_cipher.c49 int flow_mode; member in struct:cc_cipher_ctx
73 switch (ctx_p->flow_mode) {
110 switch (ctx_p->flow_mode) {
168 ctx_p->flow_mode = cc_alg->flow_mode;
338 if (ctx_p->flow_mode == S_DIN_to_SM4) {
384 if (ctx_p->flow_mode == S_DIN_to_AES)
453 if (ctx_p->flow_mode == S_DIN_to_DES) {
498 switch (ctx_p->flow_mode) {
506 return ctx_p->flow_mode;
518 int flow_mode = cc_out_setup_mode(ctx_p); local
575 int flow_mode = ctx_p->flow_mode; local
619 int flow_mode = ctx_p->flow_mode; local
696 int flow_mode = ctx_p->flow_mode; local
805 unsigned int flow_mode = cc_out_flow_mode(ctx_p); local
[all...]
H A Dcc_aead.c60 enum cc_flow_mode flow_mode; member in struct:cc_aead_ctx
138 ctx->flow_mode = cc_alg->flow_mode;
388 if (ctx->flow_mode == S_DIN_to_DES) {
721 static void cc_set_assoc_desc(struct aead_request *areq, unsigned int flow_mode, argument
737 set_flow_mode(&desc[idx], flow_mode);
747 set_flow_mode(&desc[idx], flow_mode);
761 unsigned int flow_mode,
787 set_flow_mode(&desc[idx], flow_mode);
813 set_flow_mode(&desc[idx], flow_mode);
760 cc_proc_authen_desc(struct aead_request *areq, unsigned int flow_mode, struct cc_hw_desc desc[], unsigned int *seq_size, int direct) argument
824 cc_proc_cipher_desc(struct aead_request *areq, unsigned int flow_mode, struct cc_hw_desc desc[], unsigned int *seq_size) argument
[all...]
H A Dcc_driver.h163 int flow_mode; /* Note: currently, refers to the cipher mode only. */ member in struct:cc_crypto_alg
179 int flow_mode; /* Note: currently, refers to the cipher mode only. */ member in struct:cc_alg_template
H A Dcc_hash.c104 unsigned int flow_mode, struct cc_hw_desc desc[],
2163 struct cc_hash_ctx *ctx, unsigned int flow_mode,
2175 set_flow_mode(&desc[idx], flow_mode);
2197 set_flow_mode(&desc[idx], flow_mode);
2162 cc_set_desc(struct ahash_req_ctx *areq_ctx, struct cc_hash_ctx *ctx, unsigned int flow_mode, struct cc_hw_desc desc[], bool is_not_last_data, unsigned int *seq_size) argument
/linux-master/drivers/gpu/drm/mcde/
H A Dmcde_drm.h79 enum mcde_flow_mode flow_mode; member in struct:mcde
102 return (mcde->flow_mode == MCDE_VIDEO_TE_FLOW ||
103 mcde->flow_mode == MCDE_VIDEO_FORMATTER_FLOW);
H A Dmcde_display.c101 if (mcde->flow_mode == MCDE_COMMAND_ONESHOT_FLOW) {
533 switch (mcde->flow_mode) {
572 mcde->flow_mode);
1257 switch (mcde->flow_mode) {
1287 if (mcde->flow_mode != MCDE_COMMAND_ONESHOT_FLOW) {
1341 if (mcde->flow_mode == MCDE_COMMAND_BTA_TE_FLOW)
1354 if (mcde->flow_mode == MCDE_COMMAND_ONESHOT_FLOW) {
H A Dmcde_drv.c163 mcde->flow_mode = MCDE_DPI_FORMATTER_FLOW;
H A Dmcde_dsi.c165 d->mcde->flow_mode = MCDE_VIDEO_FORMATTER_FLOW;
167 d->mcde->flow_mode = MCDE_COMMAND_TE_FLOW;
/linux-master/drivers/soundwire/
H A Dbus.h191 int flow_mode, int data_mode)
195 params->flow_mode = flow_mode;
189 sdw_fill_port_params(struct sdw_port_params *params, int port_num, int bps, int flow_mode, int data_mode) argument
H A Damd_manager.c448 u32p_replace_bits(&dpn_frame_fmt, p_params->flow_mode, AMD_DPN_FRAME_FMT_PFM);
H A Dcadence_master.c1470 u32p_replace_bits(&dpn_config, p_params->flow_mode, CDNS_DPN_CONFIG_PORT_FLOW);
H A Dstream.c164 wbuf |= FIELD_PREP(SDW_DPN_PORTCTRL_FLOWMODE, p_params->flow_mode);
/linux-master/net/sched/
H A Dsch_cake.c210 u8 flow_mode; member in struct:cake_sched_data
637 static bool cake_dsrc(int flow_mode) argument
639 return (flow_mode & CAKE_FLOW_DUAL_SRC) == CAKE_FLOW_DUAL_SRC;
642 static bool cake_ddst(int flow_mode) argument
644 return (flow_mode & CAKE_FLOW_DUAL_DST) == CAKE_FLOW_DUAL_DST;
648 int flow_mode, u16 flow_override, u16 host_override)
650 bool hash_flows = (!flow_override && !!(flow_mode & CAKE_FLOW_FLOWS));
651 bool hash_hosts = (!host_override && !!(flow_mode & CAKE_FLOW_HOSTS));
652 bool nat_enabled = !!(flow_mode & CAKE_FLOW_NAT_FLAG);
658 if (unlikely(flow_mode
647 cake_hash(struct cake_tin_data *q, const struct sk_buff *skb, int flow_mode, u16 flow_override, u16 host_override) argument
1655 cake_classify(struct Qdisc *sch, struct cake_tin_data **t, struct sk_buff *skb, int flow_mode, int *qerr) argument
[all...]
/linux-master/drivers/net/ethernet/marvell/
H A Dsky2.c462 sky2->flow_mode = FC_NONE;
467 adv |= copper_fc_adv[sky2->flow_mode];
469 adv |= fiber_fc_adv[sky2->flow_mode];
472 reg |= gm_fc_disable[sky2->flow_mode];
475 if (sky2->flow_mode & FC_RX)
823 save_mode = sky2->flow_mode;
827 sky2->flow_mode = FC_NONE;
834 sky2->flow_mode = save_mode;
4016 switch (sky2->flow_mode) {
4044 sky2->flow_mode
[all...]
H A Dsky2.h2265 enum flow_control flow_mode; member in struct:sky2_port
/linux-master/include/linux/soundwire/
H A Dsdw.h753 * @flow_mode: Port Data flow mode
762 unsigned int flow_mode; member in struct:sdw_port_params

Completed in 362 milliseconds