Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/sw/siw/
Dsiw_qp.c37 cpu_to_be16(DDP_VERSION << 8) |
44 .ctrl.ddp_rdmap_ctrl = DDP_FLAG_LAST | cpu_to_be16(DDP_VERSION << 8) |
52 cpu_to_be16(DDP_VERSION << 8) |
59 .ctrl.ddp_rdmap_ctrl = DDP_FLAG_LAST | cpu_to_be16(DDP_VERSION << 8) |
66 .ctrl.ddp_rdmap_ctrl = DDP_FLAG_LAST | cpu_to_be16(DDP_VERSION << 8) |
73 .ctrl.ddp_rdmap_ctrl = DDP_FLAG_LAST | cpu_to_be16(DDP_VERSION << 8) |
80 .ctrl.ddp_rdmap_ctrl = DDP_FLAG_LAST | cpu_to_be16(DDP_VERSION << 8) |
87 .ctrl.ddp_rdmap_ctrl = DDP_FLAG_LAST | cpu_to_be16(DDP_VERSION << 8) |
Diwarp.h14 #define DDP_VERSION 1 macro
Dsiw_qp_rx.c1035 if (unlikely(__ddp_get_version(c_hdr) != DDP_VERSION)) { in siw_get_hdr()