Home
last modified time | relevance | path

Searched refs:tx_conf (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_main.c73 &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()
240 if (ctx->tx_conf == TLS_HW) in tls_write_space()
280 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup()
285 } else if (ctx->tx_conf == TLS_HW) { in tls_sk_proto_cleanup()
306 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
310 free_ctx = ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW; in tls_sk_proto_close()
312 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE) in tls_sk_proto_close()
323 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
576 ctx->tx_conf = conf; in do_tls_setsockopt_conf()
[all …]
H A Dtls_toe.c71 ctx->tx_conf = TLS_HW_RECORD; in tls_toe_bypass()
H A Dtls_device.c58 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()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-pl022.c927 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.dst_addr_width = DMA_SLAVE_BUSWIDTH_2_BYTES; in configure_dma()
[all …]
H A Dspi-qup.c151 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()
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_rxtx.c1506 const struct rte_eth_txconf *tx_conf) in eth_igb_tx_queue_setup() argument
1515 offloads = tx_conf->offloads | dev->data->dev_conf.txmode.offloads; in eth_igb_tx_queue_setup()
1534 if (tx_conf->tx_free_thresh != 0) in eth_igb_tx_queue_setup()
1537 if (tx_conf->tx_rs_thresh != 0) in eth_igb_tx_queue_setup()
1540 if (tx_conf->tx_thresh.wthresh == 0 && hw->mac.type != e1000_82576) in eth_igb_tx_queue_setup()
1572 txq->pthresh = tx_conf->tx_thresh.pthresh; in eth_igb_tx_queue_setup()
1573 txq->hthresh = tx_conf->tx_thresh.hthresh; in eth_igb_tx_queue_setup()
1574 txq->wthresh = tx_conf->tx_thresh.wthresh; in eth_igb_tx_queue_setup()
/OK3568_Linux_fs/kernel/include/net/
H A Dtls.h252 u8 tx_conf:3; member
452 u16 config = tx ? ctx->tx_conf : ctx->rx_conf; in tls_user_config()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsamsung_tty.c90 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 Damba-pl011.c403 struct dma_slave_config tx_conf = { in pl011_dma_probe() local
440 dmaengine_slave_config(chan, &tx_conf); in pl011_dma_probe()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dmlme.c1950 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 Dtdls.c296 txq = &sdata->tx_conf[ieee80211_ac_from_wmm(i)]; in ieee80211_tdls_add_wmm_param_ie()
H A Dieee80211_i.h922 struct ieee80211_tx_queue_params tx_conf[IEEE80211_NUM_ACS]; member
H A Dutil.c1663 sdata->tx_conf[ac] = qparam; in ieee80211_set_wmm_default()
2449 &sdata->tx_conf[i]); in ieee80211_reconfig()
H A Dcfg.c2407 sdata->tx_conf[params->ac] = p; in ieee80211_set_txq_params()