Home
last modified time | relevance | path

Searched refs:rdma_ctl (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_hw.c3432 u8 rdma_ctl; in nes_terminate_received() local
3442 rdma_ctl = be32_to_cpu(mpa[0]) & 0xff; in nes_terminate_received()
3453 else if ((rdma_ctl & 0xc0) != 0x40) in nes_terminate_received()
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_ctrl.c4595 u8 rdma_ctl; in i40iw_terminate_received() local
4603 rdma_ctl = ntohl(mpa[0]) & 0xff; in i40iw_terminate_received()
4614 else if ((rdma_ctl & 0xc0) != 0x40) in i40iw_terminate_received()