Home
last modified time | relevance | path

Searched refs:err_info_xmit_constraint (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dverbs.c1198 if (!(dd->err_info_xmit_constraint.status & in egress_pkey_check()
1200 dd->err_info_xmit_constraint.status |= in egress_pkey_check()
1202 dd->err_info_xmit_constraint.slid = slid; in egress_pkey_check()
1203 dd->err_info_xmit_constraint.pkey = pkey; in egress_pkey_check()
Dmad.c3444 dd->err_info_xmit_constraint.status; in pma_get_opa_errorinfo()
3446 cpu_to_be16(dd->err_info_xmit_constraint.pkey); in pma_get_opa_errorinfo()
3448 cpu_to_be32(dd->err_info_xmit_constraint.slid); in pma_get_opa_errorinfo()
3677 dd->err_info_xmit_constraint.status &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
4376 dd->err_info_xmit_constraint.status &= ~OPA_EI_STATUS_SMASK; in clear_linkup_counters()
Dhfi.h1308 struct err_info_constraint err_info_xmit_constraint; member