Home
last modified time | relevance | path

Searched refs:sl_to_sc (Results 1 – 10 of 10) sorted by relevance

/drivers/staging/rdma/hfi1/
Duc.c298 sc5 = ibp->sl_to_sc[qp->remote_ah_attr.sl]; in hfi1_uc_rcv()
312 sc5 = ibp->sl_to_sc[qp->remote_ah_attr.sl]; in hfi1_uc_rcv()
Dud.c107 u8 sc5 = ibp->sl_to_sc[ah_attr->sl]; in ud_loopback()
377 sc5 = ibp->sl_to_sc[ah_attr->sl]; in hfi1_make_ud_req()
Dverbs.c1668 return ibp->sl_to_sc[ah->sl]; in ah_to_sc()
1699 sc5 = ibp->sl_to_sc[ah_attr->sl]; in hfi1_check_ah()
1877 size_t sz = ARRAY_SIZE(ibp->sl_to_sc); in init_ibport()
1881 ibp->sl_to_sc[i] = i; in init_ibport()
Druc.c292 u8 sc5 = ibp->sl_to_sc[qp->remote_ah_attr.sl]; in hfi1_ruc_check_hdr()
778 sc5 = ibp->sl_to_sc[qp->remote_ah_attr.sl]; in hfi1_make_ruc_header()
Dsysfs.c351 return sprintf(buf, "%u\n", ibp->sl_to_sc[sattr->sl]); in sl2sc_attr_show()
Dmad.c1492 size_t size = ARRAY_SIZE(ibp->sl_to_sc); /* == 32 */ in __subn_get_opa_sl_to_sc()
1500 for (i = 0; i < ARRAY_SIZE(ibp->sl_to_sc); i++) in __subn_get_opa_sl_to_sc()
1501 *p++ = ibp->sl_to_sc[i]; in __subn_get_opa_sl_to_sc()
1522 for (i = 0; i < ARRAY_SIZE(ibp->sl_to_sc); i++) in __subn_set_opa_sl_to_sc()
1523 ibp->sl_to_sc[i] = *p++; in __subn_set_opa_sl_to_sc()
Dverbs.h731 u8 sl_to_sc[32]; member
Drc.c733 sc5 = ibp->sl_to_sc[qp->remote_ah_attr.sl]; in hfi1_send_rc_ack()
1116 sc5 = ibp->sl_to_sc[qp->remote_ah_attr.sl]; in do_rc_completion()
Ddiag.c860 sc5 = ibp->sl_to_sc[sl]; in hfi1_snoop_write()
Dqp.c820 sc = ibp->sl_to_sc[qp->remote_ah_attr.sl]; in hfi1_modify_qp()