OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:col_idx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
aic79xx_osm.c
339
u_int
col_idx
;
local in function:ahd_action
361
col_idx
= AHD_NEVER_COL_IDX;
363
col_idx
= AHD_BUILD_COL_IDX(target_id,
366
if ((scb = ahd_get_scb(ahd,
col_idx
)) == NULL) {
aic79xx.c
197
struct scb *scb, u_int
col_idx
);
5607
ahd_add_col_list(struct ahd_softc *ahd, struct scb *scb, u_int
col_idx
)
5614
AHD_SET_SCB_COL_IDX(scb,
col_idx
);
5615
free_list = &ahd->scb_data.free_scb_lists[
col_idx
];
5632
u_int
col_idx
;
local in function:ahd_rem_col_list
5635
col_idx
= AHD_GET_SCB_COL_IDX(ahd, scb);
5636
free_list = &ahd->scb_data.free_scb_lists[
col_idx
];
5661
ahd_get_scb(struct ahd_softc *ahd, u_int
col_idx
)
5665
if (AHD_GET_SCB_COL_IDX(ahd, scb) !=
col_idx
) {
5673
if (
col_idx
!= AHD_NEVER_COL_ID
[
all
...]
Completed in 14 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025