OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxhscbs
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
aic7xxx.c
2138
for (i = 0; i < ahc->scb_data->
maxhscbs
; i++) {
4135
for (i = 0; i < ahc->scb_data->
maxhscbs
; i++) {
4183
scb_data->
maxhscbs
= ahc_probe_scbs(ahc);
4191
if (ahc->scb_data->
maxhscbs
== 0) {
4420
ahc->scb_data->
maxhscbs
, AHC_MAX_QUEUE);
4422
snprintf(tbuf + len, l - len, "%d SCBs", ahc->scb_data->
maxhscbs
);
4534
if (ahc->scb_data->
maxhscbs
== 0)
4540
ahc->scb_data->
maxhscbs
);
4564
if (ahc->scb_data->
maxhscbs
< AHC_SCB_MAX_ALLOC) {
5847
for (i = 0; i < ahc->scb_data->
maxhscbs
; i++)
[
all
...]
aic79xxvar.h
686
uint16_t
maxhscbs
; /* Number of SCBs on the card */
member in struct:scb_data
aic7xxxvar.h
735
uint8_t
maxhscbs
; /* Number of SCBs on the card */
member in struct:scb_data
aic79xx.c
3328
for (scb_tag = 0; scb_tag < ahd->scb_data.
maxhscbs
; scb_tag++) {
5394
for (i = 0; i < ahd->scb_data.
maxhscbs
; i++) {
5421
scb_data->
maxhscbs
= ahd_probe_scbs(ahd);
5422
if (scb_data->
maxhscbs
== 0) {
5983
ahd->scb_data.
maxhscbs
);
Completed in 62 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025