Home
last modified time | relevance | path

Searched refs:tx (Results 1 – 25 of 1525) sorted by relevance

12345678910>>...61

/linux/drivers/media/i2c/adv748x/
H A Dadv748x-csi2.c25 int adv748x_csi2_set_virtual_channel(struct adv748x_csi2 *tx, unsigned int vc) in adv748x_csi2_set_virtual_channel() argument
27 return tx_write(tx, ADV748X_CSI_VC_REF, vc << ADV748X_CSI_VC_REF_SHIFT); in adv748x_csi2_set_virtual_channel()
42 static int adv748x_csi2_register_link(struct adv748x_csi2 *tx, in adv748x_csi2_register_link() argument
57 &tx->sd.entity, ADV748X_CSI2_SINK, in adv748x_csi2_register_link()
63 tx->src = src; in adv748x_csi2_register_link()
104 struct adv748x_csi2 *tx = adv748x_sd_to_csi2(sd); in adv748x_csi2_registered() local
105 struct adv748x_state *state = tx->state; in adv748x_csi2_registered()
108 adv_dbg(state, "Registered %s (%s)", is_txa(tx) ? "TXA":"TXB", in adv748x_csi2_registered()
118 ret = adv748x_csi2_register_link(tx, sd->v4l2_dev, in adv748x_csi2_registered()
121 is_txb(tx)); in adv748x_csi2_registered()
[all …]
/linux/drivers/firmware/tegra/
H A Divc.c62 } tx; member
102 u32 tx = tegra_ivc_header_read_field(map, tx.count); in tegra_ivc_empty() local
115 if (tx - rx > ivc->num_frames) in tegra_ivc_empty()
118 return tx == rx; in tegra_ivc_empty()
123 u32 tx = tegra_ivc_header_read_field(map, tx.count); in tegra_ivc_full() local
130 return tx - rx >= ivc->num_frames; in tegra_ivc_full()
135 u32 tx = tegra_ivc_header_read_field(map, tx.count); in tegra_ivc_available() local
144 return tx - rx; in tegra_ivc_available()
149 unsigned int count = tegra_ivc_header_read_field(&ivc->tx.map, tx.count); in tegra_ivc_advance_tx()
151 tegra_ivc_header_write_field(&ivc->tx.map, tx.count, count + 1); in tegra_ivc_advance_tx()
[all …]
/linux/drivers/rpmsg/
H A Dqcom_glink_trace.h14 TP_PROTO(const char *remote, unsigned int version, unsigned int features, bool tx),
15 TP_ARGS(remote, version, features, tx),
20 __field(bool, tx)
26 __entry->tx = tx;
29 __entry->tx ? "tx" : "rx",
39 TP_PROTO(const char *remote, unsigned int version, unsigned int features, bool tx),
40 TP_ARGS(remote, version, features, tx),
45 __field(bool, tx)
51 __entry->tx = tx;
54 __entry->tx ? "tx" : "rx",
[all …]
/linux/tools/testing/selftests/timers/
H A Dleap-a-day.c97 struct timex tx; in clear_time_state() local
106 tx.modes = ADJ_STATUS; in clear_time_state()
107 tx.status = STA_PLL; in clear_time_state()
108 ret = adjtimex(&tx); in clear_time_state()
111 tx.modes = ADJ_MAXERROR; in clear_time_state()
112 tx.maxerror = 0; in clear_time_state()
113 ret = adjtimex(&tx); in clear_time_state()
116 tx.modes = ADJ_STATUS; in clear_time_state()
117 tx.status = 0; in clear_time_state()
118 ret = adjtimex(&tx); in clear_time_state()
[all …]
H A Dvalid-adjtimex.c38 int clock_adjtime(clockid_t id, struct timex *tx) in clock_adjtime() argument
40 return syscall(__NR_clock_adjtime, id, tx); in clock_adjtime()
47 struct timex tx; in clear_time_state() local
50 tx.modes = ADJ_STATUS; in clear_time_state()
51 tx.status = 0; in clear_time_state()
52 ret = adjtimex(&tx); in clear_time_state()
113 struct timex tx; in validate_freq() local
119 memset(&tx, 0, sizeof(struct timex)); in validate_freq()
125 tx.modes = ADJ_FREQUENCY; in validate_freq()
126 tx.freq = valid_freq[i]; in validate_freq()
[all …]
H A Dleapcrash.c30 struct timex tx; in clear_time_state() local
39 tx.modes = ADJ_STATUS; in clear_time_state()
40 tx.status = STA_PLL; in clear_time_state()
41 ret = adjtimex(&tx); in clear_time_state()
43 tx.modes = ADJ_STATUS; in clear_time_state()
44 tx.status = 0; in clear_time_state()
45 ret = adjtimex(&tx); in clear_time_state()
60 struct timex tx; in main() local
92 tx.modes = 0; in main()
93 adjtimex(&tx); in main()
[all …]
H A Dset-tai.c30 struct timex tx; in set_tai() local
32 memset(&tx, 0, sizeof(tx)); in set_tai()
34 tx.modes = ADJ_TAI; in set_tai()
35 tx.constant = offset; in set_tai()
37 return adjtimex(&tx); in set_tai()
42 struct timex tx; in get_tai() local
44 memset(&tx, 0, sizeof(tx)); in get_tai()
46 adjtimex(&tx); in get_tai()
47 return tx.tai; in get_tai()
H A Dchange_skew.c35 struct timex tx; in change_skew_test() local
38 tx.modes = ADJ_FREQUENCY; in change_skew_test()
39 tx.freq = ppm << 16; in change_skew_test()
41 ret = adjtimex(&tx); in change_skew_test()
57 struct timex tx; in main() local
66 tx.modes = ADJ_OFFSET; in main()
67 tx.offset = 0; in main()
68 ret = adjtimex(&tx); in main()
83 tx.modes = ADJ_FREQUENCY; in main()
84 tx.offset = 0; in main()
[all …]
/linux/crypto/async_tx/
H A Dasync_tx.c66 struct dma_async_tx_descriptor *tx) in async_tx_channel_switch() argument
74 if (txd_parent(depend_tx) && depend_tx->chan == tx->chan) { in async_tx_channel_switch()
75 txd_chain(depend_tx, tx); in async_tx_channel_switch()
100 txd_chain(intr_tx, tx); in async_tx_channel_switch()
121 tx->tx_submit(tx); in async_tx_channel_switch()
143 async_tx_submit(struct dma_chan *chan, struct dma_async_tx_descriptor *tx, in async_tx_submit() argument
148 tx->callback = submit->cb_fn; in async_tx_submit()
149 tx->callback_param = submit->cb_param; in async_tx_submit()
161 txd_parent(tx)); in async_tx_submit()
173 txd_chain(depend_tx, tx); in async_tx_submit()
[all …]
H A Dasync_raid6_recov.c36 struct dma_async_tx_descriptor *tx; in async_sum_product() local
54 tx = dma->device_prep_dma_pq(chan, pq, unmap->addr, 2, coef, in async_sum_product()
56 if (tx) { in async_sum_product()
57 dma_set_unmap(tx, unmap); in async_sum_product()
58 async_tx_submit(chan, tx, submit); in async_sum_product()
60 return tx; in async_sum_product()
104 struct dma_async_tx_descriptor *tx; in async_mult() local
122 tx = dma->device_prep_dma_pq(chan, dma_dest, unmap->addr, in async_mult()
125 if (tx) { in async_mult()
126 dma_set_unmap(tx, unmap); in async_mult()
[all …]
/linux/drivers/fpga/
H A Dmachxo2-spi.c69 struct spi_transfer rx, tx; in get_status() local
74 memset(&tx, 0, sizeof(tx)); in get_status()
75 tx.tx_buf = cmd; in get_status()
76 tx.len = sizeof(cmd); in get_status()
80 spi_message_add_tail(&tx, &msg); in get_status()
139 struct spi_transfer tx[2]; in machxo2_cleanup() local
144 memset(tx, 0, sizeof(tx)); in machxo2_cleanup()
146 tx[0].tx_buf = &erase; in machxo2_cleanup()
147 tx[0].len = sizeof(erase); in machxo2_cleanup()
148 spi_message_add_tail(&tx[0], &msg); in machxo2_cleanup()
[all …]
/linux/sound/soc/codecs/
H A Dlpass-tx-macro.c245 struct tx_macro *tx; member
251 struct tx_macro *tx; member
438 /* Update volatile list for tx/tx macros */ in tx_is_volatile_register()
613 static int tx_macro_mclk_enable(struct tx_macro *tx, in tx_macro_mclk_enable() argument
616 struct regmap *regmap = tx->regmap; in tx_macro_mclk_enable()
619 if (tx->tx_mclk_users == 0) { in tx_macro_mclk_enable()
631 tx->tx_mclk_users++; in tx_macro_mclk_enable()
633 if (tx->tx_mclk_users <= 0) { in tx_macro_mclk_enable()
634 dev_err(tx in tx_macro_mclk_enable()
651 is_amic_enabled(struct snd_soc_component * component,struct tx_macro * tx,u8 decimator) is_amic_enabled() argument
676 struct tx_macro *tx; tx_macro_tx_hpf_corner_freq_callback() local
720 struct tx_macro *tx; tx_macro_mute_update_callback() local
738 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_mclk_event() local
756 tx_macro_update_smic_sel_v9(struct snd_soc_component * component,struct snd_soc_dapm_widget * widget,struct tx_macro * tx,u16 mic_sel_reg,unsigned int val) tx_macro_update_smic_sel_v9() argument
778 tx_macro_update_smic_sel_v9_2(struct snd_soc_component * component,struct snd_soc_dapm_widget * widget,struct tx_macro * tx,u16 mic_sel_reg,unsigned int val) tx_macro_update_smic_sel_v9_2() argument
806 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_put_dec_enum() local
867 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_tx_mixer_get() local
887 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_tx_mixer_put() local
920 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_enable_dec() local
1074 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_dec_mode_get() local
1090 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_dec_mode_put() local
1104 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_get_bcs() local
1116 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_set_bcs() local
1131 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_hw_params() local
1174 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_get_channel_map() local
1192 struct tx_macro *tx = snd_soc_component_get_drvdata(component); tx_macro_digital_mute() local
2085 struct tx_macro *tx = snd_soc_component_get_drvdata(comp); tx_macro_component_extend() local
2111 struct tx_macro *tx = snd_soc_component_get_drvdata(comp); tx_macro_component_probe() local
2148 struct tx_macro *tx = to_tx_macro(hw); swclk_gate_enable() local
2168 struct tx_macro *tx = to_tx_macro(hw); swclk_gate_disable() local
2180 struct tx_macro *tx = to_tx_macro(hw); swclk_gate_is_enabled() local
2203 tx_macro_register_mclk_output(struct tx_macro * tx) tx_macro_register_mclk_output() argument
2246 struct tx_macro *tx; tx_macro_probe() local
2391 struct tx_macro *tx = dev_get_drvdata(&pdev->dev); tx_macro_remove() local
2404 struct tx_macro *tx = dev_get_drvdata(dev); tx_macro_runtime_suspend() local
2418 struct tx_macro *tx = dev_get_drvdata(dev); tx_macro_runtime_resume() local
[all...]
/linux/drivers/infiniband/hw/hfi1/
H A Dsdma.h439 struct sdma_txreq *tx,
498 struct sdma_txreq *tx, in sdma_txinit_ahg() argument
511 tx->desc_limit = ARRAY_SIZE(tx->descs); in sdma_txinit_ahg()
512 tx->descp = &tx->descs[0]; in sdma_txinit_ahg()
513 INIT_LIST_HEAD(&tx->list); in sdma_txinit_ahg()
514 tx->num_desc = 0; in sdma_txinit_ahg()
515 tx->flags = flags; in sdma_txinit_ahg()
516 tx->complete = cb; in sdma_txinit_ahg()
517 tx->coalesce_buf = NULL; in sdma_txinit_ahg()
518 tx->wait = NULL; in sdma_txinit_ahg()
[all …]
H A Dvnic_sdma.c41 struct vnic_txreq *tx = container_of(txreq, struct vnic_txreq, txreq); in vnic_sdma_complete() local
42 struct hfi1_vnic_sdma *vnic_sdma = tx->sdma; in vnic_sdma_complete()
45 dev_kfree_skb_any(tx->skb); in vnic_sdma_complete()
46 kmem_cache_free(vnic_sdma->dd->vnic.txreq_cache, tx); in vnic_sdma_complete()
50 struct vnic_txreq *tx) in build_vnic_ulp_payload() argument
56 &tx->txreq, in build_vnic_ulp_payload()
57 tx->skb->data, in build_vnic_ulp_payload()
58 skb_headlen(tx->skb)); in build_vnic_ulp_payload()
62 for (i = 0; i < skb_shinfo(tx->skb)->nr_frags; i++) { in build_vnic_ulp_payload()
63 skb_frag_t *frag = &skb_shinfo(tx->skb)->frags[i]; in build_vnic_ulp_payload()
[all …]
H A Dverbs_txreq.h38 struct verbs_txreq *tx; in get_txreq() local
41 tx = kmem_cache_alloc(dev->verbs_txreq_cache, VERBS_TXREQ_GFP); in get_txreq()
42 if (unlikely(!tx)) { in get_txreq()
44 tx = __get_txreq(dev, qp); in get_txreq()
45 if (!tx) in get_txreq()
46 return tx; in get_txreq()
48 tx->qp = qp; in get_txreq()
49 tx->mr = NULL; in get_txreq()
50 tx->sde = priv->s_sde; in get_txreq()
51 tx->psc = priv->s_sendcontext; in get_txreq()
[all …]
H A Dipoib_tx.c114 static void hfi1_ipoib_free_tx(struct ipoib_txreq *tx, int budget) in hfi1_ipoib_free_tx() argument
116 struct hfi1_ipoib_dev_priv *priv = tx->txq->priv; in hfi1_ipoib_free_tx()
118 if (likely(!tx->sdma_status)) { in hfi1_ipoib_free_tx()
119 dev_sw_netstats_tx_add(priv->netdev, 1, tx->skb->len); in hfi1_ipoib_free_tx()
124 __func__, tx->sdma_status, in hfi1_ipoib_free_tx()
125 le64_to_cpu(tx->sdma_hdr->pbc), tx->txq->q_idx, in hfi1_ipoib_free_tx()
126 tx->txq->sde->this_idx); in hfi1_ipoib_free_tx()
129 napi_consume_skb(tx->skb, budget); in hfi1_ipoib_free_tx()
130 tx->skb = NULL; in hfi1_ipoib_free_tx()
131 sdma_txclean(priv->dd, &tx->txreq); in hfi1_ipoib_free_tx()
[all …]
/linux/drivers/clk/mediatek/
H A Dclk-apmixed.c32 struct mtk_ref2usb_tx *tx = to_mtk_ref2usb_tx(hw); in mtk_ref2usb_tx_is_prepared() local
34 return (readl(tx->base_addr) & REF2USB_EN_MASK) == REF2USB_EN_MASK; in mtk_ref2usb_tx_is_prepared()
39 struct mtk_ref2usb_tx *tx = to_mtk_ref2usb_tx(hw); in mtk_ref2usb_tx_prepare() local
42 val = readl(tx->base_addr); in mtk_ref2usb_tx_prepare()
45 writel(val, tx->base_addr); in mtk_ref2usb_tx_prepare()
49 writel(val, tx->base_addr); in mtk_ref2usb_tx_prepare()
52 writel(val, tx->base_addr); in mtk_ref2usb_tx_prepare()
59 struct mtk_ref2usb_tx *tx = to_mtk_ref2usb_tx(hw); in mtk_ref2usb_tx_unprepare() local
62 val = readl(tx->base_addr); in mtk_ref2usb_tx_unprepare()
64 writel(val, tx->base_addr); in mtk_ref2usb_tx_unprepare()
[all …]
/linux/tools/testing/selftests/drivers/net/hw/
H A Dethtool_mm.sh47 local tx=$1; shift
58 ethtool --set-mm $rx tx-enabled on
59 ethtool --set-mm $tx verify-enabled on tx-enabled on
64 ethtool --json --show-mm $tx | jq -r '.[]."verify-status"' | \
68 ethtool --json --show-mm $tx | jq -r '.[]."tx-active"' | grep -q 'true'
71 traffic_test $tx "pmac"
72 check_err "$?" "Traffic did not get sent through $tx's pMAC"
74 ethtool --set-mm $tx verify-enabled off tx-enabled off
75 ethtool --set-mm $rx tx-enabled off
77 log_test "Manual configuration with verification: $tx to $rx"
[all …]
/linux/sound/soc/mediatek/common/
H A Dmtk-btcvsd.c130 spinlock_t tx_lock; /* spinlock for bt tx stream control */
135 struct mtk_btcvsd_snd_stream *tx; member
209 dev_dbg(bt->dev, "%s(), stream %d, state %d, tx->state %d, rx->state %d, irq_disabled %d\n", in mtk_btcvsd_snd_set_state()
212 bt->tx->state, bt->rx->state, bt->irq_disabled); in mtk_btcvsd_snd_set_state()
216 if (bt->tx->state == BT_SCO_STATE_IDLE && in mtk_btcvsd_snd_set_state()
234 memset(bt->tx, 0, sizeof(*bt->tx)); in mtk_btcvsd_snd_tx_init()
237 bt->tx->packet_size = BTCVSD_TX_PACKET_SIZE; in mtk_btcvsd_snd_tx_init()
238 bt->tx->buf_size = BTCVSD_TX_BUF_SIZE; in mtk_btcvsd_snd_tx_init()
239 bt->tx in mtk_btcvsd_snd_tx_init()
[all...]
/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dusb.c38 struct plfxlc_usb_tx *tx = &usb->tx; in plfxlc_send_packet_from_data_queue() local
43 spin_lock_irqsave(&tx->lock, flags); in plfxlc_send_packet_from_data_queue()
47 if (!(tx->station[usb->sidx].flag & STATION_CONNECTED_FLAG)) in plfxlc_send_packet_from_data_queue()
49 if (!(tx->station[usb->sidx].flag & STATION_FIFO_FULL_FLAG)) in plfxlc_send_packet_from_data_queue()
50 skb = skb_peek(&tx->station[usb->sidx].data_list); in plfxlc_send_packet_from_data_queue()
54 skb = skb_dequeue(&tx->station[usb->sidx].data_list); in plfxlc_send_packet_from_data_queue()
57 if (skb_queue_len(&tx->station[usb->sidx].data_list) <= 60) in plfxlc_send_packet_from_data_queue()
60 spin_unlock_irqrestore(&tx->lock, flags); in plfxlc_send_packet_from_data_queue()
71 struct plfxlc_usb_tx *tx; in rx_urb_complete() local
94 tx = &usb->tx; in rx_urb_complete()
[all …]
/linux/sound/soc/fsl/
H A Dfsl_sai.c170 bool tx = true; in fsl_sai_set_dai_tdm_slot_tx() local
172 sai->slots[tx] = slots; in fsl_sai_set_dai_tdm_slot_tx()
173 sai->slot_width[tx] = slot_width; in fsl_sai_set_dai_tdm_slot_tx()
182 bool tx = false; in fsl_sai_set_dai_tdm_slot_rx() local
184 sai->slots[tx] = slots; in fsl_sai_set_dai_tdm_slot_rx()
185 sai->slot_width[tx] = slot_width; in fsl_sai_set_dai_tdm_slot_rx()
220 int clk_id, unsigned int freq, bool tx) in fsl_sai_set_dai_sysclk_tr() argument
243 regmap_update_bits(sai->regmap, FSL_SAI_xCR2(tx, ofs), in fsl_sai_set_dai_sysclk_tr()
293 dev_err(cpu_dai->dev, "Cannot set tx sysclk: %d\n", ret); in fsl_sai_set_dai_sysclk()
305 unsigned int fmt, bool tx) in fsl_sai_set_dai_fmt_tr() argument
444 fsl_sai_set_bclk(struct snd_soc_dai * dai,bool tx,u32 freq) fsl_sai_set_bclk() argument
559 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; fsl_sai_hw_params() local
758 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; fsl_sai_hw_free() local
779 bool tx = dir == TX; fsl_sai_config_disable() local
822 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; fsl_sai_trigger() local
907 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; fsl_sai_startup() local
1334 u32 rx, tx, type; fsl_sai_read_dlcfg() local
[all...]
/linux/drivers/iio/gyro/
H A Dadxrs450.c76 __be32 tx __aligned(IIO_DMA_MINALIGN);
93 u32 tx; in adxrs450_spi_read_reg_16() local
97 .tx_buf = &st->tx, in adxrs450_spi_read_reg_16()
98 .len = sizeof(st->tx), in adxrs450_spi_read_reg_16()
107 tx = ADXRS450_READ_DATA | (reg_address << 17); in adxrs450_spi_read_reg_16()
109 if (!(hweight32(tx) & 1)) in adxrs450_spi_read_reg_16()
110 tx |= ADXRS450_P; in adxrs450_spi_read_reg_16()
112 st->tx = cpu_to_be32(tx); in adxrs450_spi_read_reg_16()
139 u32 tx; in adxrs450_spi_write_reg_16() local
143 tx = ADXRS450_WRITE_DATA | (reg_address << 17) | (val << 1); in adxrs450_spi_write_reg_16()
[all …]
/linux/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c2758 #define call_tx_stop_cbfn(tx) \ argument
2760 if ((tx)->stop_cbfn) { \
2763 cbfn = (tx)->stop_cbfn; \
2764 cbarg = (tx)->stop_cbarg; \
2765 (tx)->stop_cbfn = NULL; \
2766 (tx)->stop_cbarg = NULL; \
2767 cbfn(cbarg, (tx)); \
2771 static void bna_tx_mod_cb_tx_stopped(void *tx_mod, struct bna_tx *tx);
2772 static void bna_bfi_tx_enet_start(struct bna_tx *tx);
2773 static void bna_tx_enet_stop(struct bna_tx *tx);
[all …]
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_fdma.c31 *dataptr = lan966x->tx.dcbs_buf[dcb].dma_addr; in lan966x_fdma_tx_dataptr_cb()
41 *dataptr = lan966x->tx.dcbs_buf[dcb].dma_addr + XDP_PACKET_HEADROOM; in lan966x_fdma_xdp_tx_dataptr_cb()
197 static int lan966x_fdma_tx_alloc(struct lan966x_tx *tx) in lan966x_fdma_tx_alloc() argument
199 struct lan966x *lan966x = tx->lan966x; in lan966x_fdma_tx_alloc()
200 struct fdma *fdma = &tx->fdma; in lan966x_fdma_tx_alloc()
203 tx->dcbs_buf = kcalloc(fdma->n_dcbs, sizeof(struct lan966x_tx_dcb_buf), in lan966x_fdma_tx_alloc()
205 if (!tx->dcbs_buf) in lan966x_fdma_tx_alloc()
217 kfree(tx->dcbs_buf); in lan966x_fdma_tx_alloc()
221 static void lan966x_fdma_tx_free(struct lan966x_tx *tx) in lan966x_fdma_tx_free() argument
223 struct lan966x *lan966x = tx->lan966x; in lan966x_fdma_tx_free()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dtrace.h24 TP_PROTO(const struct iwl_sap_hdr *sap_cmd, bool tx),
25 TP_ARGS(sap_cmd, tx),
29 __field(u8, tx)
37 __entry->tx = tx;
42 TP_printk("sap_cmd %s: type %d len %d seq %d", __entry->tx ? "Tx" : "Rx",
47 TP_PROTO(const struct iwl_sap_me_msg_hdr *hdr, bool tx),
48 TP_ARGS(hdr, tx),
51 __field(u8, tx)
57 __entry->tx = tx;
59 TP_printk("ME message: %s: type %d seq %d", __entry->tx ? "Tx" : "Rx",

12345678910>>...61