Home
last modified time | relevance | path

Searched refs:solicited (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/sys/ofed/include/rdma/
H A Drdmavt_cq.h97 void rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited);
/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.h176 int irdma_uarm_cq(struct ibv_cq *cq, int solicited);
H A Dirdma_uverbs.c1179 irdma_uarm_cq(struct ibv_cq *cq, int solicited) in irdma_uarm_cq() argument
1186 if (solicited) in irdma_uarm_cq()
1194 if (iwucq->arm_sol && !solicited) { in irdma_uarm_cq()
1198 iwucq->skip_sol = solicited ? true : false; in irdma_uarm_cq()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_dsar.h322 uint32_t solicited:1;
/freebsd/contrib/wpa/src/common/
H A Dnan_de.h118 bool solicited; member
H A Dnan_de.c1145 !srv->publish.unsolicited && srv->publish.solicited) || in nan_de_timer()
1773 if (!srv->publish.solicited) in nan_de_rx_subscribe()
2184 if (!params->unsolicited && !params->solicited) { in nan_de_publish()
2190 if (params->proximity_ranging && params->solicited && !elems) { in nan_de_publish()
2322 srv->is_pr = params->proximity_ranging && params->solicited; in nan_de_publish()
/freebsd/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h198 int c4iw_arm_cq(struct ibv_cq *cq, int solicited);
H A Dcq.c780 int c4iw_arm_cq(struct ibv_cq *ibcq, int solicited) in c4iw_arm_cq() argument
788 ret = t4_arm_cq(&chp->cq, solicited); in c4iw_arm_cq()
/freebsd/contrib/ofed/libmlx4/
H A Dcq.c681 int mlx4_arm_cq(struct ibv_cq *ibvcq, int solicited) in mlx4_arm_cq() argument
691 cmd = solicited ? MLX4_CQ_DB_REQ_NOT_SOL : MLX4_CQ_DB_REQ_NOT; in mlx4_arm_cq()
H A Dmlx4.h395 int mlx4_arm_cq(struct ibv_cq *cq, int solicited);
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-NAN-USD29 …[srv_proto_type=<type>] [ssi=<service specific information (hexdump)>] [solicited=0] [unsolicited=…
H A Drobust_av.c1795 if (resp_data->solicited && !wpa_s->dscp_req_dialog_token) { in wpas_send_dscp_response()
1827 wpabuf_put_u8(buf, resp_data->solicited ? in wpas_send_dscp_response()
H A Dwpa_supplicant_i.h557 bool solicited; member
H A Dctrl_iface.c12515 resp_data.solicited = false; in wpas_ctrl_iface_send_dscp_resp()
12519 resp_data.solicited = os_strstr(cmd, "solicited") != NULL; in wpas_ctrl_iface_send_dscp_resp()
12901 params.solicited = true; in wpas_ctrl_nan_publish()
12963 params.solicited = false; in wpas_ctrl_nan_publish()
H A DREADME1158 DSCP_RESP <[reset]>/<[solicited] [policy_id=1 status=0...]> [more]
H A Dnan_supplicant.c4540 if (params->proximity_ranging && !params->solicited) { in wpas_nan_publish()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dglossary.md265 Causes a solicited TXKU. See also TXKU.
300 either spontaneous (locally initiated) or in solicited (in response to receiving
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.h621 int mlx5_arm_cq(struct ibv_cq *cq, int solicited);
H A Dcq.c1289 int mlx5_arm_cq(struct ibv_cq *ibvcq, int solicited) in mlx5_arm_cq() argument
1300 cmd = solicited ? MLX5_CQ_DB_REQ_NOT_SOL : MLX5_CQ_DB_REQ_NOT; in mlx5_arm_cq()
/freebsd/contrib/ofed/libibverbs/
H A Dkern-abi.h537 __u32 solicited; member
H A Dcmd.c607 cmd.solicited = !!solicited_only; in ibv_cmd_req_notify_cq()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c6513 params.solicited = true; in wpas_dbus_handler_nan_publish()
6538 params.solicited = entry.bool_value; in wpas_dbus_handler_nan_publish()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-s_server.pod.in812 A raw public key will be sent by the server, if solicited by the client,
H A Dopenssl-s_client.pod.in795 A raw public key will be sent by the client, if solicited by the server,
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c3664 params.solicited = true; in hostapd_ctrl_nan_publish()
3699 params.solicited = false; in hostapd_ctrl_nan_publish()

12