ah_txq            747 dev/ic/ar5210.c 	bzero(&hal->ah_txq[queue], sizeof(HAL_TXQ_INFO));
ah_txq            748 dev/ic/ar5210.c 	hal->ah_txq[queue].tqi_type = queue_type;
ah_txq            765 dev/ic/ar5210.c 	if (hal->ah_txq[queue].tqi_type == HAL_TX_QUEUE_INACTIVE)
ah_txq            768 dev/ic/ar5210.c 	hal->ah_txq[queue].tqi_aifs = queue_info->tqi_aifs;
ah_txq            769 dev/ic/ar5210.c 	hal->ah_txq[queue].tqi_cw_max = queue_info->tqi_cw_max;
ah_txq            770 dev/ic/ar5210.c 	hal->ah_txq[queue].tqi_cw_min = queue_info->tqi_cw_min;
ah_txq            771 dev/ic/ar5210.c 	hal->ah_txq[queue].tqi_flags = queue_info->tqi_flags;
ah_txq            781 dev/ic/ar5210.c 	bcopy(&hal->ah_txq[queue], queue_info, sizeof(HAL_TXQ_INFO));
ah_txq            791 dev/ic/ar5210.c 	hal->ah_txq[queue].tqi_type = HAL_TX_QUEUE_INACTIVE;
ah_txq            822 dev/ic/ar5210.c 	tq = &hal->ah_txq[queue];
ah_txq            878 dev/ic/ar5210.c 	switch (hal->ah_txq[queue].tqi_type) {
ah_txq            903 dev/ic/ar5210.c 	switch (hal->ah_txq[queue].tqi_type) {
ah_txq            939 dev/ic/ar5210.c 	switch (hal->ah_txq[queue].tqi_type) {
ah_txq            979 dev/ic/ar5210.c 	switch (hal->ah_txq[queue].tqi_type) {
ah_txq            809 dev/ic/ar5211.c 		     hal->ah_txq[queue].tqi_type != HAL_TX_QUEUE_INACTIVE;
ah_txq            825 dev/ic/ar5211.c 	bzero(&hal->ah_txq[queue], sizeof(HAL_TXQ_INFO));
ah_txq            826 dev/ic/ar5211.c 	hal->ah_txq[queue].tqi_type = queue_type;
ah_txq            845 dev/ic/ar5211.c 	if (hal->ah_txq[queue].tqi_type == HAL_TX_QUEUE_INACTIVE)
ah_txq            848 dev/ic/ar5211.c 	bcopy(queue_info, &hal->ah_txq[queue], sizeof(HAL_TXQ_INFO));
ah_txq            853 dev/ic/ar5211.c 		hal->ah_txq[queue].tqi_flags |=
ah_txq            864 dev/ic/ar5211.c 	bcopy(&hal->ah_txq[queue], queue_info, sizeof(HAL_TXQ_INFO));
ah_txq            874 dev/ic/ar5211.c 	hal->ah_txq[queue].tqi_type = HAL_TX_QUEUE_INACTIVE;
ah_txq            890 dev/ic/ar5211.c 	tq = &hal->ah_txq[queue];
ah_txq            966 dev/ic/ar5212.c 		     hal->ah_txq[queue].tqi_type != HAL_TX_QUEUE_INACTIVE;
ah_txq            982 dev/ic/ar5212.c 	bzero(&hal->ah_txq[queue], sizeof(HAL_TXQ_INFO));
ah_txq            988 dev/ic/ar5212.c 	hal->ah_txq[queue].tqi_type = queue_type;
ah_txq           1001 dev/ic/ar5212.c 	if (hal->ah_txq[queue].tqi_type != HAL_TX_QUEUE_INACTIVE)
ah_txq           1004 dev/ic/ar5212.c 	bcopy(queue_info, &hal->ah_txq[queue], sizeof(HAL_TXQ_INFO));
ah_txq           1009 dev/ic/ar5212.c 		hal->ah_txq[queue].tqi_flags |=
ah_txq           1020 dev/ic/ar5212.c 	bcopy(&hal->ah_txq[queue], queue_info, sizeof(HAL_TXQ_INFO));
ah_txq           1030 dev/ic/ar5212.c 	hal->ah_txq[queue].tqi_type = HAL_TX_QUEUE_INACTIVE;
ah_txq           1046 dev/ic/ar5212.c 	tq = &hal->ah_txq[queue];
ah_txq           1156 dev/ic/ar5xxx.h 	HAL_TXQ_INFO		ah_txq[HAL_NUM_TX_QUEUES];