/kernel/linux/linux-5.10/net/tls/ |
H A D | tls_main.c | 73 &tls_prots[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot() 75 &tls_proto_ops[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot() 241 if (ctx->tx_conf == TLS_HW) in tls_write_space() 281 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup() 286 } else if (ctx->tx_conf == TLS_HW) { in tls_sk_proto_cleanup() 307 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close() 311 free_ctx = ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW; in tls_sk_proto_close() 313 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE) in tls_sk_proto_close() 324 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close() 578 ctx->tx_conf in do_tls_setsockopt_conf() [all...] |
H A D | tls_toe.c | 71 ctx->tx_conf = TLS_HW_RECORD; in tls_toe_bypass()
|
H A D | tls_device.c | 58 if (ctx->tx_conf == TLS_HW) { in tls_device_free_ctx() 83 if (netdev && ctx->tx_conf == TLS_HW) { in tls_device_gc_task() 192 if (tls_ctx->tx_conf == TLS_HW) { in tls_device_sk_destruct() 1278 if (tls_ctx->tx_conf != TLS_HW) { in tls_device_offload_cleanup_rx() 1329 if (ctx->tx_conf == TLS_HW) in tls_device_down() 1349 * by tls_device_free_ctx. rx_conf and tx_conf stay in TLS_HW. in tls_device_down()
|
/kernel/linux/linux-6.6/net/tls/ |
H A D | tls_main.c | 135 &tls_prots[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot() 137 &tls_proto_ops[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot() 310 if (ctx->tx_conf == TLS_HW) in tls_write_space() 350 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup() 355 } else if (ctx->tx_conf == TLS_HW) { in tls_sk_proto_cleanup() 376 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close() 380 free_ctx = ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW; in tls_sk_proto_close() 382 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE) in tls_sk_proto_close() 393 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close() 696 ctx->tx_conf in do_tls_setsockopt_conf() [all...] |
H A D | tls_toe.c | 73 ctx->tx_conf = TLS_HW_RECORD; in tls_toe_bypass()
|
H A D | tls_device.c | 59 if (ctx->tx_conf == TLS_HW) { in tls_device_free_ctx() 110 async_cleanup = netdev && ctx->tx_conf == TLS_HW; in tls_device_queue_ctx_destruction() 204 if (tls_ctx->tx_conf == TLS_HW) { in tls_device_sk_destruct() 1300 if (tls_ctx->tx_conf != TLS_HW) { in tls_device_offload_cleanup_rx() 1355 if (ctx->tx_conf == TLS_HW) in tls_device_down() 1375 * by tls_device_free_ctx. rx_conf and tx_conf stay in TLS_HW. in tls_device_down()
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-pl022.c | 927 struct dma_slave_config tx_conf = { in configure_dma() local 973 tx_conf.dst_maxburst = 1; in configure_dma() 976 tx_conf.dst_maxburst = 4; in configure_dma() 979 tx_conf.dst_maxburst = 8; in configure_dma() 982 tx_conf.dst_maxburst = 16; in configure_dma() 985 tx_conf.dst_maxburst = 32; in configure_dma() 988 tx_conf.dst_maxburst = pl022->vendor->fifodepth >> 1; in configure_dma() 1011 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_UNDEFINED; in configure_dma() 1014 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; in configure_dma() 1017 tx_conf in configure_dma() [all...] |
H A D | spi-qup.c | 151 struct dma_slave_config tx_conf; member 930 *tx_conf = &spi->tx_conf; in spi_qup_init_dma() local 951 tx_conf->direction = DMA_MEM_TO_DEV; in spi_qup_init_dma() 952 tx_conf->device_fc = 1; in spi_qup_init_dma() 953 tx_conf->dst_addr = base + QUP_OUTPUT_FIFO; in spi_qup_init_dma() 954 tx_conf->dst_maxburst = spi->out_blk_sz; in spi_qup_init_dma() 962 ret = dmaengine_slave_config(master->dma_tx, tx_conf); in spi_qup_init_dma()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-pl022.c | 918 struct dma_slave_config tx_conf = { in configure_dma() local 964 tx_conf.dst_maxburst = 1; in configure_dma() 967 tx_conf.dst_maxburst = 4; in configure_dma() 970 tx_conf.dst_maxburst = 8; in configure_dma() 973 tx_conf.dst_maxburst = 16; in configure_dma() 976 tx_conf.dst_maxburst = 32; in configure_dma() 979 tx_conf.dst_maxburst = pl022->vendor->fifodepth >> 1; in configure_dma() 1002 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_UNDEFINED; in configure_dma() 1005 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; in configure_dma() 1008 tx_conf in configure_dma() [all...] |
H A D | spi-qup.c | 150 struct dma_slave_config tx_conf; member 928 *tx_conf = &spi->tx_conf; in spi_qup_init_dma() local 949 tx_conf->direction = DMA_MEM_TO_DEV; in spi_qup_init_dma() 950 tx_conf->device_fc = 1; in spi_qup_init_dma() 951 tx_conf->dst_addr = base + QUP_OUTPUT_FIFO; in spi_qup_init_dma() 952 tx_conf->dst_maxburst = spi->out_blk_sz; in spi_qup_init_dma() 960 ret = dmaengine_slave_config(host->dma_tx, tx_conf); in spi_qup_init_dma()
|
/kernel/linux/linux-6.6/drivers/net/pcs/ |
H A D | pcs-xpcs.c | 686 int ret, mdio_ctrl, tx_conf; in xpcs_config_aneg_c37_sgmii() local 729 tx_conf = DW_VR_MII_TX_CONFIG_PHY_SIDE_SGMII; in xpcs_config_aneg_c37_sgmii() 731 tx_conf = DW_VR_MII_TX_CONFIG_MAC_SIDE_SGMII; in xpcs_config_aneg_c37_sgmii() 733 ret |= tx_conf << DW_VR_MII_AN_CTRL_TX_CONFIG_SHIFT & in xpcs_config_aneg_c37_sgmii()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tls.h | 244 u8 tx_conf:3; member 438 u16 config = tx ? ctx->tx_conf : ctx->rx_conf; in tls_user_config()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tls.h | 223 u8 tx_conf:3; member
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | samsung_tty.c | 90 struct dma_slave_config tx_conf; member 987 dma->tx_conf.direction = DMA_MEM_TO_DEV; in s3c24xx_serial_request_dma() 988 dma->tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; in s3c24xx_serial_request_dma() 989 dma->tx_conf.dst_addr = p->port.mapbase + S3C2410_UTXH; in s3c24xx_serial_request_dma() 990 dma->tx_conf.dst_maxburst = 1; in s3c24xx_serial_request_dma() 1025 dmaengine_slave_config(dma->tx_chan, &dma->tx_conf); in s3c24xx_serial_request_dma()
|
H A D | amba-pl011.c | 397 struct dma_slave_config tx_conf = { in pl011_dma_probe() local 434 dmaengine_slave_config(chan, &tx_conf); in pl011_dma_probe()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | samsung_tty.c | 105 struct dma_slave_config tx_conf; member 1062 dma->tx_conf.direction = DMA_MEM_TO_DEV; in s3c24xx_serial_request_dma() 1063 dma->tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; in s3c24xx_serial_request_dma() 1064 dma->tx_conf.dst_addr = p->port.mapbase + S3C2410_UTXH; in s3c24xx_serial_request_dma() 1065 dma->tx_conf.dst_maxburst = 1; in s3c24xx_serial_request_dma() 1100 dmaengine_slave_config(dma->tx_chan, &dma->tx_conf); in s3c24xx_serial_request_dma()
|
H A D | amba-pl011.c | 397 struct dma_slave_config tx_conf = { in pl011_dma_probe() local 434 dmaengine_slave_config(chan, &tx_conf); in pl011_dma_probe()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mlme.c | 1950 if (drv_conf_tx(local, sdata, ac, &sdata->tx_conf[ac])) in __ieee80211_sta_handle_tspec_ac_params() 1980 &sdata->tx_conf[non_acm_ac])) in __ieee80211_sta_handle_tspec_ac_params() 2150 sdata->tx_conf[ac] = params[ac]; in ieee80211_sta_wmm_params() 3758 if (sdata->tx_conf[ac].uapsd) in ieee80211_rx_mgmt_assoc_resp()
|
H A D | util.c | 1663 sdata->tx_conf[ac] = qparam; in ieee80211_set_wmm_default() 2449 &sdata->tx_conf[i]); in ieee80211_reconfig()
|
H A D | ieee80211_i.h | 942 struct ieee80211_tx_queue_params tx_conf[IEEE80211_NUM_ACS]; member
|
H A D | tdls.c | 296 txq = &sdata->tx_conf[ieee80211_ac_from_wmm(i)]; in ieee80211_tdls_add_wmm_param_ie()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mlme.c | 2454 &sdata->deflink.tx_conf[ac])) in __ieee80211_sta_handle_tspec_ac_params() 2484 &sdata->deflink.tx_conf[non_acm_ac])) in __ieee80211_sta_handle_tspec_ac_params() 2523 struct ieee80211_tx_queue_params *params = link->tx_conf; in ieee80211_mgd_set_link_qos_params() 2673 link->tx_conf[ac] = params[ac]; in ieee80211_sta_wmm_params() 5471 if (link->tx_conf[ac].uapsd) in ieee80211_rx_mgmt_assoc_resp()
|
H A D | ieee80211_i.h | 1015 struct ieee80211_tx_queue_params tx_conf[IEEE80211_NUM_ACS]; member
|
H A D | tdls.c | 299 txq = &sdata->deflink.tx_conf[ieee80211_ac_from_wmm(i)]; in ieee80211_tdls_add_wmm_param_ie()
|
H A D | util.c | 1797 link->tx_conf[ac] = qparam; in ieee80211_set_wmm_default() 2712 &sdata->deflink.tx_conf[i]); in ieee80211_reconfig()
|