Home
last modified time | relevance | path

Searched refs:_chnl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_hw.h443 #define IWK_FH_TCSR_CHNL_TX_CONFIG_REG(_chnl) \ argument
444 (IWK_FH_TCSR_LOWER_BOUND + 0x20 * _chnl)
445 #define IWK_FH_TCSR_CHNL_TX_CREDIT_REG(_chnl) \ argument
446 (IWK_FH_TCSR_LOWER_BOUND + 0x20 * _chnl + 0x4)
448 (IWK_FH_TCSR_LOWER_BOUND + 0x20 * _chnl + 0x8)
483 ((1 << (_chnl)) << 24)
485 ((1 << (_chnl)) << 16)
498 (IWK_FH_SRVC_LOWER_BOUND + (_chnl - 9) * 0x4)
506 #define IWK_FH_TFDIB_CTRL0_REG(_chnl) \ argument
507 (IWK_FH_TFDIB_LOWER_BOUND + 0x8 * _chnl)
[all …]
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_hw.h473 ((1 << (_chnl)) << 24)
475 ((1 << (_chnl)) << 16)
488 #define IWH_FH_TFDIB_CTRL0_REG(_chnl)\ argument
489 (IWH_FH_TFDIB_LOWER_BOUND + 0x8 * _chnl)
491 #define IWH_FH_TFDIB_CTRL1_REG(_chnl)\ argument
492 (IWH_FH_TFDIB_LOWER_BOUND + 0x8 * _chnl + 0x4)
573 #define IWH_FH_TCSR_CHNL_TX_CONFIG_REG(_chnl)\ argument
574 (IWH_FH_TCSR_LOWER_BOUND + 0x20 * _chnl)
576 #define IWH_FH_TCSR_CHNL_TX_CREDIT_REG(_chnl)\ argument
577 (IWH_FH_TCSR_LOWER_BOUND + 0x20 * _chnl + 0x4)
[all …]
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_hw.h470 ((1 << (_chnl)) << 24)
472 ((1 << (_chnl)) << 16)
485 #define IWP_FH_TFDIB_CTRL0_REG(_chnl)\ argument
486 (IWP_FH_TFDIB_LOWER_BOUND + 0x8 * _chnl)
488 #define IWP_FH_TFDIB_CTRL1_REG(_chnl)\ argument
489 (IWP_FH_TFDIB_LOWER_BOUND + 0x8 * _chnl + 0x4)
570 #define IWP_FH_TCSR_CHNL_TX_CONFIG_REG(_chnl)\ argument
571 (IWP_FH_TCSR_LOWER_BOUND + 0x20 * _chnl)
573 #define IWP_FH_TCSR_CHNL_TX_CREDIT_REG(_chnl)\ argument
574 (IWP_FH_TCSR_LOWER_BOUND + 0x20 * _chnl + 0x4)
[all …]