Searched refs:oth (Results 1 – 14 of 14) sorted by relevance
239 struct tcphdr *th, *oth; in slhc_compress() local351 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()
293 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()
339 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;
58 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()
16 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()
232 packet->ohdr = &rhdr->u.oth; in rcv_hdrerr()234 packet->ohdr = &rhdr->u.l.oth; in rcv_hdrerr()602 packet->ohdr = &hdr->u.oth; in __prescan_rxq()605 packet->ohdr = &hdr->u.l.oth; in __prescan_rxq()1485 packet->ohdr = &hdr->u.oth; in hfi1_setup_9B_packet()1490 packet->ohdr = &hdr->u.l.oth; in hfi1_setup_9B_packet()1650 packet->ohdr = &((struct ib_header *)packet->hdr)->u.oth; in hfi1_ipoib_ib_rcv()1869 packet.ohdr = &hdr->u.oth; in seqfile_dump_rcd()1871 packet.ohdr = &hdr->u.l.oth; in seqfile_dump_rcd()
84 struct ib_other_headers oth; member86 struct ib_other_headers oth; member
349 packet->ohdr = &hdr->u.oth; in hfi1_kdeth_eager_rcv()403 packet->ohdr = &hdr->u.oth; in hfi1_kdeth_expected_rcv()1230 ohdr = &hdr->u.oth; in hfi1_verbs_send()1232 ohdr = &hdr->u.l.oth; in hfi1_verbs_send()1241 ohdr = &hdr->u.l.oth; in hfi1_verbs_send()1243 ohdr = &hdr->u.oth; in hfi1_verbs_send()
419 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()
525 ohdr = &hdr->u.oth; in hfi1_get_rc_ohdr()527 ohdr = &hdr->u.l.oth; in hfi1_get_rc_ohdr()534 ohdr = &hdr_16b->u.oth; in hfi1_get_rc_ohdr()536 ohdr = &hdr_16b->u.l.oth; in hfi1_get_rc_ohdr()
294 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()
150 hdr.ibh.u.oth.bth[2]) / 4)
2874 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()
55 #define GPU_FLUSH_CACHES(l2, lsc, oth) \ argument56 GPU_CMD_DEF(4, ((l2) << 0) | ((lsc) << 4) | ((oth) << 8))
Completed in 50 milliseconds