| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb/ |
| D | cpl5_cmd.h | 173 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid) 195 union opcode_tid ot; member 207 union opcode_tid ot; member 217 union opcode_tid ot; member 230 union opcode_tid ot; member 246 union opcode_tid ot; member 261 union opcode_tid ot; member 273 union opcode_tid ot; member 284 union opcode_tid ot; member 296 union opcode_tid ot; member [all …]
|
| /Linux-v5.4/drivers/of/unittest-data/ |
| D | overlay_base.dts | 20 compatible = "ot,big-volts-control"; 25 compatible = "ot,hvac-medium"; 31 compatible = "ot,ferris-wheel-motor"; 37 compatible = "ot,roller-coaster-motor"; 44 compatible = "ot,rides"; 51 compatible = "ot,roller-coaster"; 73 compatible = "ot,work-lights"; 79 compatible = "ot,show-lights"; 87 compatible = "ot,tickets";
|
| D | overlay.dts | 10 compatible = "ot,hvac-large"; 38 compatible = "ot,ferris-wheel";
|
| D | overlay_bad_symbol.dts | 11 compatible = "ot,hvac-medium";
|
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/ |
| D | t3_cpl.h | 204 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid) 480 union opcode_tid ot; member 492 RSS_HDR union opcode_tid ot; member 502 RSS_HDR union opcode_tid ot; member 539 RSS_HDR union opcode_tid ot; member 567 union opcode_tid ot; member 577 union opcode_tid ot; member 618 RSS_HDR union opcode_tid ot; member 629 RSS_HDR union opcode_tid ot; member 643 union opcode_tid ot; member [all …]
|
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
| D | t4_msg.h | 202 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid) 312 union opcode_tid ot; member 360 union opcode_tid ot; member 372 union opcode_tid ot; member 396 union opcode_tid ot; member 460 union opcode_tid ot; member 495 union opcode_tid ot; member 504 union opcode_tid ot; member 520 union opcode_tid ot; member 533 union opcode_tid ot; member [all …]
|
| /Linux-v5.4/drivers/net/ethernet/davicom/ |
| D | dm9000.h | 124 #define FCTR_HWOT(ot) (( ot & 0xf ) << 4 ) argument 125 #define FCTR_LWOT(ot) ( ot & 0xf ) argument
|
| /Linux-v5.4/drivers/scsi/cxgbi/cxgb3i/ |
| D | cxgb3i.h | 44 union opcode_tid ot; member 54 union opcode_tid ot; member
|
| /Linux-v5.4/drivers/gpio/ |
| D | gpio-max3191x.c | 127 int val, i, ot = 0, uv1 = 0; in max3191x_readout_locked() local 146 ot = (status >> 1) & 1; in max3191x_readout_locked() 147 __assign_bit(i, max3191x->overtemp, ot); in max3191x_readout_locked() 148 if (ot) in max3191x_readout_locked() 181 if (val && !uv1 && !ot) in max3191x_readout_locked()
|
| /Linux-v5.4/drivers/gpu/drm/panel/ |
| D | panel-simple.c | 372 const struct display_timing *ot) in panel_simple_parse_panel_timing_node() argument 390 if (!PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hactive) || in panel_simple_parse_panel_timing_node() 391 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hfront_porch) || in panel_simple_parse_panel_timing_node() 392 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hback_porch) || in panel_simple_parse_panel_timing_node() 393 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hsync_len) || in panel_simple_parse_panel_timing_node() 394 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vactive) || in panel_simple_parse_panel_timing_node() 395 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vfront_porch) || in panel_simple_parse_panel_timing_node() 396 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vback_porch) || in panel_simple_parse_panel_timing_node() 397 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vsync_len)) in panel_simple_parse_panel_timing_node() 400 if (ot->flags != dt->flags) in panel_simple_parse_panel_timing_node() [all …]
|
| /Linux-v5.4/drivers/target/iscsi/cxgbit/ |
| D | cxgbit_main.c | 505 op = rpl->ot.opcode; in cxgbit_uld_lro_rx_handler() 509 cdev, op, rpl->ot.opcode_tid, in cxgbit_uld_lro_rx_handler() 510 ntohl(rpl->ot.opcode_tid), skb); in cxgbit_uld_lro_rx_handler()
|
| /Linux-v5.4/Documentation/devicetree/bindings/mfd/ |
| D | twl6040.txt | 5 They are connected ot the host processor via i2c for commands, McPDM for audio
|
| /Linux-v5.4/drivers/scsi/cxgbi/cxgb4i/ |
| D | cxgb4i.c | 2212 opc = rpl->ot.opcode; in t4_uld_rx_handler() 2215 cdev, opc, rpl->ot.opcode_tid, ntohl(rpl->ot.opcode_tid), skb); in t4_uld_rx_handler()
|
| /Linux-v5.4/fs/ocfs2/ |
| D | journal.c | 501 struct ocfs2_triggers *ot = to_ocfs2_trigger(triggers); in ocfs2_frozen_trigger() local 509 ocfs2_block_check_compute(data, size, data + ot->ot_offset); in ocfs2_frozen_trigger()
|
| /Linux-v5.4/net/ipv4/ |
| D | fib_trie.c | 1735 struct trie *ot = (struct trie *)oldtb->tb_data; in fib_trie_unmerge() local 1736 struct key_vector *l, *tp = ot->kv; in fib_trie_unmerge()
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | coda.txt | 557 44..33.. rroooott 659 NNoottee Many kernel FS drivers (Linux, NT and Windows 95) need to acquire
|
| /Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
| D | cm.c | 523 rpl->ot.opcode = cpl; in queue_arp_failure_cpl() 4299 opcode = rpl->ot.opcode; in process_work()
|