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

/linux-master/arch/alpha/kernel/
H A Dsmp.c173 /* Wait until hwrpb->txrdy is clear for cpu. Return -1 on timeout. */
179 if (!(hwrpb->txrdy & cpumask))
184 if (!(hwrpb->txrdy & cpumask))
239 unsigned long txrdy = hwrpb->txrdy; local
243 DBGS(("recv_secondary_console_msg: TXRDY 0x%lx.\n", txrdy));
248 if (!(txrdy & (1UL << i)))
283 hwrpb->txrdy = 0;
556 if (hwrpb->txrdy)
/linux-master/drivers/target/tcm_fc/
H A Dtfc_cmd.c181 struct fcp_txrdy *txrdy; local
193 fp = fc_frame_alloc(lport, sizeof(*txrdy));
197 txrdy = fc_frame_payload_get(fp, sizeof(*txrdy));
198 memset(txrdy, 0, sizeof(*txrdy));
199 txrdy->ft_burst_len = htonl(se_cmd->data_length);
/linux-master/arch/alpha/include/asm/
H A Dhwrpb.h202 unsigned long txrdy; member in struct:hwrpb_struct
/linux-master/drivers/scsi/fnic/
H A Dfcpio.h469 struct fcpio_txrdy txrdy; member in union:fcpio_host_req::__anon743

Completed in 297 milliseconds