| /freebsd/sys/ofed/include/rdma/ |
| H A D | rdmavt_cq.h | 97 void rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited);
|
| /freebsd/contrib/ofed/libirdma/ |
| H A D | irdma_umain.h | 176 int irdma_uarm_cq(struct ibv_cq *cq, int solicited);
|
| H A D | irdma_uverbs.c | 1179 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 D | fm_port_dsar.h | 322 uint32_t solicited:1;
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | nan_de.h | 118 bool solicited; member
|
| H A D | nan_de.c | 1145 !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 D | libcxgb4.h | 198 int c4iw_arm_cq(struct ibv_cq *cq, int solicited);
|
| H A D | cq.c | 780 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 D | cq.c | 681 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 D | mlx4.h | 395 int mlx4_arm_cq(struct ibv_cq *cq, int solicited);
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | README-NAN-USD | 29 …[srv_proto_type=<type>] [ssi=<service specific information (hexdump)>] [solicited=0] [unsolicited=…
|
| H A D | robust_av.c | 1795 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 D | wpa_supplicant_i.h | 557 bool solicited; member
|
| H A D | ctrl_iface.c | 12515 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 D | README | 1158 DSCP_RESP <[reset]>/<[solicited] [policy_id=1 status=0...]> [more]
|
| H A D | nan_supplicant.c | 4540 if (params->proximity_ranging && !params->solicited) { in wpas_nan_publish()
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | glossary.md | 265 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 D | mlx5.h | 621 int mlx5_arm_cq(struct ibv_cq *cq, int solicited);
|
| H A D | cq.c | 1289 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 D | kern-abi.h | 537 __u32 solicited; member
|
| H A D | cmd.c | 607 cmd.solicited = !!solicited_only; in ibv_cmd_req_notify_cq()
|
| /freebsd/contrib/wpa/wpa_supplicant/dbus/ |
| H A D | dbus_new_handlers.c | 6513 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 D | openssl-s_server.pod.in | 812 A raw public key will be sent by the server, if solicited by the client,
|
| H A D | openssl-s_client.pod.in | 795 A raw public key will be sent by the client, if solicited by the server,
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | ctrl_iface.c | 3664 params.solicited = true; in hostapd_ctrl_nan_publish() 3699 params.solicited = false; in hostapd_ctrl_nan_publish()
|