Searched refs:hci_tx_work (Results 1 – 3 of 3) sorted by relevance
59 struct work_struct hci_tx_work; member61 struct work_struct hci_tx_work[SSV_HW_TXQ_NUM]; member
187 queue_work(ctrl_hci->hci_work_queue,&ctrl_hci->hci_tx_work[txqid]); in ssv6xxx_hci_enqueue()416 if (&ctrl_hci->hci_tx_work[txqid] != work) in ssv6xxx_hci_tx_work()1075 INIT_WORK(&ctrl_hci->hci_tx_work, ssv6xxx_hci_tx_work); in ssv6xxx_hci_register()1079 INIT_WORK(&ctrl_hci->hci_tx_work[i], ssv6xxx_hci_tx_work); in ssv6xxx_hci_register()
50 static void hci_tx_work(struct work_struct *work);3675 INIT_WORK(&hdev->tx_work, hci_tx_work); in hci_alloc_dev()4723 static void hci_tx_work(struct work_struct *work) in hci_tx_work() function