OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:q_cached_dst_map
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
ubsecvar.h
163
bus_dmamap_t
q_cached_dst_map
; /* cached dst_map */
member in struct:ubsec_q
ubsec.c
556
if (q->
q_cached_dst_map
!= NULL)
557
bus_dmamap_destroy(sc->sc_dmat, q->
q_cached_dst_map
);
1168
/* don't lose the cached dmamaps q_src_map and
q_cached_dst_map
*/
1468
if (q->
q_cached_dst_map
== NULL) {
1476
&q->
q_cached_dst_map
) != 0) {
1482
q->q_dst_map = q->
q_cached_dst_map
;
1566
if (q->
q_cached_dst_map
== NULL) {
1570
&q->
q_cached_dst_map
) != 0) {
1576
q->q_dst_map = q->
q_cached_dst_map
;
Completed in 32 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025