/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | twt.c | 36 u16 req_type = 0; in wpas_twt_send_setup() local 68 req_type |= BIT(0); /* This STA is a TWT Requesting STA */ in wpas_twt_send_setup() 70 req_type |= (setup_cmd & 0x7) << 1; in wpas_twt_send_setup() 72 req_type |= BIT(4); /* TWT SP includes trigger frames */ in wpas_twt_send_setup() 74 req_type |= BIT(5); /* Implicit TWT */ in wpas_twt_send_setup() 76 req_type |= BIT(6); /* Flow Type: Unannounced TWT */ in wpas_twt_send_setup() 77 req_type |= (flow_id & 0x7) << 7; in wpas_twt_send_setup() 78 req_type |= (exponent & 0x1f) << 10; /* TWT Wake Interval Exponent */ in wpas_twt_send_setup() 80 req_type |= BIT(15); in wpas_twt_send_setup() 81 wpabuf_put_le16(buf, req_type); in wpas_twt_send_setup()
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | hsi_struct_def.h | 57 uint16_t req_type; member 93 uint16_t req_type; member 207 uint16_t req_type; member 245 uint16_t req_type; member 266 uint16_t req_type; member 796 uint16_t req_type; member 1741 uint16_t req_type; member 1818 uint16_t req_type; member 1881 uint16_t req_type; member 13834 uint16_t req_type; member [all …]
|
H A D | bnxt_mgmt.h | 118 enum bnxt_mgmt_req_type req_type; member
|
H A D | bnxt_hwrm.c | 132 uint16_t req_type) in bnxt_hwrm_cmd_hdr_init() argument 136 req->req_type = htole16(req_type); in bnxt_hwrm_cmd_hdr_init() 159 (req->req_type != HWRM_FUNC_RESET && req->req_type != HWRM_VER_GET)) in _hwrm_send_message() 180 short_input.req_type = req->req_type; in _hwrm_send_message() 223 GET_HWRM_REQ_TYPE(req->req_type), softc->hwrm_cmd_timeo, in _hwrm_send_message() 237 GET_HWRM_REQ_TYPE(req->req_type), in _hwrm_send_message() 238 softc->hwrm_cmd_timeo, le16toh(req->req_type), in _hwrm_send_message() 250 GET_HWRM_REQ_TYPE(req->req_type), in _hwrm_send_message() 760 if (input->req_type == HWRM_NVM_INSTALL_UPDATE) in bnxt_hwrm_passthrough() 768 __FUNCTION__, GET_HWRM_REQ_TYPE(input->req_type), rc); in bnxt_hwrm_passthrough()
|
/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_roce.h | 172 u8 req_type; member 201 u8 req_type; member 239 u8 req_type; member 287 u8 req_type; member 340 u8 req_type; member 361 u8 req_type; member 410 u8 req_type; member 462 u8 req_type; member 484 u8 req_type; member 512 u8 req_type; member [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | rdma_common.h | 282 u8 req_type /* Type of WQE */; member 315 u8 req_type /* Type of WQE */; member 356 u8 req_type /* Type of WQE */; member 406 u8 req_type /* Type of WQE */; member 462 u8 req_type /* Type of WQE */; member 484 u8 req_type /* Type of WQE */; member 561 u8 req_type /* Type of WQE */; member 647 u8 req_type /* Type of WQE */; member 672 u8 req_type /* Type of WQE */; member 714 u8 req_type /* Type of WQE */; member [all …]
|
H A D | ecore_sriov.h | 302 void *p_tlvs_list, u16 req_type); 328 …wfn OSAL_UNUSED *p_hwfn, void OSAL_UNUSED *p_tlvs_list, u16 OSAL_UNUSED req_type) {return OSAL_NUL… in ecore_iov_search_list_tlvs() argument
|
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_queue.c | 493 admin_req.req_type.create_op_iq.qid = q_id; in pqisrc_delete_op_queue() 658 admin_req.req_type.change_op_iq_prop.qid = op_ib_q->q_id; in pqisrc_change_op_ibq_queue_prop() 659 admin_req.req_type.change_op_iq_prop.vend_specific = prop; in pqisrc_change_op_ibq_queue_prop() 684 admin_req.req_type.create_op_oq.qid = op_ob_q->q_id; in pqisrc_create_op_obq() 685 admin_req.req_type.create_op_oq.intr_msg_num = op_ob_q->intr_msg_num; in pqisrc_create_op_obq() 686 admin_req.req_type.create_op_oq.elem_arr_addr = op_ob_q->array_dma_addr; in pqisrc_create_op_obq() 687 admin_req.req_type.create_op_oq.ob_pi_addr = op_ob_q->pi_dma_addr; in pqisrc_create_op_obq() 688 admin_req.req_type.create_op_oq.num_elem = op_ob_q->num_elem; in pqisrc_create_op_obq() 689 admin_req.req_type.create_op_oq.elem_len = op_ob_q->elem_size / 16; in pqisrc_create_op_obq() 691 DBG_INFO("admin_req.req_type.create_op_oq.qid : %x\n",admin_req.req_type.create_op_oq.qid); in pqisrc_create_op_obq() [all …]
|
H A D | smartpqi_init.c | 67 admin_req.req_type.general_func.buf_size = pqi_cap_dma_buf.size; in pqisrc_report_pqi_capability() 68 admin_req.req_type.general_func.sg_desc.length = pqi_cap_dma_buf.size; in pqisrc_report_pqi_capability() 69 admin_req.req_type.general_func.sg_desc.addr = pqi_cap_dma_buf.dma_addr; in pqisrc_report_pqi_capability() 70 admin_req.req_type.general_func.sg_desc.type = SGL_DESCRIPTOR_CODE_DATA_BLOCK; in pqisrc_report_pqi_capability()
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_client.c | 562 int req_type, int expected_type) in cert_response() argument 671 int req_type, const OSSL_CRMF_MSG *crm, in initial_certreq() argument 682 if ((req = ossl_cmp_certreq_new(ctx, req_type, crm)) == NULL) in initial_certreq() 691 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type, in OSSL_CMP_try_certreq() argument 695 int is_p10 = req_type == OSSL_CMP_PKIBODY_P10CR; in OSSL_CMP_try_certreq() 697 int rep_type = is_p10 ? OSSL_CMP_PKIBODY_CP : req_type + 1; in OSSL_CMP_try_certreq() 706 if (!initial_certreq(ctx, req_type, crm, &rep, rep_type)) in OSSL_CMP_try_certreq() 709 if (req_type < 0) in OSSL_CMP_try_certreq() 718 req_type, rep_type); in OSSL_CMP_try_certreq() 732 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type, in OSSL_CMP_exec_certreq() argument [all …]
|
H A D | cmp_server.c | 463 int req_type, rsp_type; in OSSL_CMP_SRV_process_request() local 475 req_type = OSSL_CMP_MSG_get_bodytype(req); in OSSL_CMP_SRV_process_request() 477 "received %s", ossl_cmp_bodytype_to_string(req_type)); in OSSL_CMP_SRV_process_request() 490 switch (req_type) { in OSSL_CMP_SRV_process_request() 532 switch (req_type) { in OSSL_CMP_SRV_process_request()
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | fwctl.c | 275 uint32_t req_type; member 319 if (rinfo.req_type <= OP_MAX && ops[rinfo.req_type] != NULL) in fwctl_request_start() 320 rinfo.req_op = ops[rinfo.req_type]; in fwctl_request_start() 377 rinfo.req_type = value; in fwctl_request() 407 *retval = rinfo.req_type; in fwctl_response()
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_client_test.c | 28 int req_type; member 85 fixture->req_type = -1; in set_up() 128 X509 *res = OSSL_CMP_exec_certreq(ctx, fixture->req_type, NULL); in execute_exec_certrequest_ses_test() 188 fixture->req_type = OSSL_CMP_IR; in test_exec_IR_ses() 202 fixture->req_type = OSSL_CMP_IR; in test_exec_IR_ses_poll() 233 fixture->req_type = OSSL_CMP_CR; in test_exec_CR_ses() 260 fixture->req_type = OSSL_CMP_KUR; in test_exec_KUR_ses() 328 fixture->req_type = OSSL_CMP_P10CR; in test_exec_P10CR_ses()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_CMP_exec_certreq.pod | 23 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type, 33 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type, 67 by the I<req_type> parameter, which may be IR, CR, P10CR, or KUR. 81 constructed as stated above using the I<req_type> and optional I<crm> parameter. 84 unless the I<req_type> argument is < 0, which aborts the request. 98 a negative value as the I<req_type> argument then OSSL_CMP_try_certreq()
|
/freebsd/contrib/wpa/src/wps/ |
H A D | wps.c | 419 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type) in wps_build_assoc_req_ie() argument 435 wps_build_req_type(ie, req_type) || in wps_build_assoc_req_ie() 497 enum wps_request_type req_type, in wps_build_probe_req_ie() argument 510 wps_build_req_type(ie, req_type) || in wps_build_probe_req_ie() 522 wps_build_wfa_ext(ie, req_type == WPS_REQ_ENROLLEE, NULL, 0, 0) || in wps_build_probe_req_ie()
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | usb.c | 18 int __mt76u_vendor_request(struct mt76_dev *dev, u8 req, u8 req_type, in __mt76u_vendor_request() argument 28 pipe = (req_type & USB_DIR_IN) ? usb_rcvctrlpipe(udev, 0) in __mt76u_vendor_request() 34 ret = usb_control_msg(udev, pipe, req, req_type, val, in __mt76u_vendor_request() 50 u8 req_type, u16 val, u16 offset, in mt76u_vendor_request() argument 56 ret = __mt76u_vendor_request(dev, req, req_type, in mt76u_vendor_request() 65 u32 ___mt76u_rr(struct mt76_dev *dev, u8 req, u8 req_type, u32 addr) in ___mt76u_rr() argument 71 ret = __mt76u_vendor_request(dev, req, req_type, addr >> 16, in ___mt76u_rr() 112 void ___mt76u_wr(struct mt76_dev *dev, u8 req, u8 req_type, in ___mt76u_wr() argument 118 __mt76u_vendor_request(dev, req, req_type, addr >> 16, in ___mt76u_wr()
|
/freebsd/sys/dev/xdma/ |
H A D | xdma_sg.c | 346 if (xr->req_type == XR_TYPE_MBUF && in xchan_seg_done() 408 switch (xr->req_type) { in _xdma_load_data_busdma() 498 switch (xr->req_type) { in _xdma_load_data() 589 switch (xr->req_type) { in xdma_process()
|
H A D | xdma_bio.c | 85 xr->req_type = XR_TYPE_BIO; in xdma_enqueue_bio()
|
H A D | xdma_queue.c | 90 xr->req_type = XR_TYPE_VIRT; in xdma_enqueue()
|
H A D | xdma_mbuf.c | 90 xr->req_type = XR_TYPE_MBUF; in xdma_enqueue_mbuf()
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | lp.h | 128 enum req_type { REQ_START, REQ_RECVJOB, REQ_LIST, REQ_DELETE }; enum 131 enum req_type type; /* what sort of request is this? */
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | mac.c | 2291 if (!(twt_agrt->req_type & cpu_to_le16(IEEE80211_TWT_REQTYPE_IMPLICIT))) in mt7915_mac_check_twt_req() 2295 le16_to_cpu(twt_agrt->req_type)); in mt7915_mac_check_twt_req() 2310 u16 type = le16_to_cpu(twt_agrt->req_type); in mt7915_mac_twt_param_equal() 2341 u16 req_type = le16_to_cpu(twt_agrt->req_type); in mt7915_mac_add_twt_setup() local 2366 twt_agrt->req_type &= ~cpu_to_le16(IEEE80211_TWT_REQTYPE_FLOWID); in mt7915_mac_add_twt_setup() 2367 twt_agrt->req_type |= le16_encode_bits(flowid, in mt7915_mac_add_twt_setup() 2371 exp = FIELD_GET(IEEE80211_TWT_REQTYPE_WAKE_INT_EXP, req_type); in mt7915_mac_add_twt_setup() 2372 sta_setup_cmd = FIELD_GET(IEEE80211_TWT_REQTYPE_SETUP_CMD, req_type); in mt7915_mac_add_twt_setup() 2386 flow->protection = !!(req_type & IEEE80211_TWT_REQTYPE_PROTECTION); in mt7915_mac_add_twt_setup() 2387 flow->flowtype = !!(req_type & IEEE80211_TWT_REQTYPE_FLOWTYPE); in mt7915_mac_add_twt_setup() [all …]
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mac.c | 2428 if (!(twt_agrt->req_type & cpu_to_le16(IEEE80211_TWT_REQTYPE_IMPLICIT))) in mt7996_mac_check_twt_req() 2432 le16_to_cpu(twt_agrt->req_type)); in mt7996_mac_check_twt_req() 2450 u16 req_type = le16_to_cpu(twt_agrt->req_type); in mt7996_mac_add_twt_setup() local 2469 le16p_replace_bits(&twt_agrt->req_type, flowid, in mt7996_mac_add_twt_setup() 2473 exp = FIELD_GET(IEEE80211_TWT_REQTYPE_WAKE_INT_EXP, req_type); in mt7996_mac_add_twt_setup() 2474 sta_setup_cmd = FIELD_GET(IEEE80211_TWT_REQTYPE_SETUP_CMD, req_type); in mt7996_mac_add_twt_setup() 2485 flow->protection = !!(req_type & IEEE80211_TWT_REQTYPE_PROTECTION); in mt7996_mac_add_twt_setup() 2486 flow->flowtype = !!(req_type & IEEE80211_TWT_REQTYPE_FLOWTYPE); in mt7996_mac_add_twt_setup() 2487 flow->trigger = !!(req_type & IEEE80211_TWT_REQTYPE_TRIGGER); in mt7996_mac_add_twt_setup() 2517 le16p_replace_bits(&twt_agrt->req_type, setup_cmd, in mt7996_mac_add_twt_setup()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | mcu.h | 219 u8 req_type; member
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | utils.c | 278 * @req_type: The part of the driver who call for a change. 286 enum iwl_mvm_smps_type_request req_type, in iwl_mvm_update_smps() 308 mvmvif->link[link_id]->smps_requests[req_type] = smps_request; in iwl_mvm_update_smps() 329 enum iwl_mvm_smps_type_request req_type, in iwl_mvm_update_smps_on_active_links() 337 iwl_mvm_update_smps(mvm, vif, req_type, smps_request, in iwl_mvm_update_smps_on_active_links() 284 iwl_mvm_update_smps(struct iwl_mvm * mvm,struct ieee80211_vif * vif,enum iwl_mvm_smps_type_request req_type,enum ieee80211_smps_mode smps_request,unsigned int link_id) iwl_mvm_update_smps() argument 327 iwl_mvm_update_smps_on_active_links(struct iwl_mvm * mvm,struct ieee80211_vif * vif,enum iwl_mvm_smps_type_request req_type,enum ieee80211_smps_mode smps_request) iwl_mvm_update_smps_on_active_links() argument
|