Searched refs:tx_qidx (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/crypto/chelsio/ |
| D | chcr_algo.c | 739 !!lcb, ctx->tx_qidx); in create_wreq() 1175 set_wr_txq(skb, CPL_PRIORITY_DATA, c_ctx(tfm)->tx_qidx); in chcr_handle_cipher_resp() 1311 c_ctx(tfm)->tx_qidx))) { in chcr_aes_encrypt() 1324 set_wr_txq(skb, CPL_PRIORITY_DATA, c_ctx(tfm)->tx_qidx); in chcr_aes_encrypt() 1345 c_ctx(tfm)->tx_qidx))) { in chcr_aes_decrypt() 1356 set_wr_txq(skb, CPL_PRIORITY_DATA, c_ctx(tfm)->tx_qidx); in chcr_aes_decrypt() 1389 ctx->tx_qidx = txq_idx; in chcr_device_init() 1614 h_ctx(rtfm)->tx_qidx))) { in chcr_ahash_update() 1661 set_wr_txq(skb, CPL_PRIORITY_DATA, h_ctx(rtfm)->tx_qidx); in chcr_ahash_update() 1738 set_wr_txq(skb, CPL_PRIORITY_DATA, h_ctx(rtfm)->tx_qidx); in chcr_ahash_final() [all …]
|
| D | chcr_crypto.h | 253 unsigned char tx_qidx; member
|
| /Linux-v5.4/drivers/net/ethernet/synopsys/ |
| D | dwc-xlgmac-hw.c | 458 unsigned int tx_dsr, tx_pos, tx_qidx; in xlgmac_prepare_tx_stop() local 468 tx_qidx = channel->queue_index - DMA_DSRX_FIRST_QUEUE; in xlgmac_prepare_tx_stop() 470 tx_dsr = DMA_DSR1 + ((tx_qidx / DMA_DSRX_QPR) * DMA_DSRX_INC); in xlgmac_prepare_tx_stop() 471 tx_pos = ((tx_qidx % DMA_DSRX_QPR) * DMA_DSR_Q_LEN) + in xlgmac_prepare_tx_stop()
|
| /Linux-v5.4/drivers/net/ethernet/amd/xgbe/ |
| D | xgbe-dev.c | 3242 unsigned int tx_dsr, tx_pos, tx_qidx; in xgbe_prepare_tx_stop() local 3254 tx_qidx = queue - DMA_DSRX_FIRST_QUEUE; in xgbe_prepare_tx_stop() 3256 tx_dsr = DMA_DSR1 + ((tx_qidx / DMA_DSRX_QPR) * DMA_DSRX_INC); in xgbe_prepare_tx_stop() 3257 tx_pos = ((tx_qidx % DMA_DSRX_QPR) * DMA_DSR_Q_WIDTH) + in xgbe_prepare_tx_stop()
|