Searched refs:nci_tx_work (Results 1 – 1 of 1) sorted by relevance
41 static void nci_tx_work(struct work_struct *work);1248 INIT_WORK(&ndev->tx_work, nci_tx_work); in nci_register_device()1481 static void nci_tx_work(struct work_struct *work) in nci_tx_work() function