OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxoffset
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ic/
siop_common.c
527
int sync,
maxoffset
, offset, i;
local in function:siop_sdtr_neg
532
maxoffset
= (sc->maxoff > 31) ? 31 : sc->maxoff;
543
if (offset >
maxoffset
|| sync < sc->st_minsync ||
592
if (offset >
maxoffset
)
593
offset =
maxoffset
;
aic79xx.c
2857
u_int
maxoffset
;
local in function:ahd_validate_offset
2861
maxoffset
= 0;
2864
maxoffset
= MAX_OFFSET_PACED_BUG;
2866
maxoffset
= MAX_OFFSET_PACED;
2868
maxoffset
= MAX_OFFSET_NON_PACED;
2869
*offset = MIN(*offset,
maxoffset
);
aic7xxx.c
1792
u_int
maxoffset
;
local in function:ahc_validate_offset
1796
maxoffset
= 0;
1798
maxoffset
= MAX_OFFSET_ULTRA2;
1801
maxoffset
= MAX_OFFSET_16BIT;
1803
maxoffset
= MAX_OFFSET_8BIT;
1805
*offset = MIN(*offset,
maxoffset
);
/src/sys/dev/pci/
pci_map.c
287
uint64_t
maxoffset
;
member in struct:pci_ea_entry
364
/*
MaxOffset
*/
381
entry.
maxoffset
= (entry.maxoffset_lower & PCI_EA_LOWMASK) |
417
*
MaxOffset
is the last offset where you can issue a
419
* the region is
MaxOffset
+ 4.
421
uint64_t region_size = entry.
maxoffset
+ 4;
/src/sys/dev/i2o/
i2o.h
516
u_int8_t
maxoffset
;
member in struct:i2o_param_hba_scsi_ctlr_info
Completed in 24 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025