Symbol: AR5416DESC_CONST
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
1094
const struct ar5416_desc *ads = AR5416DESC_CONST(ds0);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
480
ads->ds_ctl0 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl0)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
482
ads->ds_ctl2 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl2);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
483
ads->ds_ctl3 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl3);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
485
ads->ds_ctl6 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
487
ads->ds_ctl0 = AR5416DESC_CONST(ds0)->ds_ctl0 & AR_TxIntrReq;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
488
ads->ds_ctl2 = AR5416DESC_CONST(ds0)->ds_ctl2;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
489
ads->ds_ctl3 = AR5416DESC_CONST(ds0)->ds_ctl3;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
491
ads->ds_ctl6 = AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
498
ads->ds_ctl0 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl0)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
500
ads->ds_ctl6 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
502
ads->ds_ctl0 = AR5416DESC_CONST(ds0)->ds_ctl0 & AR_TxIntrReq;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
503
ads->ds_ctl6 = AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
684
ads->ds_ctl2 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl2);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
685
ads->ds_ctl3 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl3);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
687
ads->ds_ctl2 = AR5416DESC_CONST(ds0)->ds_ctl2;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
688
ads->ds_ctl3 = AR5416DESC_CONST(ds0)->ds_ctl3;