OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sg_offset
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
aic79xx_inline.h
353
bus_addr_t
sg_offset
;
local in function:ahd_sg_bus_to_virt
356
sg_offset
= sg_busaddr - (scb->sg_list_busaddr - ahd_sg_size(ahd));
357
return ((uint8_t *)scb->sg_list +
sg_offset
);
363
bus_addr_t
sg_offset
;
local in function:ahd_sg_virt_to_bus
366
sg_offset
= ((uint8_t *)sg - (uint8_t *)scb->sg_list)
369
return (scb->sg_list_busaddr +
sg_offset
);
aic79xx_inline.h
353
bus_addr_t
sg_offset
;
local in function:ahd_sg_bus_to_virt
356
sg_offset
= sg_busaddr - (scb->sg_list_busaddr - ahd_sg_size(ahd));
357
return ((uint8_t *)scb->sg_list +
sg_offset
);
363
bus_addr_t
sg_offset
;
local in function:ahd_sg_virt_to_bus
366
sg_offset
= ((uint8_t *)sg - (uint8_t *)scb->sg_list)
369
return (scb->sg_list_busaddr +
sg_offset
);
aic79xx_inline.h
353
bus_addr_t
sg_offset
;
local in function:ahd_sg_bus_to_virt
356
sg_offset
= sg_busaddr - (scb->sg_list_busaddr - ahd_sg_size(ahd));
357
return ((uint8_t *)scb->sg_list +
sg_offset
);
363
bus_addr_t
sg_offset
;
local in function:ahd_sg_virt_to_bus
366
sg_offset
= ((uint8_t *)sg - (uint8_t *)scb->sg_list)
369
return (scb->sg_list_busaddr +
sg_offset
);
Completed in 33 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025