Home
last modified time | relevance | path

Searched refs:service_type (Results 1 – 13 of 13) sorted by relevance

/f-stack/dpdk/drivers/common/qat/
H A Dqat_qp.c41 .service_type = QAT_SERVICE_ASYMMETRIC,
49 .service_type = QAT_SERVICE_ASYMMETRIC,
60 .service_type = QAT_SERVICE_SYMMETRIC,
68 .service_type = QAT_SERVICE_SYMMETRIC,
79 .service_type = QAT_SERVICE_COMPRESSION,
86 .service_type = QAT_SERVICE_COMPRESSION,
102 .service_type = QAT_SERVICE_ASYMMETRIC,
113 .service_type = QAT_SERVICE_SYMMETRIC,
124 .service_type = QAT_SERVICE_COMPRESSION,
154 if (qp_hw_data[i].service_type == service) in qat_qps_per_service()
[all …]
H A Dqat_qp.h21 enum qat_service_type service_type; member
71 enum qat_service_type service_type; member
/f-stack/dpdk/drivers/common/qat/qat_adf/
H A Dicp_qat_fw.h76 uint8_t service_type; member
128 icp_qat_fw_comn_req_hdr_t.service_type
131 icp_qat_fw_comn_req_hdr_t.service_type = val
H A Dicp_qat_fw_pke.h129 u8 service_type; member
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.h275 o->val.service_type = ((ng_l2cap_flow_p) \
276 (_flow))->service_type; \
H A Dng_l2cap_llpi.c399 ep->service_type = flow->service_type; in ng_l2cap_lp_qos_req()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_l2cap.h157 u_int8_t service_type; /* service type */ member
H A Dng_hci.h520 u_int8_t service_type; /* service type */ member
914 u_int8_t service_type; /* service type */ member
1904 u_int8_t service_type; /* service type */ member
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_asym.c32 qat_req->pke_hdr.service_type = ICP_QAT_FW_COMN_REQ_CPM_FW_PKE; in qat_fill_req_tmpl()
524 qat_req->pke_hdr.service_type = ICP_QAT_FW_COMN_REQ_NULL; in qat_asym_build_request()
H A Dqat_sym_session.c1447 header->service_type = ICP_QAT_FW_COMN_REQ_CPM_FW_LA; in qat_sym_session_init_common_hdr()
/f-stack/dpdk/drivers/compress/qat/
H A Dqat_comp.c320 comp_req->comn_hdr.service_type = ICP_QAT_FW_COMN_REQ_NULL; in qat_comp_build_request()
805 header->service_type = ICP_QAT_FW_COMN_REQ_CPM_FW_COMP; in qat_comp_create_req_hdr()
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c1231 req->cp.service_type = ep->service_type; in ng_hci_lp_qos_req()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c2037 pcb->iflow.service_type = NG_HCI_SERVICE_TYPE_BEST_EFFORT; in ng_btsocket_l2cap_attach()