Home
last modified time | relevance | path

Searched refs:tx_completions (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/altera/
H A Daltera_tse.h386 u32 (*tx_completions)(struct altera_tse_private *); member
H A Daltera_tse_main.c439 ready = priv->dmaops->tx_completions(priv); in tse_tx_complete()
1485 .tx_completions = sgdma_tx_completions,
1504 .tx_completions = msgdma_tx_completions,
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_sli.c4563 LIST_HEAD(tx_completions); in lpfc_sli_abort_iocb_ring()
4578 list_splice_init(&pring->txq, &tx_completions); in lpfc_sli_abort_iocb_ring()
4594 list_splice_init(&pring->txq, &tx_completions); in lpfc_sli_abort_iocb_ring()
4618 lpfc_sli_cancel_iocbs(phba, &tx_completions, IOSTAT_LOCAL_REJECT, in lpfc_sli_abort_iocb_ring()