queue_type        724 dev/ic/ar5210.c ar5k_ar5210_setup_tx_queue(struct ath_hal *hal, HAL_TX_QUEUE queue_type,
queue_type        732 dev/ic/ar5210.c 	switch (queue_type) {
queue_type        748 dev/ic/ar5210.c 	hal->ah_txq[queue].tqi_type = queue_type;
queue_type        799 dev/ic/ar5211.c ar5k_ar5211_setup_tx_queue(struct ath_hal *hal, HAL_TX_QUEUE queue_type,
queue_type        807 dev/ic/ar5211.c 	if (queue_type == HAL_TX_QUEUE_DATA) {
queue_type        813 dev/ic/ar5211.c 	} else if (queue_type == HAL_TX_QUEUE_PSPOLL) {
queue_type        815 dev/ic/ar5211.c 	} else if (queue_type == HAL_TX_QUEUE_BEACON) {
queue_type        817 dev/ic/ar5211.c 	} else if (queue_type == HAL_TX_QUEUE_CAB) {
queue_type        826 dev/ic/ar5211.c 	hal->ah_txq[queue].tqi_type = queue_type;
queue_type        956 dev/ic/ar5212.c ar5k_ar5212_setup_tx_queue(struct ath_hal *hal, HAL_TX_QUEUE queue_type,
queue_type        964 dev/ic/ar5212.c 	if (queue_type == HAL_TX_QUEUE_DATA) {
queue_type        970 dev/ic/ar5212.c 	} else if (queue_type == HAL_TX_QUEUE_PSPOLL) {
queue_type        972 dev/ic/ar5212.c 	} else if (queue_type == HAL_TX_QUEUE_BEACON) {
queue_type        974 dev/ic/ar5212.c 	} else if (queue_type == HAL_TX_QUEUE_CAB) {
queue_type        988 dev/ic/ar5212.c 	hal->ah_txq[queue].tqi_type = queue_type;