Home
last modified time | relevance | path

Searched refs:is_recv (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/staging/wfx/
Dtraces.h161 TP_PROTO(const struct hif_msg *hif, int tx_fill_level, bool is_recv),
162 TP_ARGS(hif, tx_fill_level, is_recv),
180 if (is_recv)
184 if (!is_recv &&
211 TP_PROTO(const struct hif_msg *hif, int tx_fill_level, bool is_recv),
212 TP_ARGS(hif, tx_fill_level, is_recv));
216 TP_PROTO(const struct hif_msg *hif, int tx_fill_level, bool is_recv),
217 TP_ARGS(hif, tx_fill_level, is_recv));
/Linux-v5.10/drivers/net/hyperv/
Dhyperv_net.h783 u16 is_recv:1; member