| /freebsd-13.1/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()
|
| H A D | robust_av.c | 848 u8 req_type; member 1194 policy->req_type = attr_data[1]; in wpas_fill_dscp_policy() 1320 if (policy.req_type == DSCP_POLICY_REQ_ADD) in wpas_handle_qos_mgmt_recv_action() 1322 else if (policy.req_type == DSCP_POLICY_REQ_REMOVE) in wpas_handle_qos_mgmt_recv_action()
|
| H A D | scan.c | 51 enum wps_request_type *req_type) in wpas_wps_in_use() argument 61 *req_type = wpas_wps_get_req_type(ssid); in wpas_wps_in_use() 72 *req_type = WPS_REQ_ENROLLEE_INFO; in wpas_wps_in_use() 599 enum wps_request_type req_type = WPS_REQ_ENROLLEE_INFO; in wpa_supplicant_extra_ies() local 627 wps = wpas_wps_in_use(wpa_s, &req_type); in wpa_supplicant_extra_ies() 634 wpa_s->wps->uuid, req_type, in wpa_supplicant_extra_ies()
|
| /freebsd-13.1/sys/dev/bnxt/ |
| H A D | hsi_struct_def.h | 5469 uint16_t req_type; member 5529 uint16_t req_type; member 5771 uint16_t req_type; member 5841 uint16_t req_type; member 5878 uint16_t req_type; member 5923 uint16_t req_type; member 5969 uint16_t req_type; member 6014 uint16_t req_type; member 6052 uint16_t req_type; member 6100 uint16_t req_type; member [all …]
|
| H A D | bnxt_hwrm.c | 105 uint16_t req_type) in bnxt_hwrm_cmd_hdr_init() argument 109 req->req_type = htole16(req_type); in bnxt_hwrm_cmd_hdr_init() 140 short_input.req_type = req->req_type; in _hwrm_send_message() 183 GET_HWRM_REQ_TYPE(req->req_type), softc->hwrm_cmd_timeo, in _hwrm_send_message() 197 GET_HWRM_REQ_TYPE(req->req_type), in _hwrm_send_message() 198 softc->hwrm_cmd_timeo, le16toh(req->req_type), in _hwrm_send_message() 210 GET_HWRM_REQ_TYPE(req->req_type), in _hwrm_send_message()
|
| /freebsd-13.1/sys/dev/qlnx/qlnxr/ |
| H A D | qlnxr_roce.h | 174 u8 req_type; member 203 u8 req_type; member 241 u8 req_type; member 289 u8 req_type; member 342 u8 req_type; member 363 u8 req_type; member 412 u8 req_type; member 464 u8 req_type; member 486 u8 req_type; member 514 u8 req_type; member [all …]
|
| H A D | qlnxr_verbs.c | 4668 wqe->req_type = RDMA_SQ_REQ_TYPE_SEND_WITH_IMM; 4691 wqe->req_type = RDMA_SQ_REQ_TYPE_SEND; 4712 wqe->req_type = RDMA_SQ_REQ_TYPE_SEND_WITH_INVALIDATE; 4731 wqe->req_type = RDMA_SQ_REQ_TYPE_RDMA_WR_WITH_IMM; 4752 wqe->req_type = RDMA_SQ_REQ_TYPE_RDMA_WR; 4782 wqe->req_type = RDMA_SQ_REQ_TYPE_RDMA_RD; 4824 wqe->req_type = RDMA_SQ_REQ_TYPE_ATOMIC_ADD; 4828 wqe->req_type = RDMA_SQ_REQ_TYPE_ATOMIC_CMP_AND_SWAP; 4850 iwqe->req_type = RDMA_SQ_REQ_TYPE_LOCAL_INVALIDATE; 4863 wqe->req_type = RDMA_SQ_REQ_TYPE_FAST_MR; [all …]
|
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | rdma_common.h | 284 u8 req_type /* Type of WQE */; member 317 u8 req_type /* Type of WQE */; member 358 u8 req_type /* Type of WQE */; member 408 u8 req_type /* Type of WQE */; member 464 u8 req_type /* Type of WQE */; member 486 u8 req_type /* Type of WQE */; member 563 u8 req_type /* Type of WQE */; member 649 u8 req_type /* Type of WQE */; member 674 u8 req_type /* Type of WQE */; member 716 u8 req_type /* Type of WQE */; member [all …]
|
| H A D | ecore_sriov.h | 304 void *p_tlvs_list, u16 req_type); 330 …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-13.1/sys/dev/smartpqi/ |
| H A D | smartpqi_queue.c | 402 admin_req.req_type.create_op_iq.qid = q_id; in pqisrc_delete_op_queue() 553 admin_req.req_type.change_op_iq_prop.qid = op_ib_q->q_id; in pqisrc_change_op_ibq_queue_prop() 554 admin_req.req_type.change_op_iq_prop.vend_specific = prop; in pqisrc_change_op_ibq_queue_prop() 579 admin_req.req_type.create_op_oq.qid = op_ob_q->q_id; in pqisrc_create_op_obq() 582 admin_req.req_type.create_op_oq.ob_pi_addr = op_ob_q->pi_dma_addr; in pqisrc_create_op_obq() 583 admin_req.req_type.create_op_oq.num_elem = op_ob_q->num_elem; in pqisrc_create_op_obq() 584 admin_req.req_type.create_op_oq.elem_len = op_ob_q->elem_size / 16; in pqisrc_create_op_obq() 624 admin_req.req_type.create_op_iq.qid = op_ib_q->q_id; in pqisrc_create_op_ibq() 626 admin_req.req_type.create_op_iq.iq_ci_addr = op_ib_q->ci_dma_addr; in pqisrc_create_op_ibq() 627 admin_req.req_type.create_op_iq.num_elem = op_ib_q->num_elem; in pqisrc_create_op_ibq() [all …]
|
| H A D | smartpqi_init.c | 72 admin_req.req_type.general_func.buf_size = pqi_cap_dma_buf.size; in pqisrc_report_pqi_capability() 73 admin_req.req_type.general_func.sg_desc.length = pqi_cap_dma_buf.size; in pqisrc_report_pqi_capability() 74 admin_req.req_type.general_func.sg_desc.addr = pqi_cap_dma_buf.dma_addr; in pqisrc_report_pqi_capability() 75 admin_req.req_type.general_func.sg_desc.type = SGL_DESCRIPTOR_CODE_DATA_BLOCK; in pqisrc_report_pqi_capability()
|
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | fwctl.c | 283 uint32_t req_type; member 327 if (rinfo.req_type <= OP_MAX && ops[rinfo.req_type] != NULL) in fwctl_request_start() 328 rinfo.req_op = ops[rinfo.req_type]; in fwctl_request_start() 385 rinfo.req_type = value; in fwctl_request() 415 *retval = rinfo.req_type; in fwctl_response()
|
| /freebsd-13.1/contrib/wpa/src/wps/ |
| H A D | wps.c | 418 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type) in wps_build_assoc_req_ie() argument 434 wps_build_req_type(ie, req_type) || in wps_build_assoc_req_ie() 496 enum wps_request_type req_type, in wps_build_probe_req_ie() argument 509 wps_build_req_type(ie, req_type) || in wps_build_probe_req_ie() 521 wps_build_wfa_ext(ie, req_type == WPS_REQ_ENROLLEE, NULL, 0, 0) || in wps_build_probe_req_ie()
|
| H A D | wps.h | 244 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type); 248 enum wps_request_type req_type,
|
| /freebsd-13.1/sys/dev/xdma/ |
| H A D | xdma_sg.c | 348 if (xr->req_type == XR_TYPE_MBUF && in xchan_seg_done() 410 switch (xr->req_type) { in _xdma_load_data_busdma() 500 switch (xr->req_type) { in _xdma_load_data() 591 switch (xr->req_type) { in xdma_process()
|
| H A D | xdma_bio.c | 87 xr->req_type = XR_TYPE_BIO; in xdma_enqueue_bio()
|
| H A D | xdma_queue.c | 94 xr->req_type = XR_TYPE_VIRT; in xdma_enqueue()
|
| H A D | xdma_mbuf.c | 92 xr->req_type = XR_TYPE_MBUF; in xdma_enqueue_mbuf()
|
| H A D | xdma.h | 107 enum xdma_request_type req_type; member
|
| /freebsd-13.1/usr.sbin/lpr/common_source/ |
| H A D | lp.h | 131 enum req_type { REQ_START, REQ_RECVJOB, REQ_LIST, REQ_DELETE }; enum 134 enum req_type type; /* what sort of request is this? */
|
| /freebsd-13.1/sys/dev/qat/ |
| H A D | qat_hw15reg.h | 124 uint8_t req_type; member
|
| /freebsd-13.1/sys/dev/usb/serial/ |
| H A D | uplcom.c | 610 uplcom_pl2303_do(struct usb_device *udev, uint8_t req_type, uint8_t request, in uplcom_pl2303_do() argument 617 req.bmRequestType = req_type; in uplcom_pl2303_do()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | utils.c | 283 enum iwl_mvm_smps_type_request req_type, in iwl_mvm_update_smps() argument 300 mvmvif->smps_requests[req_type] = smps_request; in iwl_mvm_update_smps()
|
| /freebsd-13.1/sys/mips/ingenic/ |
| H A D | jz4780_aic.c | 338 sc->req.req_type = XR_TYPE_PHYS; in setup_xdma()
|
| /freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| H A D | wlan_sys.c | 168 wlan_ioctl(char *wif_name, uint16_t req_type, int *val, void *arg, in wlan_ioctl() argument 176 ireq.i_type = req_type; in wlan_ioctl() 184 req_type, strerror(errno)); in wlan_ioctl()
|