Searched refs:txattr (Results 1 – 1 of 1) sorted by relevance
55 struct vas_tx_win_open_attr txattr; in open_device_nodes() local63 memset(&txattr, 0, sizeof(txattr)); in open_device_nodes()64 txattr.version = 1; in open_device_nodes()65 txattr.vas_id = pri; in open_device_nodes()66 rc = ioctl(fd, VAS_TX_WIN_OPEN, (unsigned long)&txattr); in open_device_nodes()
Completed in 3 milliseconds