Home
last modified time | relevance | path

Searched refs:tx_dwords (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/thunderbolt/
Dusb4.c57 const void *tx_data, size_t tx_dwords, in usb4_native_switch_op() argument
68 if (tx_dwords) { in usb4_native_switch_op()
70 tx_dwords); in usb4_native_switch_op()
111 u8 *status, const void *tx_data, size_t tx_dwords, in __usb4_switch_op() argument
116 if (tx_dwords > USB4_DATA_DWORDS || rx_dwords > USB4_DATA_DWORDS) in __usb4_switch_op()
128 tx_data, tx_dwords, rx_data, in __usb4_switch_op()
140 tx_dwords, rx_data, rx_dwords); in __usb4_switch_op()
151 const void *tx_data, size_t tx_dwords, in usb4_switch_op_data() argument
155 tx_dwords, rx_data, rx_dwords); in usb4_switch_op_data()
/Linux-v6.6/drivers/net/ethernet/intel/fm10k/
Dfm10k_mbx.h278 u64 tx_dwords; member
Dfm10k_ethtool.c95 FM10K_MBX_STAT("mbx_tx_dwords", tx_dwords),
Dfm10k_mbx.c407 mbx->tx_dwords += len; in fm10k_mbx_pull_head()