Searched refs:pcaps (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/sys/dev/bhnd/cores/chipc/ |
| H A D | bhnd_pmu_chipc.c | 69 uint32_t pcaps; in bhnd_pmu_chipc_probe() local 88 pcaps = bhnd_bus_read_4(chipc_sc->core, BHND_PMU_CAP); in bhnd_pmu_chipc_probe() 91 rev = BHND_PMU_GET_BITS(pcaps, BHND_PMU_CAP_REV); in bhnd_pmu_chipc_probe()
|
| /freebsd-13.1/sys/dev/ice/ |
| H A D | ice_common.c | 382 pcaps->eee_cap); in ice_aq_get_phy_caps() 384 pcaps->eeer_value); in ice_aq_get_phy_caps() 1063 if (!pcaps) { in ice_init_hw() 1071 ice_free(hw, pcaps); in ice_init_hw() 3258 if (!pcaps) in ice_update_link_info() 3269 ice_free(hw, pcaps); in ice_update_link_info() 3377 if (!pcaps) in ice_cfg_phy_fc() 3447 if (!pcaps) in ice_set_fc() 3503 ice_free(hw, pcaps); in ice_set_fc() 3593 if (!pcaps) in ice_cfg_phy_fec() [all …]
|
| H A D | ice_lib.c | 1137 &pcaps, NULL); in ice_add_media_types() 2974 pcaps.module_type[0]); in ice_intersect_phy_types_and_speeds() 3186 &pcaps, NULL); in ice_sysctl_fc_config() 3337 &pcaps, NULL); in __ice_sysctl_phy_type_handler() 3347 types = pcaps.phy_type_high; in __ice_sysctl_phy_type_handler() 3349 types = pcaps.phy_type_low; in __ice_sysctl_phy_type_handler() 3448 ret = sysctl_handle_opaque(oidp, &pcaps, sizeof(pcaps), req); in ice_sysctl_phy_caps() 6853 &pcaps, NULL); in ice_requested_fec_mode() 8461 &pcaps, NULL); in ice_apply_saved_phy_cfg() 8475 dflt_fec_mode = ice_caps_to_fec_mode(pcaps.caps, pcaps.link_fec_options); in ice_apply_saved_phy_cfg() [all …]
|
| /freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| H A D | wlan_sys.c | 2132 wlan_peercaps_to_snmp(uint32_t pcaps) in wlan_peercaps_to_snmp() argument 2136 if ((pcaps & IEEE80211_CAPINFO_ESS) != 0) in wlan_peercaps_to_snmp() 2138 if ((pcaps & IEEE80211_CAPINFO_IBSS) != 0) in wlan_peercaps_to_snmp() 2140 if ((pcaps & IEEE80211_CAPINFO_CF_POLLABLE) != 0) in wlan_peercaps_to_snmp() 2142 if ((pcaps & IEEE80211_CAPINFO_CF_POLLREQ) != 0) in wlan_peercaps_to_snmp() 2144 if ((pcaps & IEEE80211_CAPINFO_PRIVACY) != 0) in wlan_peercaps_to_snmp() 2146 if ((pcaps & IEEE80211_CAPINFO_SHORT_PREAMBLE) != 0) in wlan_peercaps_to_snmp() 2148 if ((pcaps & IEEE80211_CAPINFO_PBCC) != 0) in wlan_peercaps_to_snmp() 2150 if ((pcaps & IEEE80211_CAPINFO_CHNL_AGILITY) != 0) in wlan_peercaps_to_snmp() 2154 if ((pcaps & IEEE80211_CAPINFO_RSN) != 0) in wlan_peercaps_to_snmp() [all …]
|
| /freebsd-13.1/sys/dev/sound/pcm/ |
| H A D | dsp.c | 1294 struct pcmchan_caps *pcaps = NULL, *rcaps = NULL; in dsp_ioctl() local 1304 pcaps = chn_getcaps(wrch); in dsp_ioctl() 1307 pcaps? pcaps->minspeed : 0); in dsp_ioctl() 1309 pcaps? pcaps->maxspeed : 1000000); in dsp_ioctl()
|
| /freebsd-13.1/sys/dev/cxgbe/ |
| H A D | t4_main.c | 5753 lc->pcaps & FW_PORT_CAP32_ANEG) { in set_current_media() 5836 if (lc->pcaps & FW_PORT_CAP32_ANEG) in build_medialist() 5851 MPASS(lc->pcaps != 0); in init_link_config() 5902 if ((fwspeed & lc->pcaps) == 0) { in fixup_link_config() 5913 !(lc->pcaps & FW_PORT_CAP32_ANEG)) { in fixup_link_config() 5964 MPASS(lc->pcaps & FW_PORT_CAP32_ANEG); in apply_link_config() 5968 MPASS(lc->pcaps & FW_PORT_CAP32_FC_TX); in apply_link_config() 8489 if ((lc->pcaps | in sysctl_requested_fec() 8491 lc->pcaps) { in sysctl_requested_fec() 8557 !fec_supported(lc->pcaps)) { in sysctl_module_fec() [all …]
|
| /freebsd-13.1/sys/dev/cxgbe/common/ |
| H A D | t4_hw.c | 3900 aneg = lc->pcaps & FW_PORT_CAP32_ANEG; in t4_link_l1cfg() 3903 speed = lc->pcaps & in t4_link_l1cfg() 3908 speed = fwcap_top_speed(lc->pcaps); in t4_link_l1cfg() 3913 MPASS(lc->pcaps & FW_PORT_CAP32_FORCE_FEC); in t4_link_l1cfg() 3982 aneg = lc->pcaps & FW_PORT_CAP32_ANEG; in t4_link_l1cfg() 3985 if ((rcap | lc->pcaps) != lc->pcaps) { in t4_link_l1cfg() 3988 lc->pcaps, rcap & (rcap ^ lc->pcaps)); in t4_link_l1cfg() 3990 rcap &= lc->pcaps; in t4_link_l1cfg() 8959 lc->pcaps = fwcaps16_to_caps32(be16_to_cpu(p->u.info.pcap)); in handle_port_info() 8974 lc->pcaps = be32_to_cpu(p->u.info32.pcaps32); in handle_port_info() [all …]
|
| H A D | common.h | 451 uint32_t pcaps; /* link capabilities */ member 960 return (fwcap_to_speed(pi->link_cfg.pcaps) / 1000); in port_top_speed()
|