Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/target/tcm_fc/
Dtfc_cmd.c201 struct fcp_txrdy *txrdy; in ft_write_pending() local
213 fp = fc_frame_alloc(lport, sizeof(*txrdy)); in ft_write_pending()
217 txrdy = fc_frame_payload_get(fp, sizeof(*txrdy)); in ft_write_pending()
218 memset(txrdy, 0, sizeof(*txrdy)); in ft_write_pending()
219 txrdy->ft_burst_len = htonl(se_cmd->data_length); in ft_write_pending()
/Linux-v4.19/arch/alpha/include/asm/
Dhwrpb.h202 unsigned long txrdy; member
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_nvmet.h116 uint32_t *txrdy; member
Dlpfc_nvmet.c332 if (ctxp->txrdy) { in lpfc_nvmet_ctxbuf_post()
333 dma_pool_free(phba->txrdy_payload_pool, ctxp->txrdy, in lpfc_nvmet_ctxbuf_post()
335 ctxp->txrdy = NULL; in lpfc_nvmet_ctxbuf_post()
364 ctxp->txrdy = NULL; in lpfc_nvmet_ctxbuf_post()
1992 ctxp->txrdy = NULL; in lpfc_nvmet_unsol_fcp_buffer()
2301 uint32_t *txrdy; in lpfc_nvmet_prep_fcp_wqe() local
2464 txrdy = dma_pool_alloc(phba->txrdy_payload_pool, in lpfc_nvmet_prep_fcp_wqe()
2466 if (!txrdy) { in lpfc_nvmet_prep_fcp_wqe()
2472 ctxp->txrdy = txrdy; in lpfc_nvmet_prep_fcp_wqe()
2515 txrdy[0] = 0; in lpfc_nvmet_prep_fcp_wqe()
[all …]
/Linux-v4.19/drivers/scsi/fnic/
Dfcpio.h481 struct fcpio_txrdy txrdy; member