| /linux/drivers/crypto/ccree/ |
| A D | cc_cipher.c | 49 int flow_mode; member 73 switch (ctx_p->flow_mode) { in validate_keys_sizes() 110 switch (ctx_p->flow_mode) { in validate_data_size() 168 ctx_p->flow_mode = cc_alg->flow_mode; in cc_cipher_init() 492 switch (ctx_p->flow_mode) { in cc_out_setup_mode() 500 return ctx_p->flow_mode; in cc_out_setup_mode() 569 int flow_mode = ctx_p->flow_mode; in cc_setup_state_desc() local 613 int flow_mode = ctx_p->flow_mode; in cc_setup_xex_state_desc() local 678 return ctx_p->flow_mode; in cc_out_flow_mode() 690 int flow_mode = ctx_p->flow_mode; in cc_setup_key_desc() local [all …]
|
| A D | cc_aead.c | 60 enum cc_flow_mode flow_mode; member 138 ctx->flow_mode = cc_alg->flow_mode; in cc_aead_init() 761 unsigned int flow_mode, in cc_proc_authen_desc() argument 825 unsigned int flow_mode, in cc_proc_cipher_desc() argument 1327 switch (ctx->flow_mode) { in validate_data_size() 2313 .flow_mode = S_DIN_to_AES, 2333 .flow_mode = S_DIN_to_DES, 2353 .flow_mode = S_DIN_to_AES, 2373 .flow_mode = S_DIN_to_DES, 2393 .flow_mode = S_DIN_to_AES, [all …]
|
| A D | cc_driver.h | 163 int flow_mode; /* Note: currently, refers to the cipher mode only. */ member 179 int flow_mode; /* Note: currently, refers to the cipher mode only. */ member
|
| A D | cc_hash.c | 104 unsigned int flow_mode, struct cc_hw_desc desc[], 2163 struct cc_hash_ctx *ctx, unsigned int flow_mode, in cc_set_desc() argument 2175 set_flow_mode(&desc[idx], flow_mode); in cc_set_desc() 2197 set_flow_mode(&desc[idx], flow_mode); in cc_set_desc()
|
| /linux/net/sched/ |
| A D | sch_cake.c | 210 u8 flow_mode; member 1855 if (cake_dsrc(q->flow_mode)) in cake_enqueue() 1858 if (cake_ddst(q->flow_mode)) in cake_enqueue() 1874 if (cake_dsrc(q->flow_mode)) in cake_enqueue() 1877 if (cake_ddst(q->flow_mode)) in cake_enqueue() 2562 u8 flow_mode; in cake_change() local 2570 flow_mode = q->flow_mode; in cake_change() 2600 flow_mode = ((flow_mode & CAKE_FLOW_NAT_FLAG) | in cake_change() 2680 WRITE_ONCE(q->flow_mode, flow_mode); in cake_change() 2776 u8 flow_mode; in cake_dump() local [all …]
|
| /linux/drivers/gpu/drm/mcde/ |
| A D | mcde_drm.h | 79 enum mcde_flow_mode flow_mode; member 102 return (mcde->flow_mode == MCDE_VIDEO_TE_FLOW || in mcde_flow_is_video() 103 mcde->flow_mode == MCDE_VIDEO_FORMATTER_FLOW); in mcde_flow_is_video()
|
| A D | mcde_display.c | 101 if (mcde->flow_mode == MCDE_COMMAND_ONESHOT_FLOW) { in mcde_display_irq() 533 switch (mcde->flow_mode) { in mcde_configure_channel() 572 mcde->flow_mode); in mcde_configure_channel() 1257 switch (mcde->flow_mode) { in mcde_display_enable() 1287 if (mcde->flow_mode != MCDE_COMMAND_ONESHOT_FLOW) { in mcde_display_enable() 1341 if (mcde->flow_mode == MCDE_COMMAND_BTA_TE_FLOW) in mcde_start_flow() 1354 if (mcde->flow_mode == MCDE_COMMAND_ONESHOT_FLOW) { in mcde_start_flow()
|
| A D | mcde_drv.c | 163 mcde->flow_mode = MCDE_DPI_FORMATTER_FLOW; in mcde_modeset_init()
|
| A D | mcde_dsi.c | 165 d->mcde->flow_mode = MCDE_VIDEO_FORMATTER_FLOW; in mcde_dsi_attach_to_mcde() 167 d->mcde->flow_mode = MCDE_COMMAND_TE_FLOW; in mcde_dsi_attach_to_mcde()
|
| /linux/drivers/soundwire/ |
| A D | bus.h | 191 int flow_mode, int data_mode) in sdw_fill_port_params() argument 195 params->flow_mode = flow_mode; in sdw_fill_port_params()
|
| A D | amd_manager.c | 448 u32p_replace_bits(&dpn_frame_fmt, p_params->flow_mode, AMD_DPN_FRAME_FMT_PFM); in amd_sdw_port_params()
|
| A D | stream.c | 164 wbuf |= FIELD_PREP(SDW_DPN_PORTCTRL_FLOWMODE, p_params->flow_mode); in sdw_program_slave_port_params()
|
| A D | cadence_master.c | 1496 u32p_replace_bits(&dpn_config, p_params->flow_mode, CDNS_DPN_CONFIG_PORT_FLOW); in cdns_port_params()
|
| /linux/drivers/net/ethernet/marvell/ |
| A D | sky2.c | 463 sky2->flow_mode = FC_NONE; in sky2_phy_init() 468 adv |= copper_fc_adv[sky2->flow_mode]; in sky2_phy_init() 470 adv |= fiber_fc_adv[sky2->flow_mode]; in sky2_phy_init() 473 reg |= gm_fc_disable[sky2->flow_mode]; in sky2_phy_init() 476 if (sky2->flow_mode & FC_RX) in sky2_phy_init() 824 save_mode = sky2->flow_mode; in sky2_wol_init() 828 sky2->flow_mode = FC_NONE; in sky2_wol_init() 835 sky2->flow_mode = save_mode; in sky2_wol_init() 4017 switch (sky2->flow_mode) { in sky2_get_pauseparam() 4045 sky2->flow_mode = sky2_flow(ecmd->rx_pause, ecmd->tx_pause); in sky2_set_pauseparam() [all …]
|
| A D | sky2.h | 2265 enum flow_control flow_mode; member
|
| /linux/include/linux/soundwire/ |
| A D | sdw.h | 747 unsigned int flow_mode; member
|