Home
last modified time | relevance | path

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

/drivers/net/slip/
Dslhc.c239 struct tcphdr *th, *oth; in slhc_compress() local
351 oth = &cs->cs_tcp; in slhc_compress()
373 } else if(th->urg_ptr != oth->urg_ptr){ in slhc_compress()
380 if((deltaS = ntohs(th->window) - ntohs(oth->window)) != 0){ in slhc_compress()
384 if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){ in slhc_compress()
390 if((deltaS = ntohl(th->seq) - ntohl(oth->seq)) != 0L){ in slhc_compress()
/drivers/infiniband/hw/hfi1/
Dud.c335 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_ud_req_9B()
338 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_ud_req_9B()
431 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_ud_req_16B()
434 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_ud_req_16B()
660 ohdr = &hdr.opah.u.l.oth; in return_cnp_16B()
664 ohdr = &hdr.opah.u.oth; in return_cnp_16B()
718 ohdr = &hdr.ibh.u.l.oth; in return_cnp()
722 ohdr = &hdr.ibh.u.oth; in return_cnp()
Dtrace_ibhdrs.h380 ohdr = &opah->opah.u.oth;
382 ohdr = &opah->opah.u.l.oth;
404 ohdr = &opah->ibh.u.oth;
406 ohdr = &opah->ibh.u.l.oth;
Duc.c99 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_uc_req()
101 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_uc_req()
107 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_uc_req()
109 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_uc_req()
Dtrace.c58 ohdr = &hdr->u.oth; in __get_ib_hdr_len()
60 ohdr = &hdr->u.l.oth; in __get_ib_hdr_len()
78 ohdr = &hdr->u.oth; in __get_16b_hdr_len()
80 ohdr = &hdr->u.l.oth; in __get_16b_hdr_len()
Ddriver.c279 packet->ohdr = &rhdr->u.oth; in rcv_hdrerr()
281 packet->ohdr = &rhdr->u.l.oth; in rcv_hdrerr()
649 packet->ohdr = &hdr->u.oth; in __prescan_rxq()
652 packet->ohdr = &hdr->u.l.oth; in __prescan_rxq()
1531 packet->ohdr = &hdr->u.oth; in hfi1_setup_9B_packet()
1536 packet->ohdr = &hdr->u.l.oth; in hfi1_setup_9B_packet()
1697 packet->ohdr = &((struct ib_header *)packet->hdr)->u.oth; in hfi1_ipoib_ib_rcv()
1917 packet.ohdr = &hdr->u.oth; in seqfile_dump_rcd()
1919 packet.ohdr = &hdr->u.l.oth; in seqfile_dump_rcd()
Dverbs.h126 struct ib_other_headers oth; member
128 struct ib_other_headers oth; member
Dverbs.c391 packet->ohdr = &hdr->u.oth; in hfi1_kdeth_eager_rcv()
445 packet->ohdr = &hdr->u.oth; in hfi1_kdeth_expected_rcv()
1272 ohdr = &hdr->u.oth; in hfi1_verbs_send()
1274 ohdr = &hdr->u.l.oth; in hfi1_verbs_send()
1283 ohdr = &hdr->u.l.oth; in hfi1_verbs_send()
1285 ohdr = &hdr->u.oth; in hfi1_verbs_send()
Drc.c460 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_rc_req()
462 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_rc_req()
468 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_rc_req()
470 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_rc_req()
1276 ohdr = &hdr->u.oth; in hfi1_make_rc_ack_9B()
1284 ohdr = &hdr->u.l.oth; in hfi1_make_rc_ack_9B()
1331 ohdr = &hdr->u.oth; in hfi1_make_rc_ack_16B()
1342 ohdr = &hdr->u.l.oth; in hfi1_make_rc_ack_16B()
Dhfi.h566 ohdr = &hdr->u.oth; in hfi1_get_rc_ohdr()
568 ohdr = &hdr->u.l.oth; in hfi1_get_rc_ohdr()
575 ohdr = &hdr_16b->u.oth; in hfi1_get_rc_ohdr()
577 ohdr = &hdr_16b->u.l.oth; in hfi1_get_rc_ohdr()
Dipoib_tx.c330 ohdr = &sdma_hdr->hdr.ibh.u.l.oth; in hfi1_ipoib_build_ib_tx_headers()
333 ohdr = &sdma_hdr->hdr.ibh.u.oth; in hfi1_ipoib_build_ib_tx_headers()
Druc.c192 hdr.ibh.u.oth.bth[2]) / 4)
Dtid_rdma.c2866 packet->ohdr = &hdr->u.oth; in hfi1_handle_kdeth_eflags()
5035 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_tid_rdma_pkt()
/drivers/infiniband/hw/qib/
Dqib_uc.c75 ohdr = &priv->s_hdr->u.oth; in qib_make_uc_req()
77 ohdr = &priv->s_hdr->u.l.oth; in qib_make_uc_req()
252 ohdr = &hdr->u.oth; in qib_uc_rcv()
255 ohdr = &hdr->u.l.oth; in qib_uc_rcv()
Dqib_ud.c328 ohdr = &priv->s_hdr->u.l.oth; in qib_make_ud_req()
336 ohdr = &priv->s_hdr->u.oth; in qib_make_ud_req()
440 ohdr = &hdr->u.oth; in qib_ud_rcv()
443 ohdr = &hdr->u.l.oth; in qib_ud_rcv()
Dqib_rc.c231 ohdr = &priv->s_hdr->u.oth; in qib_make_rc_req()
233 ohdr = &priv->s_hdr->u.l.oth; in qib_make_rc_req()
623 ohdr = &hdr.u.oth; in qib_send_rc_ack()
632 ohdr = &hdr.u.l.oth; in qib_send_rc_ack()
893 ohdr = &hdr->u.oth; in qib_rc_send_complete()
895 ohdr = &hdr->u.l.oth; in qib_rc_send_complete()
1729 ohdr = &hdr->u.oth; in qib_rc_rcv()
1732 ohdr = &hdr->u.l.oth; in qib_rc_rcv()
Dqib_driver.c327 ohdr = &hdr->u.oth; in qib_rcv_hdrerr()
331 ohdr = &hdr->u.l.oth; in qib_rcv_hdrerr()
Dqib_verbs.c300 ohdr = &hdr->u.oth; in qib_ib_rcv()
304 ohdr = &hdr->u.l.oth; in qib_ib_rcv()
Dqib_iba7322.c1429 .u.oth.bth[0] = cpu_to_be32( in flush_fifo()
1431 .u.oth.bth[1] = cpu_to_be32(0), in flush_fifo()
1432 .u.oth.bth[2] = cpu_to_be32(0), in flush_fifo()
1433 .u.oth.u.ud.deth[0] = cpu_to_be32(0), in flush_fifo()
1434 .u.oth.u.ud.deth[1] = cpu_to_be32(0), in flush_fifo()