Searched refs:aifs (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/uath/
H A Duath_reg.h320 uint32_t aifs; member in struct:uath_cmd_txq_attr
H A Duath.c2575 qinfo.attr.aifs = BE_32(uath_wme_11g[ac].aifsn);
/opensolaris-onvv-gate/usr/src/uts/common/io/urtw/
H A Durtw.c2978 uint8_t aifs, sifs, slot, ecwmin, ecwmax; local
2986 aifs = (2 * slot) + sifs;
2990 data = ((uint32_t)aifs << 0) | /* AIFS, offset 0 */
3190 uint8_t aifs, difs, eifs, sifs, slot; local
3204 aifs = (2 * slot) + sifs;
3208 (void) urtw_write8_c(sc, URTW_AC_VO, aifs, 0);
3209 (void) urtw_write8_c(sc, URTW_AC_VI, aifs, 0);
3210 (void) urtw_write8_c(sc, URTW_AC_BE, aifs, 0);
3211 (void) urtw_write8_c(sc, URTW_AC_BK, aifs, 0);

Completed in 113 milliseconds