Home
last modified time | relevance | path

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

/linux/arch/alpha/kernel/
A Dsmp.c178 if (!(hwrpb->txrdy & cpumask)) in wait_for_txrdy()
183 if (!(hwrpb->txrdy & cpumask)) in wait_for_txrdy()
238 unsigned long txrdy = hwrpb->txrdy; in recv_secondary_console_msg() local
242 DBGS(("recv_secondary_console_msg: TXRDY 0x%lx.\n", txrdy)); in recv_secondary_console_msg()
247 if (!(txrdy & (1UL << i))) in recv_secondary_console_msg()
282 hwrpb->txrdy = 0; in recv_secondary_console_msg()
566 if (hwrpb->txrdy) in handle_ipi()
/linux/drivers/target/tcm_fc/
A Dtfc_cmd.c181 struct fcp_txrdy *txrdy; in ft_write_pending() local
193 fp = fc_frame_alloc(lport, sizeof(*txrdy)); in ft_write_pending()
197 txrdy = fc_frame_payload_get(fp, sizeof(*txrdy)); in ft_write_pending()
198 memset(txrdy, 0, sizeof(*txrdy)); in ft_write_pending()
199 txrdy->ft_burst_len = htonl(se_cmd->data_length); in ft_write_pending()
/linux/arch/alpha/include/asm/
A Dhwrpb.h202 unsigned long txrdy; member
/linux/drivers/scsi/fnic/
A Dfcpio.h481 struct fcpio_txrdy txrdy; member

Completed in 11 milliseconds