Home
last modified time | relevance | path

Searched refs:Q8_PORT_CFG_BITS_PAUSE_CFG_MASK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qlxgbe/
H A Dql_hw.h948 #define Q8_PORT_CFG_BITS_PAUSE_CFG_MASK (0x3 << 5) macro
H A Dql_hw.c159 cfg_bits &= ~Q8_PORT_CFG_BITS_PAUSE_CFG_MASK; in qla_sysctl_port_cfg()
4075 ((cfg_bits & Q8_PORT_CFG_BITS_PAUSE_CFG_MASK) >> 5), in qla_set_port_config()
4196 ((pcfg_rsp->cfg_bits & Q8_PORT_CFG_BITS_PAUSE_CFG_MASK) >> 5), in qla_get_port_config()