Searched refs:cap (Results 176 - 200 of 327) sorted by relevance

1234567891011>>

/freebsd-current/sys/net/
H A Dif_lagg.c159 static void lagg_setcaps(struct lagg_port *, int cap, int cap2);
672 int cap, cap2, ena, ena2, pena, pena2; local
702 cap = cap2 = ~0;
706 cap &= lp->lp_ifp->if_capabilities;
712 cap = cap2 = hwa = 0;
714 if (sc->sc_ifp->if_capabilities != cap ||
719 sc->sc_ifp->if_capabilities = cap;
728 "capabilities 0x%08x enabled 0x%08x\n", cap, ena);
2048 lagg_setcaps(struct lagg_port *lp, int cap, int cap2) argument
2053 if (lp->lp_ifp->if_capenable == cap
[all...]
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h55 extern int qlnx_pci_find_capability(void *ecore_dev, int cap);
369 #define OSAL_PCI_FIND_CAPABILITY(dev, cap) qlnx_pci_find_capability(dev, cap)
/freebsd-current/sys/dev/drm2/
H A Ddrm_os_freebsd.h434 capable(enum __drm_capabilities cap) argument
437 switch (cap) {
441 panic("%s: unhandled capability: %0x", __func__, cap);
H A Ddrm_os_freebsd.c258 drm_device_find_capability(struct drm_device *dev, int cap) argument
261 return (pci_find_cap(dev->dev, cap, NULL) == 0);
/freebsd-current/lib/libpmc/
H A Dlibpmc.c1615 pmc_name_of_capability(enum pmc_caps cap) argument
1620 * 'cap' should have a single bit set and should be in
1623 if ((cap & (cap - 1)) || cap < PMC_CAP_FIRST ||
1624 cap > PMC_CAP_LAST) {
1629 i = ffs(cap);
/freebsd-current/contrib/wpa/src/ap/
H A Dwpa_auth_kay.c45 static int hapd_macsec_get_capability(void *priv, enum macsec_cap *cap) argument
51 return hapd->driver->macsec_get_capability(hapd->drv_priv, cap);
/freebsd-current/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/
H A Dfasttrap_isa.c241 int i, x, cap = MIN(argc, probe->ftp_nargs); local
243 for (i = 0; i < cap; i++) {
/freebsd-current/contrib/libpcap/
H A Dpcap-rdmasniff.c247 qp_init_attr.cap.max_recv_wr = RDMASNIFF_NUM_RECEIVES;
248 qp_init_attr.cap.max_recv_sge = 1;
/freebsd-current/contrib/capsicum-test/
H A Dcapability-fd.cc1021 // Child: enter cap mode
1236 int cap = dup(fd); local
1237 EXPECT_OK(cap);
1238 EXPECT_OK(cap_rights_limit(cap, &r_rws));
1254 EXPECT_NOTCAPABLE(fsetxattr_(cap, "user.capsicumtest", value, len, 0));
1260 EXPECT_NOTCAPABLE(flistxattr_(cap, buffer, sizeof(buffer)));
1266 EXPECT_NOTCAPABLE(fgetxattr_(cap, "user.capsicumtest", buffer, sizeof(buffer)));
1272 EXPECT_NOTCAPABLE(fremovexattr_(cap, "user.capsicumtest"));
1282 close(cap);
/freebsd-current/sys/dev/irdma/
H A Dirdma_verbs.c418 * rq depth in quanta in cap.max_send_wr and cap.max_recv_wr.
422 iwqp->max_send_wr = init_attr->cap.max_send_wr;
423 iwqp->max_recv_wr = init_attr->cap.max_recv_wr;
424 ukinfo->sq_size = init_attr->cap.max_send_wr;
425 ukinfo->rq_size = init_attr->cap.max_recv_wr;
531 init_attr->cap.max_send_wr = iwqp->max_send_wr;
532 init_attr->cap.max_recv_wr = iwqp->max_recv_wr;
647 if (init_attr->cap.max_inline_data > uk_attrs->max_hw_inline ||
648 init_attr->cap
[all...]
/freebsd-current/lib/libnvmf/
H A Dnvmf_controller.c369 nvmf_validate_cc(struct nvmf_qpair *qp, uint64_t cap, uint32_t old_cc, argument
374 return (_nvmf_validate_cc(na->na_params.max_io_qsize, cap, old_cc,
H A Dlibnvmf.h238 bool nvmf_validate_cc(struct nvmf_qpair *qp, uint64_t cap, uint32_t old_cc,
/freebsd-current/contrib/elftoolchain/elfcopy/
H A Delfcopy.h127 uint64_t cap; /* section capacity */ member in struct:section
/freebsd-current/contrib/ofed/librdmacm/examples/
H A Drping.c486 init_attr.cap.max_send_wr = RPING_SQ_DEPTH;
487 init_attr.cap.max_recv_wr = 2;
488 init_attr.cap.max_recv_sge = 1;
489 init_attr.cap.max_send_sge = 1;
/freebsd-current/contrib/wpa/src/pae/
H A Dieee802_1x_kay.h144 int (*macsec_get_capability)(void *priv, enum macsec_cap *cap);
/freebsd-current/contrib/bc/src/
H A Dlang.c190 bc_vec_expand(d, s->cap);
/freebsd-current/contrib/tcpdump/
H A Dprint-lldp.c782 ND_PRINT("\n\t Willing: %u, MBC: %u, RES: %u, PFC cap:%u ",
1451 uint16_t tlv, cap, ena_cap; local
1618 cap = GET_BE_U_2(tptr);
1621 bittok2str(lldp_cap_values, "none", cap), cap);
/freebsd-current/sys/dev/mlx5/
H A Dport.h147 u32 cap; member in struct:mlx5e_port_eth_proto
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdaa.h126 uint32_t cap; member in struct:hdaa_widget::__anon4585::__anon4586
/freebsd-current/sys/dev/wpi/
H A Dif_wpivar.h236 uint8_t cap; member in struct:wpi_softc
/freebsd-current/sys/dev/hptrr/
H A Dhptintf.h1261 int hpt_get_driver_capabilities(PDRIVER_CAPABILITIES cap);
1262 int hpt_get_driver_capabilities_v2(PDRIVER_CAPABILITIES_V2 cap);
1779 * cap max capacity of the array user want to create or transform
1786 * cap - max capacity of the target array
1789 int hpt_calc_max_array_capacity(DEVICEID source, PCREATE_ARRAY_PARAMS_V2 destInfo, HPT_U64 * cap);
1793 * cap max capacity of the array user want to create or transform
1800 * cap - max capacity of the target array
1803 int hpt_calc_max_array_capacity_v2(DEVICEID source, PCREATE_ARRAY_PARAMS_V3 destInfo, HPT_U64 * cap);
/freebsd-current/sys/ofed/include/rdma/
H A Dopa_port_info.h158 /* vl.cap */
293 u8 cap; /* 3 res, 5 bits */ member in struct:opa_port_info::__anon5808
/freebsd-current/lib/libvmmapi/
H A Dvmmapi.c719 vm_get_capability(struct vcpu *vcpu, enum vm_cap_type cap, int *retval) argument
725 vmcap.captype = cap;
733 vm_set_capability(struct vcpu *vcpu, enum vm_cap_type cap, int val) argument
738 vmcap.captype = cap;
/freebsd-current/usr.sbin/bhyve/
H A Dpci_emul.h256 void pci_populate_msicap(struct msicap *cap, int msgs, int nextptr);
/freebsd-current/sys/dev/nvmf/host/
H A Dnvmf_var.h51 uint64_t cap; member in struct:nvmf_softc

Completed in 493 milliseconds

1234567891011>>