Searched refs:hw_txq (Results 1 – 4 of 4) sorted by relevance
125 struct ssv_hw_txq *hw_txq; in ssv6xxx_hci_enqueue() local132 hw_txq = &ctrl_hci->hw_txq[txqid]; in ssv6xxx_hci_enqueue()133 hw_txq->tx_flags = tx_flags; in ssv6xxx_hci_enqueue()135 skb_queue_head(&hw_txq->qhead, skb); in ssv6xxx_hci_enqueue()137 skb_queue_tail(&hw_txq->qhead, skb); in ssv6xxx_hci_enqueue()138 qlen = (int)skb_queue_len(&hw_txq->qhead); in ssv6xxx_hci_enqueue()140 if (skb_queue_len(&hw_txq->qhead) >= hw_txq->max_qsize) { in ssv6xxx_hci_enqueue()143 hw_txq->txq_no, in ssv6xxx_hci_enqueue()203 struct ssv_hw_txq *hw_txq; in ssv6xxx_hci_is_txq_empty() local207 hw_txq = &ctrl_hci->hw_txq[txqid]; in ssv6xxx_hci_is_txq_empty()[all …]
51 struct ssv_hw_txq hw_txq[SSV_HW_TXQ_NUM]; member
3041 struct ssv_hw_txq *hw_txq = NULL; in ssv6xxx_tx_task() local3048 hw_txq = &ssv_dbg_ctrl_hci->hw_txq[txqid]; in ssv6xxx_tx_task()3049 skb = skb_peek(&hw_txq->qhead); in ssv6xxx_tx_task()3060 printk("hwq%d len: %d\n", txqid, skb_queue_len(&hw_txq->qhead)); in ssv6xxx_tx_task()
686 txq = &ssv_dbg_ctrl_hci->hw_txq[s]; in ssv_cmd_hci()