Searched refs:svc_type (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | driver.c | 371 u8 svc_type, sl, sc5; in rcv_hdrerr() local 388 svc_type = IB_CC_SVCTYPE_UD; in rcv_hdrerr() 393 svc_type = IB_CC_SVCTYPE_UC; in rcv_hdrerr() 400 process_becn(ppd, sl, rlid, lqpn, rqpn, svc_type); in rcv_hdrerr() 458 u8 hdr_type, sc, svc_type, opcode; in hfi1_process_ecn_slowpath() local 491 svc_type = IB_CC_SVCTYPE_UD; in hfi1_process_ecn_slowpath() 497 svc_type = IB_CC_SVCTYPE_UD; in hfi1_process_ecn_slowpath() 502 svc_type = IB_CC_SVCTYPE_UC; in hfi1_process_ecn_slowpath() 507 svc_type = IB_CC_SVCTYPE_RC; in hfi1_process_ecn_slowpath() 534 process_becn(ppd, sl, rlid, lqpn, rqpn, svc_type); in hfi1_process_ecn_slowpath()
|
D | mad.h | 249 u8 svc_type; member
|
D | verbs.c | 1984 u8 sl, sc5, svc_type; in hfi1_cnp_rcv() local 1990 svc_type = IB_CC_SVCTYPE_UC; in hfi1_cnp_rcv() 1995 svc_type = IB_CC_SVCTYPE_RC; in hfi1_cnp_rcv() 2000 svc_type = IB_CC_SVCTYPE_UD; in hfi1_cnp_rcv() 2011 process_becn(ppd, sl, rlid, lqpn, rqpn, svc_type); in hfi1_cnp_rcv()
|
D | rc.c | 2714 u32 lqpn, u32 rqpn, u8 svc_type) in log_cca_event() argument 2733 cc_event->svc_type = svc_type; in log_cca_event() 2742 u32 rqpn, u8 svc_type) in process_becn() argument 2793 log_cca_event(ppd, sl, rlid, lqpn, rqpn, svc_type); in process_becn()
|
D | hfi.h | 1748 u32 rqpn, u8 svc_type);
|
D | mad.c | 3904 ((cce->sl & 0x1f) << 3) | (cce->svc_type & 0x7); in __subn_get_opa_hfi1_cong_log()
|