Home
last modified time | relevance | path

Searched refs:tx_handler (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dtwe.c873 ccb->ccb_tx.tx_handler = (aenp == NULL) ? twe_aen_handler : NULL; in twe_aen_get()
1136 ccb->ccb_tx.tx_handler = func; in twe_param_get()
1199 ccb->ccb_tx.tx_handler = 0; in twe_param_set()
1302 if (ccb->ccb_tx.tx_handler != NULL) in twe_poll()
1303 (*ccb->ccb_tx.tx_handler)(ccb, in twe_poll()
1395 ccb->ccb_tx.tx_handler = NULL; in twe_ccb_init()
1794 ccb->ccb_tx.tx_handler = twe_ccb_wait_handler; in tweioctl()
H A Dld_twe.c218 ccb->ccb_tx.tx_handler = ld_twe_handler; in ld_twe_dobio()
301 ccb->ccb_tx.tx_handler = twe_ccb_wait_handler; in ld_twe_flush()
H A Dtwevar.h84 void (*tx_handler)(struct twe_ccb *, int); member