OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ccb_tx
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
ld_twe.c
218
ccb->
ccb_tx
.tx_handler = ld_twe_handler;
219
ccb->
ccb_tx
.tx_context = bp;
220
ccb->
ccb_tx
.tx_dv = sc->sc_ld.sc_dv;
244
tx = &ccb->
ccb_tx
;
305
ccb->
ccb_tx
.tx_handler = twe_ccb_wait_handler;
306
ccb->
ccb_tx
.tx_context = NULL;
307
ccb->
ccb_tx
.tx_dv = ld->sc_dv;
twe.c
873
ccb->
ccb_tx
.tx_handler = (aenp == NULL) ? twe_aen_handler : NULL;
874
ccb->
ccb_tx
.tx_context = tp;
875
ccb->
ccb_tx
.tx_dv = sc->sc_dev;
924
sc = device_private(ccb->
ccb_tx
.tx_dv);
925
tp = ccb->
ccb_tx
.tx_context;
1136
ccb->
ccb_tx
.tx_handler = func;
1137
ccb->
ccb_tx
.tx_context = tp;
1138
ccb->
ccb_tx
.tx_dv = sc->sc_dev;
1199
ccb->
ccb_tx
.tx_handler = 0;
1200
ccb->
ccb_tx
.tx_context = tp
[
all
...]
twevar.h
102
struct twe_context
ccb_tx
;
member in struct:twe_ccb
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025