Home
last modified time | relevance | path

Searched refs:oth (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dud.c293 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_ud_req_9B()
296 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_ud_req_9B()
389 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_ud_req_16B()
392 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_ud_req_16B()
619 ohdr = &hdr.opah.u.l.oth; in return_cnp_16B()
623 ohdr = &hdr.opah.u.oth; in return_cnp_16B()
677 ohdr = &hdr.ibh.u.l.oth; in return_cnp()
681 ohdr = &hdr.ibh.u.oth; in return_cnp()
H A Duc.c58 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_uc_req()
60 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_uc_req()
66 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_uc_req()
68 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_uc_req()
H A Dtrace_ibhdrs.h339 ohdr = &opah->opah.u.oth;
341 ohdr = &opah->opah.u.l.oth;
363 ohdr = &opah->ibh.u.oth;
365 ohdr = &opah->ibh.u.l.oth;
H A Dtrace.c16 ohdr = &hdr->u.oth; in __get_ib_hdr_len()
18 ohdr = &hdr->u.l.oth; in __get_ib_hdr_len()
36 ohdr = &hdr->u.oth; in __get_16b_hdr_len()
38 ohdr = &hdr->u.l.oth; in __get_16b_hdr_len()
H A Dverbs.h84 struct ib_other_headers oth; member
86 struct ib_other_headers oth; member
H A Drc.c419 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_rc_req()
421 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_rc_req()
427 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_rc_req()
429 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_rc_req()
1235 ohdr = &hdr->u.oth; in hfi1_make_rc_ack_9B()
1243 ohdr = &hdr->u.l.oth; in hfi1_make_rc_ack_9B()
1290 ohdr = &hdr->u.oth; in hfi1_make_rc_ack_16B()
1301 ohdr = &hdr->u.l.oth; in hfi1_make_rc_ack_16B()
H A Dipoib_tx.c294 ohdr = &sdma_hdr->hdr.ibh.u.l.oth; in hfi1_ipoib_build_ib_tx_headers()
297 ohdr = &sdma_hdr->hdr.ibh.u.oth; in hfi1_ipoib_build_ib_tx_headers()
H A Druc.c150 hdr.ibh.u.oth.bth[2]) / 4)
H A Dtid_rdma.c2874 packet->ohdr = &hdr->u.oth; in hfi1_handle_kdeth_eflags()
5048 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_tid_rdma_pkt()
/linux/include/rdma/
H A Dib_hdrs.h102 struct ib_other_headers oth; member
104 struct ib_other_headers oth; member
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_regs.h55 #define GPU_FLUSH_CACHES(l2, lsc, oth) \ argument
56 GPU_CMD_DEF(4, ((l2) << 0) | ((lsc) << 4) | ((oth) << 8))