OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_tag_qng
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
advlib.c
320
sc->
max_tag_qng
[i] = ASC_MAX_INRAM_TAG_QNG;
401
eep_config->
max_tag_qng
= 0x20;
448
eep_config->
max_tag_qng
= ASC_MAX_PCI_ULTRA_INRAM_TAG_QNG;
454
eep_config->
max_tag_qng
= ASC_MAX_INRAM_TAG_QNG;
463
if (eep_config->
max_tag_qng
> eep_config->max_total_qng)
464
eep_config->
max_tag_qng
= eep_config->max_total_qng;
466
if (eep_config->
max_tag_qng
< ASC_MIN_TAG_Q_PER_DVC)
467
eep_config->
max_tag_qng
= ASC_MIN_TAG_Q_PER_DVC;
485
sc->
max_tag_qng
[i] = eep_config->
max_tag_qng
;
[
all
...]
advlib.h
883
u_int8_t
max_tag_qng
[ASC_MAX_TID + 1];
member in struct:asc_softc
983
u_int8_t
max_tag_qng
;
member in struct:asceep_config
996
u_int8_t
max_tag_qng
;
member in struct:asceep_config
Completed in 47 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025