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

  /src/sys/dev/pci/
if_sip.c 331 uint32_t b_txcfg_drth_mask; member in struct:sip_softc::sip_parm::sip_bits
382 , .b_txcfg_drth_mask = 0x0000003f /* Tx drain threshold */
420 , .b_txcfg_drth_mask = 0x000000ff /* Tx drain threshold */
1967 if (thresh <= __SHIFTOUT_MASK(sc->sc_bits.b_txcfg_drth_mask)
if_sip.c 331 uint32_t b_txcfg_drth_mask; member in struct:sip_softc::sip_parm::sip_bits
382 , .b_txcfg_drth_mask = 0x0000003f /* Tx drain threshold */
420 , .b_txcfg_drth_mask = 0x000000ff /* Tx drain threshold */
1967 if (thresh <= __SHIFTOUT_MASK(sc->sc_bits.b_txcfg_drth_mask)

Completed in 30 milliseconds