Home
last modified time | relevance | path

Searched refs:IB_SMP_DIRECTION (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/rdma/
Dib_smi.h66 #define IB_SMP_DIRECTION cpu_to_be16(0x8000) macro
146 return ((smp->status & IB_SMP_DIRECTION) == IB_SMP_DIRECTION); in ib_get_smp_direction()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_mad.c48 smp->status |= IB_SMP_DIRECTION; in reply()
60 smp->status |= IB_SMP_DIRECTION; in reply_failure()
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_mad.c54 smp->status |= IB_SMP_DIRECTION; in reply()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dmad.c71 smp->status |= IB_SMP_DIRECTION; in reply()
3697 if (smp->status & ~IB_SMP_DIRECTION) { in subn_get_opa_aggregate()
3741 if (smp->status & ~IB_SMP_DIRECTION) { in subn_set_opa_aggregate()
/linux-4.4.14/drivers/infiniband/core/
Dmad.c2083 resp_hdr->status |= IB_SMP_DIRECTION; in generate_unmatched_resp()