Home
last modified time | relevance | path

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

/linux-3.4.99/arch/alpha/kernel/
Dsmp.c179 if (!(hwrpb->txrdy & cpumask)) in wait_for_txrdy()
184 if (!(hwrpb->txrdy & cpumask)) in wait_for_txrdy()
239 unsigned long txrdy = hwrpb->txrdy; in recv_secondary_console_msg() local
243 DBGS(("recv_secondary_console_msg: TXRDY 0x%lx.\n", txrdy)); in recv_secondary_console_msg()
248 if (!(txrdy & (1UL << i))) in recv_secondary_console_msg()
282 hwrpb->txrdy = 0; in recv_secondary_console_msg()
614 if (hwrpb->txrdy) in handle_ipi()
/linux-3.4.99/drivers/target/tcm_fc/
Dtfc_cmd.c184 struct fcp_txrdy *txrdy; in ft_write_pending() local
196 fp = fc_frame_alloc(lport, sizeof(*txrdy)); in ft_write_pending()
200 txrdy = fc_frame_payload_get(fp, sizeof(*txrdy)); in ft_write_pending()
201 memset(txrdy, 0, sizeof(*txrdy)); in ft_write_pending()
202 txrdy->ft_burst_len = htonl(se_cmd->data_length); in ft_write_pending()
/linux-3.4.99/arch/alpha/include/asm/
Dhwrpb.h201 unsigned long txrdy; member
/linux-3.4.99/drivers/staging/telephony/
Dixj.h97 unsigned int txrdy:1; member
128 unsigned int txrdy:1; member
Dixj.c528 return j->hsr.bits.txrdy ? 1 : 0; in IsTxReady()
/linux-3.4.99/drivers/scsi/fnic/
Dfcpio.h481 struct fcpio_txrdy txrdy; member