Searched refs:tx_qidx (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_algo.c | 721 !!lcb, ctx->tx_qidx); in create_wreq() 1155 set_wr_txq(skb, CPL_PRIORITY_DATA, c_ctx(tfm)->tx_qidx); in chcr_handle_cipher_resp() 1283 c_ctx(tfm)->tx_qidx))) { in chcr_aes_encrypt() 1294 set_wr_txq(skb, CPL_PRIORITY_DATA, c_ctx(tfm)->tx_qidx); in chcr_aes_encrypt() 1307 c_ctx(tfm)->tx_qidx))) { in chcr_aes_decrypt() 1318 set_wr_txq(skb, CPL_PRIORITY_DATA, c_ctx(tfm)->tx_qidx); in chcr_aes_decrypt() 1354 ctx->tx_qidx = txq_idx; in chcr_device_init() 1574 h_ctx(rtfm)->tx_qidx))) { in chcr_ahash_update() 1626 set_wr_txq(skb, CPL_PRIORITY_DATA, h_ctx(rtfm)->tx_qidx); in chcr_ahash_update() 1693 set_wr_txq(skb, CPL_PRIORITY_DATA, h_ctx(rtfm)->tx_qidx); in chcr_ahash_final() [all …]
|
D | chcr_crypto.h | 256 unsigned char tx_qidx; member
|
/Linux-v4.19/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-v4.19/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-dev.c | 3232 unsigned int tx_dsr, tx_pos, tx_qidx; in xgbe_prepare_tx_stop() local 3244 tx_qidx = queue - DMA_DSRX_FIRST_QUEUE; in xgbe_prepare_tx_stop() 3246 tx_dsr = DMA_DSR1 + ((tx_qidx / DMA_DSRX_QPR) * DMA_DSRX_INC); in xgbe_prepare_tx_stop() 3247 tx_pos = ((tx_qidx % DMA_DSRX_QPR) * DMA_DSR_Q_WIDTH) + in xgbe_prepare_tx_stop()
|