Searched refs:RXE_RETH (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/infiniband/sw/rxe/ |
D | rxe_opcode.c | 192 [RXE_RETH] = RXE_BTH_BYTES, 238 [RXE_RETH] = RXE_BTH_BYTES, 252 [RXE_RETH] = RXE_BTH_BYTES, 267 [RXE_RETH] = RXE_BTH_BYTES, 401 [RXE_RETH] = RXE_BTH_BYTES + RXE_FETH_BYTES, 412 [RXE_RETH] = RXE_BTH_BYTES, 491 [RXE_RETH] = RXE_BTH_BYTES, 537 [RXE_RETH] = RXE_BTH_BYTES, 551 [RXE_RETH] = RXE_BTH_BYTES, 681 [RXE_RETH] = RXE_BTH_BYTES + [all …]
|
D | rxe_opcode.h | 44 RXE_RETH, enumerator 62 RXE_RETH_MASK = BIT(RXE_RETH),
|
D | rxe_hdr.h | 577 rxe_opcode[pkt->opcode].offset[RXE_RETH]); in reth_va() 583 rxe_opcode[pkt->opcode].offset[RXE_RETH], va); in reth_set_va() 589 rxe_opcode[pkt->opcode].offset[RXE_RETH]); in reth_rkey() 595 rxe_opcode[pkt->opcode].offset[RXE_RETH], rkey); in reth_set_rkey() 601 rxe_opcode[pkt->opcode].offset[RXE_RETH]); in reth_len() 607 rxe_opcode[pkt->opcode].offset[RXE_RETH], len); in reth_set_len()
|