Searched refs:cap (Results 201 - 225 of 327) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c1957 QL_DPRINT12(ha, "attrs->cap.max_send_wr = 0x%x\n", attrs->cap.max_send_wr);
1958 QL_DPRINT12(ha, "attrs->cap.max_recv_wr = 0x%x\n", attrs->cap.max_recv_wr);
1959 QL_DPRINT12(ha, "attrs->cap.max_send_sge = 0x%x\n", attrs->cap.max_send_sge);
1960 QL_DPRINT12(ha, "attrs->cap.max_recv_sge = 0x%x\n", attrs->cap.max_recv_sge);
1961 QL_DPRINT12(ha, "attrs->cap.max_inline_data = 0x%x\n",
1962 attrs->cap
[all...]
/freebsd-current/contrib/tcpdump/
H A Dprint-802_11.c189 #define CAPABILITY_ESS(cap) ((cap) & 0x0001)
190 #define CAPABILITY_IBSS(cap) ((cap) & 0x0002)
191 #define CAPABILITY_CFP(cap) ((cap) & 0x0004)
192 #define CAPABILITY_CFP_REQ(cap) ((cap) & 0x0008)
193 #define CAPABILITY_PRIVACY(cap) ((cap)
[all...]
/freebsd-current/sys/net/
H A Dif_vlan.c2026 int cap = 0, ena = 0, mena; local
2045 cap |= p->if_capabilities & (IFCAP_HWCSUM | IFCAP_HWCSUM_IPV6);
2066 cap |= p->if_capabilities & IFCAP_TSO;
2079 cap |= p->if_capabilities & IFCAP_LRO;
2093 cap |= p->if_capabilities & IFCAP_TOE;
2103 cap |= (p->if_capabilities & IFCAP_LINKSTATE);
2111 cap |= (p->if_capabilities & IFCAP_TXRTLMT);
2122 cap |= (p->if_capabilities & IFCAP_MEXTPG);
2135 cap |= p->if_capabilities & (IFCAP_TXTLS | IFCAP_TXTLS_RTLMT);
2139 ifp->if_capabilities = cap;
[all...]
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c1386 attr.cap.max_send_wr = cmd->max_send_wr;
1387 attr.cap.max_recv_wr = cmd->max_recv_wr;
1388 attr.cap.max_send_sge = cmd->max_send_sge;
1389 attr.cap.max_recv_sge = cmd->max_recv_sge;
1390 attr.cap.max_inline_data = cmd->max_inline_data;
1448 resp.base.max_recv_sge = attr.cap.max_recv_sge;
1449 resp.base.max_send_sge = attr.cap.max_send_sge;
1450 resp.base.max_recv_wr = attr.cap.max_recv_wr;
1451 resp.base.max_send_wr = attr.cap.max_send_wr;
1452 resp.base.max_inline_data = attr.cap
[all...]
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dmac.c943 struct wmi_tdls_peer_capab_arg cap = {}; local
952 cap.peer_max_sp = sta->max_sp;
953 cap.peer_uapsd_queues = sta->uapsd_queues;
957 cap.is_peer_responder = 1;
959 ret = ath10k_wmi_tdls_peer_update(ar, &arg, &cap, &chan_arg);
2341 arg->peer_ht_caps = ht_cap->cap;
2344 if (ht_cap->cap & IEEE80211_HT_CAP_LDPC_CODING)
2353 if (ht_cap->cap & IEEE80211_HT_CAP_SGI_20)
2356 if (ht_cap->cap & IEEE80211_HT_CAP_SGI_40)
2360 if (ht_cap->cap
[all...]
H A Dwmi-tlv.c3873 const struct wmi_tdls_peer_capab_arg *cap,
3892 sizeof(*tlv) + cap->peer_chan_len * sizeof(*chan);
3924 peer_qos = ath10k_wmi_tlv_prepare_peer_qos(cap->peer_uapsd_queues,
3925 cap->peer_max_sp);
3927 peer_cap->buff_sta_support = __cpu_to_le32(cap->buff_sta_support);
3928 peer_cap->off_chan_support = __cpu_to_le32(cap->off_chan_support);
3929 peer_cap->peer_curr_operclass = __cpu_to_le32(cap->peer_curr_operclass);
3930 peer_cap->self_curr_operclass = __cpu_to_le32(cap->self_curr_operclass);
3931 peer_cap->peer_chan_len = __cpu_to_le32(cap->peer_chan_len);
3932 peer_cap->peer_operclass_len = __cpu_to_le32(cap
3871 ath10k_wmi_tlv_op_gen_tdls_peer_update(struct ath10k *ar, const struct wmi_tdls_peer_update_cmd_arg *arg, const struct wmi_tdls_peer_capab_arg *cap, const struct wmi_channel_arg *chan_arg) argument
[all...]
/freebsd-current/sys/contrib/dev/rtw89/
H A Dphy.c72 struct ieee80211_sta_he_cap cap = sta->deflink.he_cap; local
77 if (cap.he_cap_elem.phy_cap_info[0] &
79 mcs_map = le16_to_cpu(cap.he_mcs_nss_supp.rx_mcs_80p80);
81 mcs_map = le16_to_cpu(cap.he_mcs_nss_supp.rx_mcs_160);
84 mcs_map = le16_to_cpu(cap.he_mcs_nss_supp.rx_mcs_80);
277 if (sta->deflink.vht_cap.cap & IEEE80211_VHT_CAP_RXSTBC_MASK)
279 if (sta->deflink.vht_cap.cap & IEEE80211_VHT_CAP_RXLDPC)
289 if (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_RX_STBC)
291 if (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_LDPC_CODING)
341 (sta->deflink.vht_cap.cap
2474 u8 cap; local
[all...]
/freebsd-current/contrib/elftoolchain/elfcopy/
H A Dsections.c700 uint64_t cap, n, nrels, sym; local
724 if ((REL##SZ = malloc(cap * \
728 if (nrels >= cap) { \
729 cap *= 2; \
730 if ((REL##SZ = realloc(REL##SZ, cap * \
742 cap = 4; /* keep list is usually small. */
/freebsd-current/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c217 .cap.max_send_wr = 1, /* For drain WR */
218 .cap.max_send_sge = 1,
225 attr.cap.max_recv_wr = ipoib_recvq_size;
226 attr.cap.max_recv_sge = priv->cm.num_frags;
932 .cap.max_send_wr = ipoib_sendq_size,
933 .cap.max_send_sge = priv->cm.num_frags,
/freebsd-current/contrib/ofed/libmlx5/
H A Dmlx5.h641 void mlx5_calc_sq_wqe_size(struct ibv_qp_cap *cap, enum ibv_qp_type type,
643 void mlx5_set_sq_sizes(struct mlx5_qp *qp, struct ibv_qp_cap *cap,
/freebsd-current/sys/dev/mthca/
H A Dmthca_dev.h552 struct ib_qp_cap *cap,
560 struct ib_qp_cap *cap,
/freebsd-current/sys/contrib/xen/
H A Ddomctl.h377 uint16_t cap; member in struct:xen_domctl_sched_credit
382 uint16_t cap; member in struct:xen_domctl_sched_credit2
/freebsd-current/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c376 .cap = {
392 if (init_attr.cap.max_inline_data >= size) {
H A Duc_pingpong.c365 .cap = {
380 if (init_attr.cap.max_inline_data >= size) {
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dwmi.c480 struct ath12k_pdev_cap *pdev_cap = &pdev->cap;
642 struct ath12k_wmi_target_cap_arg *cap)
652 cap->phy_capability = le32_to_cpu(ev->phy_capability);
653 cap->max_frag_entry = le32_to_cpu(ev->max_frag_entry);
654 cap->num_rf_chains = le32_to_cpu(ev->num_rf_chains);
655 cap->ht_cap_info = le32_to_cpu(ev->ht_cap_info);
656 cap->vht_cap_info = le32_to_cpu(ev->vht_cap_info);
657 cap->vht_supp_mcs = le32_to_cpu(ev->vht_supp_mcs);
658 cap->hw_min_tx_power = le32_to_cpu(ev->hw_min_tx_power);
659 cap
640 ath12k_pull_service_ready_tlv(struct ath12k_base *ab, const void *evt_buf, struct ath12k_wmi_target_cap_arg *cap) argument
[all...]
/freebsd-current/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c752 int i, x, cap = MIN(argc, probe->ftp_nargs); local
755 for (i = 0; i < cap; i++) {
774 int i, x, cap = MIN(argc, probe->ftp_nargs); local
777 for (i = 0; i < cap; i++) {
/freebsd-current/sys/dev/hpt27xx/
H A Dhptintf.h1523 int hpt_get_driver_capabilities(PDRIVER_CAPABILITIES cap);
1524 int hpt_get_driver_capabilities_v2(PDRIVER_CAPABILITIES_V2 cap);
2062 * cap max capacity of the array user want to create or transform
2069 * cap - max capacity of the target array
2072 int hpt_calc_max_array_capacity(DEVICEID source, PCREATE_ARRAY_PARAMS_V2 destInfo, HPT_U64 * cap);
2076 * cap max capacity of the array user want to create or transform
2083 * cap - max capacity of the target array
2086 int hpt_calc_max_array_capacity_v2(DEVICEID source, PCREATE_ARRAY_PARAMS_V3 destInfo, HPT_U64 * cap);
/freebsd-current/sys/dev/hptnr/
H A Dhptintf.h1519 int hpt_get_driver_capabilities(PDRIVER_CAPABILITIES cap);
1520 int hpt_get_driver_capabilities_v2(PDRIVER_CAPABILITIES_V2 cap);
2058 * cap max capacity of the array user want to create or transform
2065 * cap - max capacity of the target array
2068 int hpt_calc_max_array_capacity(DEVICEID source, PCREATE_ARRAY_PARAMS_V2 destInfo, HPT_U64 * cap);
2072 * cap max capacity of the array user want to create or transform
2079 * cap - max capacity of the target array
2082 int hpt_calc_max_array_capacity_v2(DEVICEID source, PCREATE_ARRAY_PARAMS_V3 destInfo, HPT_U64 * cap);
/freebsd-current/sys/netipsec/
H A Dipsec.c653 ipsec4_capability(struct mbuf *m, u_int cap) argument
656 switch (cap) {
819 ipsec6_capability(struct mbuf *m, u_int cap) argument
822 switch (cap) {
/freebsd-current/usr.sbin/bhyve/
H A Dpci_passthru.c213 int i, ptr, capptr, cap, sts, caplen, table_size; local
231 cap = pci_host_read_config(&sel, ptr + PCICAP_ID, 1);
232 if (cap == PCIY_MSI) {
250 } else if (cap == PCIY_MSIX) {
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c1177 u32 cap; local
1199 pcie_capability_read_dword(bridge, PCI_EXP_DEVCAP2, &cap);
1203 if (!(cap & PCI_EXP_DEVCAP2_ATOMIC_ROUTE))
1209 if ((cap & cap_mask) != cap_mask)
/freebsd-current/crypto/heimdal/appl/gssmask/
H A Dgssmask.c646 int32_t cap = HAS_MONIKER; local
650 cap |= ISSERVER; /* is server */
665 put32(c, cap);
/freebsd-current/sys/net80211/
H A Dieee80211_superg.c1011 getathcap(struct ieee80211vap *vap, int cap) argument
1015 return IEEE80211_ATH_CAP(vap, vap->iv_bss, cap) != 0;
1017 return (vap->iv_flags & cap) != 0;
/freebsd-current/sys/netinet/
H A Dtcp_subr.c3317 tcp_maxmtu(struct in_conninfo *inc, struct tcp_ifcap *cap) argument
3334 if (cap != NULL) {
3337 cap->ifcap |= CSUM_TSO;
3338 cap->tsomax = ifp->if_hw_tsomax;
3339 cap->tsomaxsegcount = ifp->if_hw_tsomaxsegcount;
3340 cap->tsomaxsegsize = ifp->if_hw_tsomaxsegsize;
3350 tcp_maxmtu6(struct in_conninfo *inc, struct tcp_ifcap *cap) argument
3373 if (cap != NULL) {
3376 cap->ifcap |= CSUM_TSO;
3377 cap
[all...]
/freebsd-current/contrib/capsicum-test/
H A Dlinux.cc1229 int cap = dup(fd); local
1230 EXPECT_OK(cap);
1231 EXPECT_OK(cap_rights_limit(cap, &rights));
1235 sprintf(buffer, "/proc/%d/fdinfo/%d", me, cap);
1251 close(cap);

Completed in 518 milliseconds

1234567891011>>