Searched refs:cap (Results 151 - 175 of 207) sorted by relevance

123456789

/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_cmbat.c288 if (acpi_PkgInt32(res, 2, &sc->bst.cap) != 0)
H A Dacpi_smbat.c399 sc->bst.cap = val * factor;
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c172 init.cap.max_send_wr = ctx.num_clients * ctx.num_tests;
173 init.cap.max_send_sge = 1;
H A Dsrq_pingpong.c428 .cap = {
441 if (init_attr.cap.max_inline_data >= size) {
H A Drc_pingpong.c430 .cap = {
446 if (init_attr.cap.max_inline_data >= size) {
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h745 enum macsec_cap *cap)
749 return wpa_s->driver->macsec_get_capability(wpa_s->drv_priv, cap);
744 wpa_drv_macsec_get_capability(struct wpa_supplicant *wpa_s, enum macsec_cap *cap) argument
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_qca.c415 static int macsec_qca_get_capability(void *priv, enum macsec_cap *cap) argument
419 *cap = MACSEC_CAP_INTEG_AND_CONF_0_30_50;
H A Ddriver_macsec_linux.c382 static int macsec_drv_get_capability(void *priv, enum macsec_cap *cap) argument
386 *cap = MACSEC_CAP_INTEG_AND_CONF;
/freebsd-11-stable/sys/dev/vge/
H A Dif_vge.c993 int error = 0, cap, i, msic, rid; local
1017 if (pci_find_cap(dev, PCIY_EXPRESS, &cap) == 0) {
1019 sc->vge_expcap = cap;
1022 if (pci_find_cap(dev, PCIY_PMG, &cap) == 0) {
1024 sc->vge_pmcap = cap;
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_com.c2205 u32 stat, timeout, cap, reset_val; local
2209 cap = ena_com_reg_bar_read32(ena_dev, ENA_REGS_CAPS_OFF);
2212 (cap == ENA_MMIO_READ_TIMEOUT))) {
2222 timeout = (cap & ENA_REGS_CAPS_RESET_TIMEOUT_MASK) >>
2253 timeout = (cap & ENA_REGS_CAPS_ADMIN_CMD_TO_MASK) >>
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid.c106 static int aac_find_pci_capability(struct aac_softc *sc, int cap);
1856 int cap, msi_count, error = 0; local
1920 cap = aac_find_pci_capability(sc, PCIY_MSIX);
1921 val = (cap != 0 ? pci_read_config(dev, cap + 2, 2) : 0);
1943 aac_find_pci_capability(struct aac_softc *sc, int cap) argument
1974 if (val == cap)
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpclient.c1741 enum snmp_authentication cap; local
1749 cap = snmp_client.user.auth_proto;
1781 snmp_client.user.auth_proto = cap;
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_adapter.h502 int t3_os_find_pci_capability(adapter_t *adapter, int cap);
/freebsd-11-stable/sys/xen/interface/
H A Ddomctl.h342 uint16_t cap; member in struct:xen_domctl_scheduler_op::__anon13525::xen_domctl_sched_credit
/freebsd-11-stable/sys/dev/hptmv/
H A Dhptintf.h806 int hpt_get_driver_capabilities(PDRIVER_CAPABILITIES cap);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_iov_api.h166 u32 cap; /* SR-IOV Capabilities */ member in struct:ecore_hw_sriov_info
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c1774 qp_init_attr.init_attr.cap.max_send_wr = MLX4_NUM_TUNNEL_BUFS;
1775 qp_init_attr.init_attr.cap.max_recv_wr = MLX4_NUM_TUNNEL_BUFS;
1776 qp_init_attr.init_attr.cap.max_send_sge = 1;
1777 qp_init_attr.init_attr.cap.max_recv_sge = 1;
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c4228 pmc_name_of_capability(enum pmc_caps cap) argument
4233 * 'cap' should have a single bit set and should be in
4236 if ((cap & (cap - 1)) || cap < PMC_CAP_FIRST ||
4237 cap > PMC_CAP_LAST) {
4242 i = ffs(cap);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c852 int cap, mode, mode1; local
855 if (time_pps_getcap(instance->pps_h, &cap) < 0) {
881 if (!(mode & cap)) {
887 if (!(mode1 & cap)) {
896 instance->pps_p.mode = (mode | mode1 | PPS_TSFMT_TSPEC) & cap;
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Devergreen.c95 int err, cap; local
97 err = pci_find_cap(rdev->dev, PCIY_EXPRESS, &cap);
101 cap += PCIER_DEVICE_CTL;
103 ctl = pci_read_config(rdev->dev, cap, 2);
113 pci_write_config(rdev->dev, cap, ctl, 2);
/freebsd-11-stable/sys/dev/ena/
H A Dena.c2365 int cap = if_getcapenable(ifp); local
2370 if ((cap & IFCAP_TXCSUM) != 0) {
2380 if ((cap & IFCAP_TXCSUM_IPV6) != 0)
2383 if ((cap & IFCAP_TSO4) != 0)
2386 if ((cap & IFCAP_TSO6) != 0)
/freebsd-11-stable/sys/dev/et/
H A Dif_et.c226 int cap, error, msic; local
264 if (pci_find_cap(dev, PCIY_EXPRESS, &cap) == 0) {
265 sc->sc_expcap = cap;
/freebsd-11-stable/sys/dev/mmc/
H A Dmmc.c1522 #define HOST_TIMING_CAP(host_caps, cap) ({ \
1524 if (((host_caps) & (cap)) == (cap)) \
/freebsd-11-stable/sys/dev/ral/
H A Drt2661.c1441 const struct chanAccParams *cap; local
1464 cap = &ic->ic_wme.wme_chanParams;
1465 noack = cap->cap_wmeParams[ac].wmep_noackPolicy;
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_ahci.c200 uint32_t cap; member in struct:pci_ahci_softc
2220 uint32_t *p = &sc->cap;
2400 sc->cap = AHCI_CAP_64BIT | AHCI_CAP_SNCQ | AHCI_CAP_SSNTF |

Completed in 442 milliseconds

123456789