Home
last modified time | relevance | path

Searched refs:txrdy (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/arch/alpha/kernel/
Dsmp.c181 if (!(hwrpb->txrdy & cpumask)) in wait_for_txrdy()
186 if (!(hwrpb->txrdy & cpumask)) in wait_for_txrdy()
241 unsigned long txrdy = hwrpb->txrdy; in recv_secondary_console_msg() local
245 DBGS(("recv_secondary_console_msg: TXRDY 0x%lx.\n", txrdy)); in recv_secondary_console_msg()
250 if (!(txrdy & (1UL << i))) in recv_secondary_console_msg()
285 hwrpb->txrdy = 0; in recv_secondary_console_msg()
569 if (hwrpb->txrdy) in handle_ipi()
/Linux-v5.4/drivers/target/tcm_fc/
Dtfc_cmd.c182 struct fcp_txrdy *txrdy; in ft_write_pending() local
194 fp = fc_frame_alloc(lport, sizeof(*txrdy)); in ft_write_pending()
198 txrdy = fc_frame_payload_get(fp, sizeof(*txrdy)); in ft_write_pending()
199 memset(txrdy, 0, sizeof(*txrdy)); in ft_write_pending()
200 txrdy->ft_burst_len = htonl(se_cmd->data_length); in ft_write_pending()
/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_nvmet.h117 uint32_t *txrdy; member
Dlpfc_nvmet.c381 if (ctxp->txrdy) { in lpfc_nvmet_ctxbuf_post()
382 dma_pool_free(phba->txrdy_payload_pool, ctxp->txrdy, in lpfc_nvmet_ctxbuf_post()
384 ctxp->txrdy = NULL; in lpfc_nvmet_ctxbuf_post()
433 ctxp->txrdy = NULL; in lpfc_nvmet_ctxbuf_post()
2329 ctxp->txrdy = NULL; in lpfc_nvmet_unsol_fcp_buffer()
2598 uint32_t *txrdy; in lpfc_nvmet_prep_fcp_wqe() local
2761 txrdy = dma_pool_alloc(phba->txrdy_payload_pool, in lpfc_nvmet_prep_fcp_wqe()
2763 if (!txrdy) { in lpfc_nvmet_prep_fcp_wqe()
2769 ctxp->txrdy = txrdy; in lpfc_nvmet_prep_fcp_wqe()
2812 txrdy[0] = 0; in lpfc_nvmet_prep_fcp_wqe()
[all …]
/Linux-v5.4/arch/alpha/include/asm/
Dhwrpb.h202 unsigned long txrdy; member
/Linux-v5.4/drivers/scsi/fnic/
Dfcpio.h481 struct fcpio_txrdy txrdy; member