Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
burst_length
drivers/scsi/ncr53c8xx.c
3677
#define burst_length(bc) (!(bc))? 0 : 1 << (bc)
drivers/scsi/sym53c8xx_2/sym_hipd.c
578
#define burst_length(bc) (!(bc))? 0 : 1 << (bc)