Searched refs:txrdy (Results 1 – 4 of 4) sorted by relevance
178 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() local242 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()560 if (hwrpb->txrdy) in handle_ipi()
181 struct fcp_txrdy *txrdy; in ft_write_pending() local193 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()
202 unsigned long txrdy; member
469 struct fcpio_txrdy txrdy; member