Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/qlxgbe/
H A Dql_hw.c140 uint32_t cfg_bits; in qla_sysctl_port_cfg() local
151 err = qla_get_port_config(ha, &cfg_bits); in qla_sysctl_port_cfg()
163 cfg_bits &= ~Q8_PORT_CFG_BITS_PAUSE_CFG_MASK; in qla_sysctl_port_cfg()
168 cfg_bits |= Q8_PORT_CFG_BITS_PAUSE_STD; in qla_sysctl_port_cfg()
170 cfg_bits |= Q8_PORT_CFG_BITS_PAUSE_PPM; in qla_sysctl_port_cfg()
185 err = qla_set_port_config(ha, cfg_bits); in qla_sysctl_port_cfg()
192 err = qla_get_port_config(ha, &cfg_bits); in qla_sysctl_port_cfg()
4130 qla_set_port_config(qla_host_t *ha, uint32_t cfg_bits) in qla_set_port_config() argument
4147 pcfg->cfg_bits = cfg_bits; in qla_set_port_config()
4239 qla_get_port_config(qla_host_t *ha, uint32_t *cfg_bits) in qla_get_port_config() argument
[all …]
H A Dql_hw.h938 uint32_t cfg_bits; member
993 uint32_t cfg_bits; /* same as in q80_set_port_cfg_t */ member
1013 uint32_t cfg_bits; member