Searched refs:sdma_send_txreq (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | vnic_sdma.c | 197 ret = sdma_send_txreq(sde, iowait_get_ib_work(&vnic_sdma->wait), in hfi1_vnic_send_dma() 223 * This function gets called from sdma_send_txreq() when there are not enough
|
H A D | sdma.h | 252 * The routine sdma_send_txreq() is used to submit 869 int sdma_send_txreq(struct sdma_engine *sde,
|
H A D | ipoib_tx.c | 468 ret = sdma_send_txreq(txq->sde, in hfi1_ipoib_submit_tx() 622 * This function gets called from sdma_send_txreq() when there are not enough
|
H A D | verbs.c | 894 ret = sdma_send_txreq(tx->sde, ps->wait, &tx->txreq, ps->pkts_sent); in hfi1_verbs_send_dma()
|
H A D | sdma.c | 2381 * sdma_send_txreq() - submit a tx req to ring 2395 int sdma_send_txreq(struct sdma_engine *sde, in sdma_send_txreq() function
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | vnic_sdma.c | 155 ret = sdma_send_txreq(sde, iowait_get_ib_work(&vnic_sdma->wait), in hfi1_vnic_send_dma() 181 * This function gets called from sdma_send_txreq() when there are not enough
|
H A D | sdma.h | 211 * The routine sdma_send_txreq() is used to submit 828 int sdma_send_txreq(struct sdma_engine *sde,
|
H A D | ipoib_tx.c | 444 ret = sdma_send_txreq(txq->sde, in hfi1_ipoib_submit_tx() 608 * This function gets called from sdma_send_txreq() when there are not enough
|
H A D | verbs.c | 852 ret = sdma_send_txreq(tx->sde, ps->wait, &tx->txreq, ps->pkts_sent); in hfi1_verbs_send_dma()
|
H A D | sdma.c | 2339 * sdma_send_txreq() - submit a tx req to ring 2353 int sdma_send_txreq(struct sdma_engine *sde, in sdma_send_txreq() function
|
Completed in 19 milliseconds