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