Searched refs:txrdy (Results 1 – 4 of 4) sorted by relevance
180 if (!(hwrpb->txrdy & cpumask)) in wait_for_txrdy()185 if (!(hwrpb->txrdy & cpumask)) in wait_for_txrdy()240 unsigned long txrdy = hwrpb->txrdy; in recv_secondary_console_msg() local244 DBGS(("recv_secondary_console_msg: TXRDY 0x%lx.\n", txrdy)); in recv_secondary_console_msg()249 if (!(txrdy & (1UL << i))) in recv_secondary_console_msg()284 hwrpb->txrdy = 0; in recv_secondary_console_msg()568 if (hwrpb->txrdy) in handle_ipi()
199 struct fcp_txrdy *txrdy; in ft_write_pending() local211 fp = fc_frame_alloc(lport, sizeof(*txrdy)); in ft_write_pending()215 txrdy = fc_frame_payload_get(fp, sizeof(*txrdy)); in ft_write_pending()216 memset(txrdy, 0, sizeof(*txrdy)); in ft_write_pending()217 txrdy->ft_burst_len = htonl(se_cmd->data_length); in ft_write_pending()
201 unsigned long txrdy; member
481 struct fcpio_txrdy txrdy; member