Searched refs:svc_type (Results 1 – 12 of 12) sorted by relevance
| /drivers/net/ethernet/huawei/hinic3/ |
| A D | hinic3_lld.c | 30 switch (svc_type) { in hinic3_adev_svc_supported() 64 hadev->svc_type = svc_type; in hinic3_add_one_adev() 87 enum hinic3_service_type svc_type) in hinic3_del_one_adev() argument 102 pci_adapter->hadev[svc_type] = NULL; in hinic3_del_one_adev() 110 enum hinic3_service_type svc_type; in hinic3_attach_aux_devices() local 114 for (svc_type = 0; svc_type < HINIC3_SERVICE_T_MAX; svc_type++) { in hinic3_attach_aux_devices() 119 svc_type); in hinic3_attach_aux_devices() 120 if (!pci_adapter->hadev[svc_type]) in hinic3_attach_aux_devices() 127 while (svc_type > 0) { in hinic3_attach_aux_devices() 128 svc_type--; in hinic3_attach_aux_devices() [all …]
|
| A D | hinic3_hwdev.h | 70 enum hinic3_service_type svc_type; member
|
| /drivers/crypto/intel/qat/qat_common/ |
| A D | adf_rl.h | 170 enum adf_base_services svc_type, bool is_bw_out); 172 enum adf_base_services svc_type); 174 enum adf_base_services svc_type);
|
| A D | adf_rl.c | 523 enum adf_base_services svc_type) in adf_rl_calculate_slice_tokens() argument 534 avail_slice_cycles *= hw_data->get_svc_slice_cnt(accel_dev, svc_type); in adf_rl_calculate_slice_tokens() 555 enum adf_base_services svc_type) in adf_rl_calculate_ae_cycles() argument 565 avail_ae_cycles *= adf_rl_get_num_svc_aes(accel_dev, svc_type); in adf_rl_calculate_ae_cycles() 568 sla_val *= device_data->max_tp[svc_type]; in adf_rl_calculate_ae_cycles() 572 do_div(allocated_ae_cycles, device_data->max_tp[svc_type]); in adf_rl_calculate_ae_cycles() 578 enum adf_base_services svc_type, bool is_bw_out) in adf_rl_calculate_pci_bw() argument 587 sla_to_bytes *= device_data->max_tp[svc_type]; in adf_rl_calculate_pci_bw() 590 sla_to_bytes *= (svc_type == SVC_ASYM) ? RL_TOKEN_ASYM_SIZE : BYTES_PER_MBIT; in adf_rl_calculate_pci_bw() 591 if (svc_type == SVC_DC && is_bw_out) in adf_rl_calculate_pci_bw()
|
| A D | adf_rl_admin.c | 22 req->svc_type = sla->srv; in prep_admin_req_msg()
|
| A D | icp_qat_fw_init_admin.h | 94 __u8 svc_type; member
|
| /drivers/infiniband/hw/hfi1/ |
| A D | driver.c | 324 u8 svc_type, sl, sc5; in rcv_hdrerr() local 341 svc_type = IB_CC_SVCTYPE_UD; in rcv_hdrerr() 346 svc_type = IB_CC_SVCTYPE_UC; in rcv_hdrerr() 353 process_becn(ppd, sl, rlid, lqpn, rqpn, svc_type); in rcv_hdrerr() 411 u8 hdr_type, sc, svc_type, opcode; in hfi1_process_ecn_slowpath() local 444 svc_type = IB_CC_SVCTYPE_UD; in hfi1_process_ecn_slowpath() 450 svc_type = IB_CC_SVCTYPE_UD; in hfi1_process_ecn_slowpath() 455 svc_type = IB_CC_SVCTYPE_UC; in hfi1_process_ecn_slowpath() 460 svc_type = IB_CC_SVCTYPE_RC; in hfi1_process_ecn_slowpath() 487 process_becn(ppd, sl, rlid, lqpn, rqpn, svc_type); in hfi1_process_ecn_slowpath()
|
| A D | verbs.c | 1920 u8 sl, sc5, svc_type; in hfi1_cnp_rcv() local 1926 svc_type = IB_CC_SVCTYPE_UC; in hfi1_cnp_rcv() 1931 svc_type = IB_CC_SVCTYPE_RC; in hfi1_cnp_rcv() 1936 svc_type = IB_CC_SVCTYPE_UD; in hfi1_cnp_rcv() 1947 process_becn(ppd, sl, rlid, lqpn, rqpn, svc_type); in hfi1_cnp_rcv()
|
| A D | mad.h | 207 u8 svc_type; member
|
| A D | rc.c | 2673 u32 lqpn, u32 rqpn, u8 svc_type) in log_cca_event() argument 2692 cc_event->svc_type = svc_type; in log_cca_event() 2701 u32 rqpn, u8 svc_type) in process_becn() argument 2752 log_cca_event(ppd, sl, rlid, lqpn, rqpn, svc_type); in process_becn()
|
| A D | hfi.h | 1696 u32 rqpn, u8 svc_type);
|
| A D | mad.c | 3862 ((cce->sl & 0x1f) << 3) | (cce->svc_type & 0x7); in __subn_get_opa_hfi1_cong_log()
|
Completed in 44 milliseconds