Searched refs:cfg_bits (Results 1 – 2 of 2) sorted by relevance
72 static int qla_set_port_config(qla_host_t *ha, uint32_t cfg_bits);73 static int qla_get_port_config(qla_host_t *ha, uint32_t *cfg_bits);137 uint32_t cfg_bits; in qla_sysctl_port_cfg() local147 err = qla_get_port_config(ha, &cfg_bits); in qla_sysctl_port_cfg()153 cfg_bits |= Q8_PORT_CFG_BITS_DCBX_ENABLE; in qla_sysctl_port_cfg()155 cfg_bits &= ~Q8_PORT_CFG_BITS_DCBX_ENABLE; in qla_sysctl_port_cfg()159 cfg_bits &= ~Q8_PORT_CFG_BITS_PAUSE_CFG_MASK; in qla_sysctl_port_cfg()162 cfg_bits |= Q8_PORT_CFG_BITS_PAUSE_DISABLED; in qla_sysctl_port_cfg()164 cfg_bits |= Q8_PORT_CFG_BITS_PAUSE_STD; in qla_sysctl_port_cfg()166 cfg_bits |= Q8_PORT_CFG_BITS_PAUSE_PPM; in qla_sysctl_port_cfg()[all …]
933 uint32_t cfg_bits; member988 uint32_t cfg_bits; /* same as in q80_set_port_cfg_t */ member1008 uint32_t cfg_bits; member