Home
last modified time | relevance | path

Searched refs:RDMA_OPCODE_MASK (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_hw.h1371 #define RDMA_OPCODE_MASK 0x0f macro
Dnes_hw.c3138 if ((pkt[3] & RDMA_OPCODE_MASK) == RDMA_READ_REQ_OPCODE) { in nes_bld_terminate_hdr()
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_d.h97 #define RDMA_OPCODE_MASK 0x0f macro
Di40iw_ctrl.c4407 if ((pkt[3] & RDMA_OPCODE_MASK) == RDMA_READ_REQ_OPCODE) { in i40iw_bld_terminate_hdr()