HomeSort by: relevance | last modified time | path
    Searched defs:b_txcfg_flth_mask (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_sip.c 330 uint32_t b_txcfg_flth_mask; member in struct:sip_softc::sip_parm::sip_bits
381 , .b_txcfg_flth_mask = 0x00003f00 /* Tx fill threshold */
419 , .b_txcfg_flth_mask = 0x0000ff00 /* Fx fill threshold */
2716 __SHIFTIN(sc->sc_tx_fill_thresh, sc->sc_bits.b_txcfg_flth_mask) |
if_sip.c 330 uint32_t b_txcfg_flth_mask; member in struct:sip_softc::sip_parm::sip_bits
381 , .b_txcfg_flth_mask = 0x00003f00 /* Tx fill threshold */
419 , .b_txcfg_flth_mask = 0x0000ff00 /* Fx fill threshold */
2716 __SHIFTIN(sc->sc_tx_fill_thresh, sc->sc_bits.b_txcfg_flth_mask) |
if_sip.c 330 uint32_t b_txcfg_flth_mask; member in struct:sip_softc::sip_parm::sip_bits
381 , .b_txcfg_flth_mask = 0x00003f00 /* Tx fill threshold */
419 , .b_txcfg_flth_mask = 0x0000ff00 /* Fx fill threshold */
2716 __SHIFTIN(sc->sc_tx_fill_thresh, sc->sc_bits.b_txcfg_flth_mask) |

Completed in 76 milliseconds