| /src/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()
|
| /src/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 805 uint16_t req_type; member 1786 uint16_t req_type; member 1863 uint16_t req_type; member 1926 uint16_t req_type; member 14148 uint16_t req_type; member [all …]
|
| H A D | bnxt_mgmt.h | 123 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() 828 if (input->req_type == HWRM_NVM_INSTALL_UPDATE) in bnxt_hwrm_passthrough() 836 __FUNCTION__, GET_HWRM_REQ_TYPE(input->req_type), rc); in bnxt_hwrm_passthrough()
|
| /src/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 …]
|
| /src/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
|
| /src/crypto/openssl/test/ |
| H A D | cmp_client_test.c | 26 int req_type; member 83 fixture->req_type = -1; in set_up() 127 X509 *res = OSSL_CMP_exec_certreq(ctx, fixture->req_type, NULL); in execute_exec_certrequest_ses_test() 187 fixture->req_type = OSSL_CMP_PKIBODY_IR; in test_exec_IR_ses() 200 static int test_exec_REQ_ses_poll(int req_type, int check_after, in test_exec_REQ_ses_poll() argument 205 fixture->req_type = req_type; in test_exec_REQ_ses_poll() 212 if (req_type == OSSL_CMP_PKIBODY_IR) { in test_exec_REQ_ses_poll() 214 } else if (req_type == OSSL_CMP_PKIBODY_GENM) { in test_exec_REQ_ses_poll() 245 fixture->req_type = OSSL_CMP_PKIBODY_CR; in test_exec_CR_ses() 272 fixture->req_type = OSSL_CMP_PKIBODY_KUR; in test_exec_KUR_ses() [all …]
|
| /src/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() 645 admin_req.req_type.change_op_iq_prop.qid = op_ib_q->q_id; in pqisrc_change_op_ibq_queue_prop() 646 admin_req.req_type.change_op_iq_prop.vend_specific = prop; in pqisrc_change_op_ibq_queue_prop() 671 admin_req.req_type.create_op_oq.qid = op_ob_q->q_id; in pqisrc_create_op_obq() 672 admin_req.req_type.create_op_oq.intr_msg_num = op_ob_q->intr_msg_num; in pqisrc_create_op_obq() 673 admin_req.req_type.create_op_oq.elem_arr_addr = op_ob_q->array_dma_addr; in pqisrc_create_op_obq() 674 admin_req.req_type.create_op_oq.ob_pi_addr = op_ob_q->pi_dma_addr; in pqisrc_create_op_obq() 675 admin_req.req_type.create_op_oq.num_elem = op_ob_q->num_elem; in pqisrc_create_op_obq() 676 admin_req.req_type.create_op_oq.elem_len = op_ob_q->elem_size / 16; in pqisrc_create_op_obq() 678 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()
|
| /src/crypto/openssl/crypto/cmp/ |
| H A D | cmp_client.c | 654 ossl_unused int req_type, in cert_response() argument 801 int req_type, const OSSL_CRMF_MSG *crm, in initial_certreq() argument 812 if ((req = ossl_cmp_certreq_new(ctx, req_type, crm)) == NULL) in initial_certreq() 821 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type, in OSSL_CMP_try_certreq() argument 825 int is_p10 = req_type == OSSL_CMP_PKIBODY_P10CR; in OSSL_CMP_try_certreq() 827 int rep_type = is_p10 ? OSSL_CMP_PKIBODY_CP : req_type + 1; in OSSL_CMP_try_certreq() 836 if (!initial_certreq(ctx, req_type, crm, &rep, rep_type)) in OSSL_CMP_try_certreq() 842 if (req_type < 0) in OSSL_CMP_try_certreq() 851 req_type, rep_type); in OSSL_CMP_try_certreq() 865 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 | 589 int req_type, rsp_type; in OSSL_CMP_SRV_process_request() local 601 req_type = OSSL_CMP_MSG_get_bodytype(req); in OSSL_CMP_SRV_process_request() 603 "received %s", ossl_cmp_bodytype_to_string(req_type)); in OSSL_CMP_SRV_process_request() 616 if (srv_ctx->polling && req_type != OSSL_CMP_PKIBODY_POLLREQ in OSSL_CMP_SRV_process_request() 617 && req_type != OSSL_CMP_PKIBODY_ERROR) { in OSSL_CMP_SRV_process_request() 622 switch (req_type) { in OSSL_CMP_SRV_process_request() 669 if (req_type == OSSL_CMP_PKIBODY_POLLREQ) { in OSSL_CMP_SRV_process_request()
|
| /src/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()
|
| /src/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()
|
| /src/crypto/openssl/apps/lib/ |
| H A D | cmp_mock_srv.c | 222 int req_type = OSSL_CMP_MSG_get_bodytype(req); in delayed_delivery() local 233 if (req_type == OSSL_CMP_IR in delayed_delivery() 234 || req_type == OSSL_CMP_CR in delayed_delivery() 235 || req_type == OSSL_CMP_P10CR in delayed_delivery() 236 || req_type == OSSL_CMP_KUR in delayed_delivery() 238 || req_type == OSSL_CMP_ERROR) in delayed_delivery()
|
| /src/sys/contrib/dev/mediatek/mt76/ |
| H A D | usb.c | 24 int __mt76u_vendor_request(struct mt76_dev *dev, u8 req, u8 req_type, in __mt76u_vendor_request() argument 34 pipe = (req_type & USB_DIR_IN) ? usb_rcvctrlpipe(udev, 0) in __mt76u_vendor_request() 40 ret = usb_control_msg(udev, pipe, req, req_type, val, in __mt76u_vendor_request() 56 u8 req_type, u16 val, u16 offset, in mt76u_vendor_request() argument 62 ret = __mt76u_vendor_request(dev, req, req_type, in mt76u_vendor_request() 71 u32 ___mt76u_rr(struct mt76_dev *dev, u8 req, u8 req_type, u32 addr) in ___mt76u_rr() argument 77 ret = __mt76u_vendor_request(dev, req, req_type, addr >> 16, in ___mt76u_rr() 118 void ___mt76u_wr(struct mt76_dev *dev, u8 req, u8 req_type, in ___mt76u_wr() argument 124 __mt76u_vendor_request(dev, req, req_type, addr >> 16, in ___mt76u_wr()
|
| /src/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()
|
| /src/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? */
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OSSL_CMP_exec_certreq.pod | 27 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type, 37 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type, 81 by the I<req_type> parameter, which may be IR, CR, P10CR, or KUR. 95 constructed as stated above using the I<req_type> and optional I<crm> parameter. 98 unless the I<req_type> argument is < 0, which aborts the request. 112 a negative value as the I<req_type> argument then OSSL_CMP_try_certreq()
|
| /src/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | mac.c | 2283 if (!(twt_agrt->req_type & cpu_to_le16(IEEE80211_TWT_REQTYPE_IMPLICIT))) in mt7915_mac_check_twt_req() 2287 le16_to_cpu(twt_agrt->req_type)); in mt7915_mac_check_twt_req() 2302 u16 type = le16_to_cpu(twt_agrt->req_type); in mt7915_mac_twt_param_equal() 2333 u16 req_type = le16_to_cpu(twt_agrt->req_type); in mt7915_mac_add_twt_setup() local 2358 twt_agrt->req_type &= ~cpu_to_le16(IEEE80211_TWT_REQTYPE_FLOWID); in mt7915_mac_add_twt_setup() 2359 twt_agrt->req_type |= le16_encode_bits(flowid, in mt7915_mac_add_twt_setup() 2363 exp = FIELD_GET(IEEE80211_TWT_REQTYPE_WAKE_INT_EXP, req_type); in mt7915_mac_add_twt_setup() 2364 sta_setup_cmd = FIELD_GET(IEEE80211_TWT_REQTYPE_SETUP_CMD, req_type); in mt7915_mac_add_twt_setup() 2378 flow->protection = !!(req_type & IEEE80211_TWT_REQTYPE_PROTECTION); in mt7915_mac_add_twt_setup() 2379 flow->flowtype = !!(req_type & IEEE80211_TWT_REQTYPE_FLOWTYPE); in mt7915_mac_add_twt_setup() [all …]
|
| /src/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mac.c | 3183 if (!(twt_agrt->req_type & cpu_to_le16(IEEE80211_TWT_REQTYPE_IMPLICIT))) in mt7996_mac_check_twt_req() 3187 le16_to_cpu(twt_agrt->req_type)); in mt7996_mac_check_twt_req() 3202 u16 type = le16_to_cpu(twt_agrt->req_type); in mt7996_mac_twt_param_equal() 3234 u16 req_type = le16_to_cpu(twt_agrt->req_type); in mt7996_mac_add_twt_setup() local 3262 twt_agrt->req_type &= ~cpu_to_le16(IEEE80211_TWT_REQTYPE_FLOWID); in mt7996_mac_add_twt_setup() 3263 twt_agrt->req_type |= le16_encode_bits(flowid, in mt7996_mac_add_twt_setup() 3267 exp = FIELD_GET(IEEE80211_TWT_REQTYPE_WAKE_INT_EXP, req_type); in mt7996_mac_add_twt_setup() 3268 sta_setup_cmd = FIELD_GET(IEEE80211_TWT_REQTYPE_SETUP_CMD, req_type); in mt7996_mac_add_twt_setup() 3279 flow->protection = !!(req_type & IEEE80211_TWT_REQTYPE_PROTECTION); in mt7996_mac_add_twt_setup() 3280 flow->flowtype = !!(req_type & IEEE80211_TWT_REQTYPE_FLOWTYPE); in mt7996_mac_add_twt_setup() [all …]
|
| /src/sys/contrib/dev/mediatek/mt76/mt7615/ |
| H A D | mcu.h | 219 u8 req_type; member
|