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

  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 2029 /* PKT_OVERRUN_BUFSIZE is a multiple of 256 */
2031 mvi HCNT[1], ((PKT_OVERRUN_BUFSIZE >> 8) & 0xFF);
aic79xx.reg 3936 /* PKT_OVERRUN_BUFSIZE must be a multiple of 256 less than 64K */
3937 const PKT_OVERRUN_BUFSIZE 512
aic79xx_reg.h 3724 #define PKT_OVERRUN_BUFSIZE 0x200
  /src/sys/dev/ic/
aic79xx.c 6056 driver_data_size += PKT_OVERRUN_BUFSIZE;
6086 next_vaddr += PKT_OVERRUN_BUFSIZE;
6087 next_baddr += PKT_OVERRUN_BUFSIZE;

Completed in 137 milliseconds