Searched refs:rx_conf (Results 1 – 13 of 13) sorted by relevance
| /linux/net/tls/ |
| H A D | tls_main.c | 136 &tls_prots[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot() 138 &tls_proto_ops[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot() 356 if (ctx->rx_conf == TLS_SW) { in tls_sk_proto_cleanup() 359 } else if (ctx->rx_conf == TLS_HW) { in tls_sk_proto_cleanup() 376 free_ctx = ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW; in tls_sk_proto_close() 378 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE) in tls_sk_proto_close() 391 if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW) in tls_sk_proto_close() 393 if (ctx->rx_conf == TLS_SW) in tls_sk_proto_close() 531 if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW) in do_tls_getsockopt_no_pad() 760 ctx->rx_conf = conf; in do_tls_setsockopt_conf() [all …]
|
| H A D | tls_toe.c | 72 ctx->rx_conf = TLS_HW_RECORD; in tls_toe_bypass()
|
| H A D | tls_device.c | 63 if (ctx->rx_conf == TLS_HW) in tls_device_free_ctx() 781 if (tls_ctx->rx_conf != TLS_HW) in tls_device_rx_resync_new_rec() 1340 if (ctx->rx_conf == TLS_HW && in tls_device_down()
|
| H A D | tls_sw.c | 1730 if (tls_ctx->rx_conf != TLS_HW) in tls_decrypt_device()
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | acx.c | 1030 struct wl1271_acx_rx_config_opt *rx_conf; in wl1271_acx_init_rx_interrupt() local 1035 rx_conf = kzalloc(sizeof(*rx_conf), GFP_KERNEL); in wl1271_acx_init_rx_interrupt() 1036 if (!rx_conf) { in wl1271_acx_init_rx_interrupt() 1041 rx_conf->threshold = cpu_to_le16(wl->conf.rx.irq_pkt_threshold); in wl1271_acx_init_rx_interrupt() 1042 rx_conf->timeout = cpu_to_le16(wl->conf.rx.irq_timeout); in wl1271_acx_init_rx_interrupt() 1043 rx_conf->mblk_threshold = cpu_to_le16(wl->conf.rx.irq_blk_threshold); in wl1271_acx_init_rx_interrupt() 1044 rx_conf->queue_type = wl->conf.rx.queue_type; in wl1271_acx_init_rx_interrupt() 1046 ret = wl1271_cmd_configure(wl, ACX_RX_CONFIG_OPT, rx_conf, in wl1271_acx_init_rx_interrupt() 1047 sizeof(*rx_conf)); in wl1271_acx_init_rx_interrupt() 1054 kfree(rx_conf); in wl1271_acx_init_rx_interrupt()
|
| /linux/include/net/ |
| H A D | tls.h | 228 u8 rx_conf:3; member 509 return tls_get_ctx(sk)->rx_conf == TLS_HW; in tls_is_sk_rx_device_offloaded()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | core.c | 779 mac->rx_conf |= rtlpriv->cfg->maps[MAC_RCR_AM] | in rtl_op_configure_filter() 784 mac->rx_conf &= ~(rtlpriv->cfg->maps[MAC_RCR_AM] | in rtl_op_configure_filter() 794 mac->rx_conf |= rtlpriv->cfg->maps[MAC_RCR_ACRC32]; in rtl_op_configure_filter() 798 mac->rx_conf &= ~rtlpriv->cfg->maps[MAC_RCR_ACRC32]; in rtl_op_configure_filter() 825 mac->rx_conf |= rtlpriv->cfg->maps[MAC_RCR_ACF]; in rtl_op_configure_filter() 830 mac->rx_conf &= ~rtlpriv->cfg->maps[MAC_RCR_ACF]; in rtl_op_configure_filter() 840 mac->rx_conf |= rtlpriv->cfg->maps[MAC_RCR_AAP]; in rtl_op_configure_filter() 844 mac->rx_conf &= ~rtlpriv->cfg->maps[MAC_RCR_AAP]; in rtl_op_configure_filter() 854 (u8 *)(&mac->rx_conf)); in rtl_op_configure_filter()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/ |
| H A D | hw.c | 46 *((u32 *)val) = mac->rx_conf; in rtl92du_get_hw_reg() 111 mac->rx_conf = ((u32 *)val)[0]; in rtl92du_set_hw_reg() 112 rtl_write_dword(rtlpriv, REG_RCR, mac->rx_conf); in rtl92du_set_hw_reg() 414 mac->rx_conf = RCR_APM | RCR_AM | RCR_AB | RCR_ADF | RCR_APP_ICV | in _rtl92du_init_wmac_setting() 418 rtl_write_dword(rtlpriv, REG_RCR, mac->rx_conf); in _rtl92du_init_wmac_setting()
|
| /linux/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
| H A D | rtl8180.h | 124 u32 rx_conf; member
|
| /linux/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
| H A D | rtl8187.h | 115 u32 rx_conf; member
|
| /linux/drivers/tty/serial/ |
| H A D | samsung_tty.c | 105 struct dma_slave_config rx_conf; member 1058 dma->rx_conf.direction = DMA_DEV_TO_MEM; in s3c24xx_serial_request_dma() 1059 dma->rx_conf.src_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; in s3c24xx_serial_request_dma() 1060 dma->rx_conf.src_addr = p->port.mapbase + S3C2410_URXH; in s3c24xx_serial_request_dma() 1061 dma->rx_conf.src_maxburst = 1; in s3c24xx_serial_request_dma() 1084 dmaengine_slave_config(dma->rx_chan, &dma->rx_conf); in s3c24xx_serial_request_dma()
|
| H A D | amba-pl011.c | 460 struct dma_slave_config rx_conf = { in pl011_dma_probe() local 484 dmaengine_slave_config(chan, &rx_conf); in pl011_dma_probe()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| H A D | hw.c | 1400 *((u32 *)(val)) = mac->rx_conf; in rtl92cu_get_hw_reg() 1671 mac->rx_conf = ((u32 *) (val))[0]; in rtl92cu_set_hw_reg() 1673 "### Set RCR(0x%08x) ###\n", mac->rx_conf); in rtl92cu_set_hw_reg()
|