Searched refs:tx_handler (Results 1 – 3 of 3) sorted by relevance
873 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()
218 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()
84 void (*tx_handler)(struct twe_ccb *, int); member