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

123456789

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Ddirectives.c852 unsigned int cap = CPP_OPTION (pfile, c99) ? 2147483647 : 32767; local
866 if (CPP_PEDANTIC (pfile) && (new_lineno == 0 || new_lineno > cap))
/freebsd-11-stable/sys/arm/mv/
H A Dmv_common.c649 WIN_REG_BASE_IDX_RD(win_idma, cap, MV_WIN_IDMA_CAP)
653 WIN_REG_BASE_IDX_WR(win_idma, cap, MV_WIN_IDMA_CAP)
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_common.c3671 struct i40e_aqc_list_capabilities_element_resp *cap; local
3680 cap = (struct i40e_aqc_list_capabilities_element_resp *) buff;
3689 for (i = 0; i < cap_count; i++, cap++) {
3690 id = LE16_TO_CPU(cap->id);
3691 number = LE32_TO_CPU(cap->number);
3692 logical_id = LE32_TO_CPU(cap->logical_id);
3693 phys_id = LE32_TO_CPU(cap->phys_id);
3694 major_rev = cap->major_rev;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp392 OpaqueValueExpr *cap = capture(e); local
394 return cap;
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_al.c1250 attr_mod.cap.sm = is_sm_val;
/freebsd-11-stable/sys/contrib/rdma/krping_compat/
H A Dkrping.c783 init_attr.cap.max_send_wr = cb->txdepth;
784 init_attr.cap.max_recv_wr = 2;
785 init_attr.cap.max_recv_sge = 1;
786 init_attr.cap.max_send_sge = 1;
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_mad.c3089 qp_init_attr.cap.max_send_wr = mad_sendq_size;
3090 qp_init_attr.cap.max_recv_wr = mad_recvq_size;
3091 qp_init_attr.cap.max_send_sge = IB_MAD_SEND_REQ_MAX_SG;
3092 qp_init_attr.cap.max_recv_sge = IB_MAD_RECV_REQ_MAX_SG;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c2902 int cap, mode_ppsoffset; local
2910 if (time_pps_getcap(parse->atom.handle, &cap) < 0) {
2942 if (!(mode_ppsoffset & cap)) {
2944 CLK_UNIT(parse->peer), cp, cap);
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dcma.c1356 ret = ucma_create_cqs(id, attr->send_cq || id->send_cq ? 0 : attr->cap.max_send_wr,
1357 attr->recv_cq || id->recv_cq ? 0 : attr->cap.max_recv_wr);
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmreg.h3443 * value, to cap the CW value.
5865 * @cap: capabilities for all channels which matches the MCC
5875 uint8_t cap; member in struct:iwm_mcc_update_resp_v1
5888 * @cap: capabilities for all channels which matches the MCC
5900 uint8_t cap; member in struct:iwm_mcc_update_resp
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c62 #define FS_CAP(cap) (__mlx5_bit_off(flow_table_nic_cap, cap))
H A Dmlx5_port.c1358 eproto->cap = MLX5_GET_ETH_PROTO(ptys_reg, out, ext,
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1039 struct ib_qp_cap cap; member in struct:ib_qp_init_attr
1153 struct ib_qp_cap cap; member in struct:ib_qp_attr
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c1347 WPI_CHK(wpi_read_prom_data(sc, WPI_EEPROM_SKU_CAP, &sc->cap,
1348 sizeof(sc->cap)));
1355 DPRINTF(sc, WPI_DEBUG_EEPROM, "cap=%x rev=%x type=%x\n", sc->cap,
5210 if (sc->cap == 0x80)
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h3824 * @cap: Driver's capability
3827 int (*macsec_get_capability)(void *priv, enum macsec_cap *cap);
/freebsd-11-stable/sys/dev/re/
H A Dif_re.c1213 u_int32_t cap, ctl; local
1363 cap = pci_read_config(dev, sc->rl_expcap +
1365 if ((cap & PCIEM_LINK_CAP_ASPM) != 0) {
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c1774 const struct chanAccParams *cap; local
1796 cap = &ic->ic_wme.wme_chanParams;
1797 if (!cap->cap_wmeParams[ac].wmep_noackPolicy)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c3317 uint64_t cap; local
3349 cap = (vs->vs_space == 0) ? 0 :
3351 print_one_column(ZPOOL_PROP_CAPACITY, cap, scripted, toplevel);
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c2075 uint32_t cap; local
2076 cap = BWN_READ_4(mac, BWN_MAC_HW_CAP);
2079 __func__, cap);
2081 cap & 0xffff);
2083 (cap >> 16) & 0xffff);
/freebsd-11-stable/sys/dev/alc/
H A Dif_alc.c1265 uint32_t cap, ctl, val; local
1289 cap = CSR_READ_2(sc, sc->alc_expcap + PCIER_LINK_CAP);
1290 if ((cap & PCIEM_LINK_CAP_ASPM) != 0) {
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c2568 int cap = m->m_pkthdr.rcvif->if_capenable; local
2578 if ((cap & IFCAP_RXCSUM) == 0)
2591 if ((cap & IFCAP_RXCSUM_IPV6) == 0)
4512 /* cap to number of CPUs in system */
/freebsd-11-stable/contrib/tcpdump/
H A Dtcpdump.c110 #include <cap-ng.h>
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h9508 ib_port_cap_t cap;
9554 ib_port_cap_t cap;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c448 &iov->cap);
455 "IOV info: nres %d, cap 0x%x, ctrl 0x%x, total %d, initial %d, num vfs %d, offset %d, stride %d, page size 0x%x\n",
456 iov->nres, iov->cap, iov->ctrl,
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tx.c1531 const struct chanAccParams *cap = &ic->ic_wme.wme_chanParams; local
1671 if (cap->cap_wmeParams[pri].wmep_noackPolicy)
1905 * We will want to cap how many management/control

Completed in 762 milliseconds

123456789