Home
last modified time | relevance | path

Searched refs:svc_type (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Ddriver.c369 u8 svc_type, sl, sc5; in rcv_hdrerr() local
386 svc_type = IB_CC_SVCTYPE_UD; in rcv_hdrerr()
391 svc_type = IB_CC_SVCTYPE_UC; in rcv_hdrerr()
398 process_becn(ppd, sl, rlid, lqpn, rqpn, svc_type); in rcv_hdrerr()
443 u8 hdr_type, sc, svc_type; in hfi1_process_ecn_slowpath() local
469 svc_type = IB_CC_SVCTYPE_UD; in hfi1_process_ecn_slowpath()
475 svc_type = IB_CC_SVCTYPE_UD; in hfi1_process_ecn_slowpath()
480 svc_type = IB_CC_SVCTYPE_UC; in hfi1_process_ecn_slowpath()
485 svc_type = IB_CC_SVCTYPE_RC; in hfi1_process_ecn_slowpath()
501 process_becn(ppd, sl, rlid, lqpn, rqpn, svc_type); in hfi1_process_ecn_slowpath()
Dverbs.c2021 u8 sl, sc5, svc_type; in hfi1_cnp_rcv() local
2027 svc_type = IB_CC_SVCTYPE_UC; in hfi1_cnp_rcv()
2032 svc_type = IB_CC_SVCTYPE_RC; in hfi1_cnp_rcv()
2037 svc_type = IB_CC_SVCTYPE_UD; in hfi1_cnp_rcv()
2048 process_becn(ppd, sl, rlid, lqpn, rqpn, svc_type); in hfi1_cnp_rcv()
Dmad.h249 u8 svc_type; member
Drc.c1942 u32 lqpn, u32 rqpn, u8 svc_type) in log_cca_event() argument
1961 cc_event->svc_type = svc_type; in log_cca_event()
1970 u32 rqpn, u8 svc_type) in process_becn() argument
2021 log_cca_event(ppd, sl, rlid, lqpn, rqpn, svc_type); in process_becn()
Dhfi.h1553 u32 rqpn, u8 svc_type);
Dmad.c3915 ((cce->sl & 0x1f) << 3) | (cce->svc_type & 0x7); in __subn_get_opa_hfi1_cong_log()