Home
last modified time | relevance | path

Searched refs:ot (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcpl5_cmd.h164 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid)
186 union opcode_tid ot; member
198 union opcode_tid ot; member
208 union opcode_tid ot; member
221 union opcode_tid ot; member
237 union opcode_tid ot; member
252 union opcode_tid ot; member
264 union opcode_tid ot; member
275 union opcode_tid ot; member
287 union opcode_tid ot; member
[all …]
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h204 #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/drivers/of/unittest-data/
H A Doverlay_common.dtsi18 compatible = "ot,big-volts-control";
23 compatible = "ot,hvac-medium";
29 compatible = "ot,ferris-wheel-motor";
35 compatible = "ot,roller-coaster-motor";
42 compatible = "ot,rides";
49 compatible = "ot,roller-coaster";
71 compatible = "ot,work-lights";
77 compatible = "ot,show-lights";
85 compatible = "ot,tickets";
H A Doverlay.dtso9 compatible = "ot,hvac-large";
37 compatible = "ot,ferris-wheel";
H A Doverlay_bad_symbol.dtso10 compatible = "ot,hvac-medium";
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h203 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid)
313 union opcode_tid ot; member
361 union opcode_tid ot; member
373 union opcode_tid ot; member
397 union opcode_tid ot; member
461 union opcode_tid ot; member
496 union opcode_tid ot; member
505 union opcode_tid ot; member
521 union opcode_tid ot; member
534 union opcode_tid ot; member
[all …]
/linux/drivers/net/ethernet/davicom/
H A Ddm9000.h124 #define FCTR_HWOT(ot) (( ot & 0xf ) << 4 ) argument
125 #define FCTR_LWOT(ot) ( ot & 0xf ) argument
/linux/fs/ext4/
H A Dorphan.c535 struct ext4_orphan_block_tail *ot; in ext4_orphan_file_block_csum_verify() local
541 ot = ext4_orphan_block_tail(sb, bh); in ext4_orphan_file_block_csum_verify()
546 return le32_to_cpu(ot->ob_checksum) == calculated; in ext4_orphan_file_block_csum_verify()
558 struct ext4_orphan_block_tail *ot; in ext4_orphan_file_block_trigger() local
564 ot = ext4_orphan_block_tail(sb, bh); in ext4_orphan_file_block_trigger()
565 ot->ob_checksum = cpu_to_le32(csum); in ext4_orphan_file_block_trigger()
577 struct ext4_orphan_block_tail *ot; in ext4_init_orphan_info() local
618 ot = ext4_orphan_block_tail(sb, oi->of_binfo[i].ob_bh); in ext4_init_orphan_info()
619 if (le32_to_cpu(ot->ob_magic) != EXT4_ORPHAN_BLOCK_MAGIC) { in ext4_init_orphan_info()
/linux/fs/ocfs2/
H A Djournal.c530 struct ocfs2_triggers *ot = to_ocfs2_trigger(triggers); in ocfs2_frozen_trigger() local
538 ocfs2_block_check_compute(data, size, data + ot->ot_offset); in ocfs2_frozen_trigger()
584 struct ocfs2_triggers *ot = to_ocfs2_trigger(triggers); in ocfs2_abort_trigger() local
592 ocfs2_error(ot->sb, in ocfs2_abort_trigger()
598 struct ocfs2_triggers *ot) in ocfs2_setup_csum_triggers() argument
604 ot->ot_triggers.t_frozen = ocfs2_frozen_trigger; in ocfs2_setup_csum_triggers()
605 ot->ot_offset = offsetof(struct ocfs2_dinode, i_check); in ocfs2_setup_csum_triggers()
608 ot->ot_triggers.t_frozen = ocfs2_frozen_trigger; in ocfs2_setup_csum_triggers()
609 ot->ot_offset = offsetof(struct ocfs2_extent_block, h_check); in ocfs2_setup_csum_triggers()
612 ot->ot_triggers.t_frozen = ocfs2_frozen_trigger; in ocfs2_setup_csum_triggers()
[all …]
/linux/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.h44 union opcode_tid ot; member
54 union opcode_tid ot; member
/linux/drivers/gpio/
H A Dgpio-max3191x.c115 int val, i, ot = 0, uv1 = 0; in max3191x_readout_locked() local
134 ot = (status >> 1) & 1; in max3191x_readout_locked()
135 __assign_bit(i, max3191x->overtemp, ot); in max3191x_readout_locked()
136 if (ot) in max3191x_readout_locked()
169 if (val && !uv1 && !ot) in max3191x_readout_locked()
/linux/drivers/gpu/drm/panel/
H A Dpanel-edp.c696 const struct display_timing *ot) in panel_edp_parse_panel_timing_node() argument
714 if (!PANEL_EDP_BOUNDS_CHECK(ot, dt, hactive) || in panel_edp_parse_panel_timing_node()
715 !PANEL_EDP_BOUNDS_CHECK(ot, dt, hfront_porch) || in panel_edp_parse_panel_timing_node()
716 !PANEL_EDP_BOUNDS_CHECK(ot, dt, hback_porch) || in panel_edp_parse_panel_timing_node()
717 !PANEL_EDP_BOUNDS_CHECK(ot, dt, hsync_len) || in panel_edp_parse_panel_timing_node()
718 !PANEL_EDP_BOUNDS_CHECK(ot, dt, vactive) || in panel_edp_parse_panel_timing_node()
719 !PANEL_EDP_BOUNDS_CHECK(ot, dt, vfront_porch) || in panel_edp_parse_panel_timing_node()
720 !PANEL_EDP_BOUNDS_CHECK(ot, dt, vback_porch) || in panel_edp_parse_panel_timing_node()
721 !PANEL_EDP_BOUNDS_CHECK(ot, dt, vsync_len)) in panel_edp_parse_panel_timing_node()
724 if (ot->flags != dt->flags) in panel_edp_parse_panel_timing_node()
[all …]
H A Dpanel-simple.c490 const struct display_timing *ot) in panel_simple_parse_panel_timing_node() argument
508 if (!PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hactive) || in panel_simple_parse_panel_timing_node()
509 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hfront_porch) || in panel_simple_parse_panel_timing_node()
510 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hback_porch) || in panel_simple_parse_panel_timing_node()
511 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hsync_len) || in panel_simple_parse_panel_timing_node()
512 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vactive) || in panel_simple_parse_panel_timing_node()
513 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vfront_porch) || in panel_simple_parse_panel_timing_node()
514 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vback_porch) || in panel_simple_parse_panel_timing_node()
515 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vsync_len)) in panel_simple_parse_panel_timing_node()
518 if (ot->flags != dt->flags) in panel_simple_parse_panel_timing_node()
[all …]
/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c512 op = rpl->ot.opcode; in cxgbit_uld_lro_rx_handler()
516 cdev, op, rpl->ot.opcode_tid, in cxgbit_uld_lro_rx_handler()
517 ntohl(rpl->ot.opcode_tid), skb); in cxgbit_uld_lro_rx_handler()
/linux/drivers/tee/qcomtee/
H A Dcore.c291 enum qcomtee_object_type ot, in qcomtee_object_user_init() argument
302 switch (ot) { in qcomtee_object_user_init()
/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c2337 opc = rpl->ot.opcode; in t4_uld_rx_handler()
2340 cdev, opc, rpl->ot.opcode_tid, ntohl(rpl->ot.opcode_tid), skb); in t4_uld_rx_handler()
/linux/net/ipv4/
H A Dfib_trie.c1874 struct trie *ot = (struct trie *)oldtb->tb_data; in fib_trie_unmerge() local
1875 struct key_vector *l, *tp = ot->kv; in fib_trie_unmerge()
/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c523 rpl->ot.opcode = cpl; in queue_arp_failure_cpl()
4311 opcode = rpl->ot.opcode; in process_work()