Lines Matching full:packetized

1036  * Determine if the current connection has a packetized
1038 * are currently in a packetized transfer. We could
1045 int packetized; in ahd_currently_packetized() local
1050 * The packetized bit refers to the last in ahd_currently_packetized()
1055 packetized = ahd_inb(ahd, LQISTATE) != 0; in ahd_currently_packetized()
1058 packetized = ahd_inb(ahd, LQISTAT2) & PACKETIZED; in ahd_currently_packetized()
1061 return (packetized); in ahd_currently_packetized()
1199 * Flush the good status FIFO for completed packetized commands. in ahd_flush_qoutfifo()
1391 * Determine if an SCB for a packetized transaction
1860 printk("SCB %d Packetized Status Overrun", scbid); in ahd_handle_seqint()
1912 * has thus lost our previous packetized negotiation in ahd_handle_seqint()
1982 "packetized target\n"); in ahd_handle_seqint()
2541 int packetized; in ahd_handle_scsiint() local
2575 packetized = 0; in ahd_handle_scsiint()
2577 packetized = (scb->flags & SCB_PACKETIZED) != 0; in ahd_handle_scsiint()
2583 packetized = 1; in ahd_handle_scsiint()
2587 packetized = (lqostat1 & LQOBUSFREE) != 0; in ahd_handle_scsiint()
2588 if (!packetized in ahd_handle_scsiint()
2594 * Assume packetized if we are not in ahd_handle_scsiint()
2595 * on the bus in a non-packetized in ahd_handle_scsiint()
2597 * was a packetized selection. in ahd_handle_scsiint()
2599 packetized = 1; in ahd_handle_scsiint()
2609 * Busfrees that occur in non-packetized phases are in ahd_handle_scsiint()
2612 if (packetized && ahd_inb(ahd, LASTPHASE) == P_BUSFREE) { in ahd_handle_scsiint()
2615 packetized = 0; in ahd_handle_scsiint()
2627 * future, packetized, connections. in ahd_handle_scsiint()
2630 if (packetized == 0 in ahd_handle_scsiint()
2879 * Packetized unexpected or expected busfree.
3012 * Non-packetized unexpected or expected busfree.
3078 * for a packetized connection. Since in ahd_handle_nonpkt_busfree()
3085 * packetized. in ahd_handle_nonpkt_busfree()
3109 * If the previous negotiation was packetized, in ahd_handle_nonpkt_busfree()
3953 * packetized request. Also manage the busfree expected flag in ahd_set_syncrate()
4129 * compatible with non-packetized in ahd_update_neg_table()
4160 * compatible with packetized U320 devices in ahd_update_neg_table()
4168 * During packetized transfers, the target will in ahd_update_neg_table()
4743 * during packetized operations, the target is in ahd_handle_message_phase()
5629 * previously negotiated packetized. in ahd_handle_msg_reject()
6731 * is still active in a non-packetized, tagged, context. in ahd_free_scb()
6739 * is either active in a packetized context, or free. in ahd_free_scb()
7314 * manually for the command phase at the start of a packetized in ahd_chip_init()
7663 * Cannot be packetized without disconnection. in ahd_parse_cfgdata()