Searched refs:RXE_RETH (Results 1 – 3 of 3) sorted by relevance
/drivers/infiniband/sw/rxe/ |
D | rxe_opcode.c | 182 [RXE_RETH] = RXE_BTH_BYTES, 228 [RXE_RETH] = RXE_BTH_BYTES, 242 [RXE_RETH] = RXE_BTH_BYTES, 257 [RXE_RETH] = RXE_BTH_BYTES, 457 [RXE_RETH] = RXE_BTH_BYTES, 503 [RXE_RETH] = RXE_BTH_BYTES, 517 [RXE_RETH] = RXE_BTH_BYTES, 647 [RXE_RETH] = RXE_BTH_BYTES 723 [RXE_RETH] = RXE_BTH_BYTES 746 [RXE_RETH] = RXE_BTH_BYTES [all …]
|
D | rxe_opcode.h | 43 RXE_RETH, enumerator 60 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()
|