HomeSort by: relevance | last modified time | path
    Searched refs:tx_handler (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
twevar.h 84 void (*tx_handler)(struct twe_ccb *, int); member in struct:twe_context
ld_twe.c 218 ccb->ccb_tx.tx_handler = ld_twe_handler;
305 ccb->ccb_tx.tx_handler = twe_ccb_wait_handler;
twe.c 873 ccb->ccb_tx.tx_handler = (aenp == NULL) ? twe_aen_handler : NULL;
1136 ccb->ccb_tx.tx_handler = func;
1199 ccb->ccb_tx.tx_handler = 0;
1302 if (ccb->ccb_tx.tx_handler != NULL)
1303 (*ccb->ccb_tx.tx_handler)(ccb,
1395 ccb->ccb_tx.tx_handler = NULL;
1794 ccb->ccb_tx.tx_handler = twe_ccb_wait_handler;

Completed in 13 milliseconds