OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resid_sgptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
aic79xx.c
8047
uint32_t
resid_sgptr
;
local in function:ahd_calc_residual
8084
resid_sgptr
= ahd_le32toh(spkt->residual_sgptr);
8088
} else if ((
resid_sgptr
& SG_LIST_NULL) != 0) {
8091
} else if ((
resid_sgptr
& SG_OVERRUN_RESID) != 0) {
8099
} else if ((
resid_sgptr
& ~SG_PTR_MASK) != 0) {
8100
panic("Bogus resid sgptr value 0x%x\n",
resid_sgptr
);
8110
sg = ahd_sg_bus_to_virt(ahd, scb,
resid_sgptr
& SG_PTR_MASK);
aic7xxx.c
6081
uint32_t
resid_sgptr
;
local in function:ahc_calc_residual
6112
resid_sgptr
= ahc_le32toh(spkt->residual_sg_ptr);
6116
} else if ((
resid_sgptr
& SG_LIST_NULL) != 0) {
6119
} else if ((
resid_sgptr
& ~SG_PTR_MASK) != 0) {
6120
panic("Bogus resid sgptr value 0x%x\n",
resid_sgptr
);
6129
sg = ahc_sg_bus_to_virt(scb,
resid_sgptr
& SG_PTR_MASK);
Completed in 24 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025