HomeSort by: relevance | last modified time | path
    Searched refs:PACKETIZED (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic79xx.reg 1400 * single packetized connection.
2097 field PACKETIZED 0x80
2474 * Packetized CRC Interval
3760 * in non-packetized operation.
3831 * Overloaded field for non-packetized
aic79xx_reg.h 2853 #define PACKETIZED 0x80
  /src/sys/dev/ic/
aic79xx.c 279 * Determine if the current connection has a packetized
281 * are currently in a packetized transfer. We could
288 int packetized; local in function:ahd_currently_packetized
293 * The packetized bit refers to the last
298 packetized = ahd_inb(ahd, LQISTATE) != 0;
301 packetized = ahd_inb(ahd, LQISTAT2) & PACKETIZED;
304 return (packetized);
407 * Flush the good status FIFO for completed packetized commands.
549 * Determine if an SCB for a packetized transactio
1643 int packetized; local in function:ahd_handle_scsiint
    [all...]

Completed in 17 milliseconds