| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | trace_ibhdrs.h | 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;
|
| H A D | ud.c | 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()
|
| H A D | uc.c | 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()
|
| H A D | trace.c | 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()
|
| H A D | driver.c | 231 packet->ohdr = &rhdr->u.oth; in rcv_hdrerr() 233 packet->ohdr = &rhdr->u.l.oth; in rcv_hdrerr() 601 packet->ohdr = &hdr->u.oth; in __prescan_rxq() 604 packet->ohdr = &hdr->u.l.oth; in __prescan_rxq() 1484 packet->ohdr = &hdr->u.oth; in hfi1_setup_9B_packet() 1489 packet->ohdr = &hdr->u.l.oth; in hfi1_setup_9B_packet() 1649 packet->ohdr = &((struct ib_header *)packet->hdr)->u.oth; in hfi1_ipoib_ib_rcv() 1868 packet.ohdr = &hdr->u.oth; in seqfile_dump_rcd() 1870 packet.ohdr = &hdr->u.l.oth; in seqfile_dump_rcd()
|
| H A D | verbs.h | 84 struct ib_other_headers oth; member 86 struct ib_other_headers oth; member
|
| H A D | verbs.c | 348 packet->ohdr = &hdr->u.oth; in hfi1_kdeth_eager_rcv() 402 packet->ohdr = &hdr->u.oth; in hfi1_kdeth_expected_rcv() 1229 ohdr = &hdr->u.oth; in hfi1_verbs_send() 1231 ohdr = &hdr->u.l.oth; in hfi1_verbs_send() 1240 ohdr = &hdr->u.l.oth; in hfi1_verbs_send() 1242 ohdr = &hdr->u.oth; in hfi1_verbs_send()
|
| H A D | rc.c | 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()
|
| H A D | ipoib_tx.c | 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()
|
| H A D | ruc.c | 150 hdr.ibh.u.oth.bth[2]) / 4)
|
| H A D | tid_rdma.c | 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()
|
| /linux/drivers/net/slip/ |
| H A D | slhc.c | 239 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()
|
| /linux/include/rdma/ |
| H A D | ib_hdrs.h | 102 struct ib_other_headers oth; member 104 struct ib_other_headers oth; member
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_regs.h | 55 #define GPU_FLUSH_CACHES(l2, lsc, oth) \ argument 56 GPU_CMD_DEF(4, ((l2) << 0) | ((lsc) << 4) | ((oth) << 8))
|
| /linux/Documentation/devicetree/bindings/iio/adc/ |
| H A D | microchip,pac1934.yaml | 16 …https://ww1.microchip.com/downloads/aemDocuments/documents/OTH/ProductDocuments/DataSheets/PAC1931…
|
| /linux/Documentation/hwmon/ |
| H A D | emc1403.rst | 56 …- https://ww1.microchip.com/downloads/aemDocuments/documents/OTH/ProductDocuments/DataSheets/20005…
|
| /linux/drivers/iio/adc/ |
| H A D | pac1934.c | 12 …* https://ww1.microchip.com/downloads/aemDocuments/documents/OTH/ProductDocuments/DataSheets/PAC19… 1085 …* https://ww1.microchip.com/downloads/aemDocuments/documents/OTH/ApplicationNotes/ApplicationNotes… 1608 …* https://ww1.microchip.com/downloads/aemDocuments/documents/OTH/ApplicationNotes/ApplicationNotes…
|
| H A D | pac1921.c | 1174 …* https://ww1.microchip.com/downloads/aemDocuments/documents/OTH/ApplicationNotes/ApplicationNotes…
|
| /linux/drivers/iio/dac/ |
| H A D | mcp47feb02.c | 10 …* [MCP47FEBxx] https://ww1.microchip.com/downloads/aemDocuments/documents/OTH/ProductDocuments/Dat… 11 …* [MCP47FVBxx] https://ww1.microchip.com/downloads/aemDocuments/documents/OTH/ProductDocuments/Dat…
|
| /linux/Documentation/crypto/ |
| H A D | userspace-if.rst | 389 The passed in key_serial_t must have the KEY_(POS|USR|GRP|OTH)_SEARCH
|
| /linux/fs/tracefs/ |
| H A D | inode.c | 661 /* Do not set bits for OTH */ in tracefs_create_file()
|
| /linux/sound/hda/common/ |
| H A D | proc.c | 281 "Ext", "Int", "Sep", "Oth" in get_jack_connectivity()
|
| /linux/kernel/trace/ |
| H A D | trace.c | 4188 "By default tracefs removes all OTH file permission bits.\n"
|