Searched refs:SSV_HW_TXQ_NUM (Results 1 – 5 of 5) sorted by relevance
69 if(txqid == SSV_HW_TXQ_NUM-1) in ssv6xxx_hci_get_int_bitno()129 BUG_ON(txqid >= SSV_HW_TXQ_NUM || txqid < 0); in ssv6xxx_hci_enqueue()130 if (txqid >= SSV_HW_TXQ_NUM || txqid < 0) in ssv6xxx_hci_enqueue()204 BUG_ON(txqid >= SSV_HW_TXQ_NUM); in ssv6xxx_hci_is_txq_empty()205 if (txqid >= SSV_HW_TXQ_NUM) in ssv6xxx_hci_is_txq_empty()217 for(txqid=0; txqid<SSV_HW_TXQ_NUM; txqid++) { in ssv6xxx_hci_txq_flush()238 for(txqid=0; txqid<SSV_HW_TXQ_NUM; txqid++) { in ssv6xxx_hci_txq_pause()255 for(txqid=0; txqid<SSV_HW_TXQ_NUM; txqid++) { in ssv6xxx_hci_txq_resume()414 for(txqid=SSV_HW_TXQ_NUM-1; txqid>=0; txqid--) { in ssv6xxx_hci_tx_work()624 for (i=0; i<SSV_HW_TXQ_NUM; i++) in hw_txq_len_read()[all …]
51 struct ssv_hw_txq hw_txq[SSV_HW_TXQ_NUM];61 struct work_struct hci_tx_work[SSV_HW_TXQ_NUM];117 int max_tx_frame[SSV_HW_TXQ_NUM];
19 #define SSV_HW_TXQ_NUM 5 macro
214 u32 tx_pkt[SSV_HW_TXQ_NUM];215 u32 tx_frag[SSV_HW_TXQ_NUM];
3047 for (txqid=0; txqid<SSV_HW_TXQ_NUM; txqid++) { in ssv6xxx_tx_task()