Home
last modified time | relevance | path

Searched refs:req_type (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/sys/dev/bnxt/
H A Dhsi_struct_def.h5469 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 Dbnxt_hwrm.c105 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-12.1/sys/dev/qlnx/qlnxe/
H A Drdma_common.h301 u8 req_type /* Type of WQE */; member
335 u8 req_type /* Type of WQE */; member
379 u8 req_type /* Type of WQE */; member
430 u8 req_type /* Type of WQE */; member
488 u8 req_type /* Type of WQE */; member
511 u8 req_type /* Type of WQE */; member
589 u8 req_type /* Type of WQE */; member
678 u8 req_type /* Type of WQE */; member
704 u8 req_type /* Type of WQE */; member
747 u8 req_type /* Type of WQE */; member
[all …]
H A Decore_sriov.h304 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
H A Decore_sriov.c2913 void *p_tlvs_list, u16 req_type) in ecore_iov_search_list_tlvs() argument
2925 if (p_tlv->type == req_type) { in ecore_iov_search_list_tlvs()
/freebsd-12.1/sys/dev/smartpqi/
H A Dsmartpqi_queue.c394 admin_req.req_type.create_op_iq.qid = q_id; in pqisrc_delete_op_queue()
540 admin_req.req_type.change_op_iq_prop.qid = op_ib_q->q_id; in pqisrc_change_op_ibq_queue_prop()
541 admin_req.req_type.change_op_iq_prop.vend_specific = prop; in pqisrc_change_op_ibq_queue_prop()
565 admin_req.req_type.create_op_oq.qid = op_ob_q->q_id; in pqisrc_create_op_obq()
568 admin_req.req_type.create_op_oq.ob_pi_addr = op_ob_q->pi_dma_addr; in pqisrc_create_op_obq()
569 admin_req.req_type.create_op_oq.num_elem = op_ob_q->num_elem; in pqisrc_create_op_obq()
570 admin_req.req_type.create_op_oq.elem_len = op_ob_q->elem_size / 16; in pqisrc_create_op_obq()
609 admin_req.req_type.create_op_iq.qid = op_ib_q->q_id; in pqisrc_create_op_ibq()
611 admin_req.req_type.create_op_iq.iq_ci_addr = op_ib_q->ci_dma_addr; in pqisrc_create_op_ibq()
612 admin_req.req_type.create_op_iq.num_elem = op_ib_q->num_elem; in pqisrc_create_op_ibq()
[all …]
H A Dsmartpqi_init.c69 admin_req.req_type.general_func.buf_size = pqi_cap_dma_buf.size; in pqisrc_report_pqi_capability()
70 admin_req.req_type.general_func.sg_desc.length = pqi_cap_dma_buf.size; in pqisrc_report_pqi_capability()
71 admin_req.req_type.general_func.sg_desc.addr = pqi_cap_dma_buf.dma_addr; in pqisrc_report_pqi_capability()
72 admin_req.req_type.general_func.sg_desc.type = SGL_DESCRIPTOR_CODE_DATA_BLOCK; in pqisrc_report_pqi_capability()
H A Dsmartpqi_structures.h329 } OS_ATTRIBUTE_PACKED req_type; member
/freebsd-12.1/usr.sbin/bhyve/
H A Dfwctl.c283 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-12.1/contrib/wpa/src/wps/
H A Dwps.c418 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 Dwps.h243 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type);
247 enum wps_request_type req_type,
/freebsd-12.1/sys/dev/xdma/
H A Dxdma_sg.c348 xr->req_type == XR_TYPE_MBUF && in xchan_seg_done()
404 switch (xr->req_type) { in _xdma_load_data_busdma()
491 switch (xr->req_type) { in _xdma_load_data()
566 switch (xr->req_type) { in xdma_process()
H A Dxdma_bio.c88 xr->req_type = XR_TYPE_BIO; in xdma_enqueue_bio()
H A Dxdma_queue.c92 xr->req_type = XR_TYPE_VIRT; in xdma_enqueue()
H A Dxdma_mbuf.c93 xr->req_type = XR_TYPE_MBUF; in xdma_enqueue_mbuf()
H A Dxdma.h99 enum xdma_request_type req_type; member
/freebsd-12.1/usr.sbin/lpr/common_source/
H A Dlp.h131 enum req_type { REQ_START, REQ_RECVJOB, REQ_LIST, REQ_DELETE }; enum
134 enum req_type type; /* what sort of request is this? */
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dscan.c51 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()
527 enum wps_request_type req_type = WPS_REQ_ENROLLEE_INFO; in wpa_supplicant_extra_ies() local
555 wps = wpas_wps_in_use(wpa_s, &req_type); in wpa_supplicant_extra_ies()
562 wpa_s->wps->uuid, req_type, in wpa_supplicant_extra_ies()
/freebsd-12.1/sys/dev/usb/serial/
H A Duplcom.c559 uplcom_pl2303_do(struct usb_device *udev, uint8_t req_type, uint8_t request, in uplcom_pl2303_do() argument
566 req.bmRequestType = req_type; in uplcom_pl2303_do()
/freebsd-12.1/sys/mips/ingenic/
H A Djz4780_aic.c338 sc->req.req_type = XR_TYPE_PHYS; in setup_xdma()
/freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c169 wlan_ioctl(char *wif_name, uint16_t req_type, int *val, void *arg, in wlan_ioctl() argument
177 ireq.i_type = req_type; in wlan_ioctl()
185 req_type, strerror(errno)); in wlan_ioctl()
/freebsd-12.1/sys/dev/hptiop/
H A Dhptiop.c629 u_int32_t req_type = _tag & 0xf; in hptiop_request_callback_mvfrey() local
636 switch (req_type) { in hptiop_request_callback_mvfrey()
/freebsd-12.1/sys/dev/ocs_fc/
H A Dsli4.c6454 sli_els_request64_wqe(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *sgl, uint8_t req_type, in sli_els_request64_wqe() argument
6505 switch (req_type) { in sli_els_request64_wqe()