Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/
Dusb4.c55 const void *tx_data, size_t tx_dwords, in usb4_native_switch_op() argument
66 if (tx_dwords) { in usb4_native_switch_op()
68 tx_dwords); in usb4_native_switch_op()
109 u8 *status, const void *tx_data, size_t tx_dwords, in __usb4_switch_op() argument
114 if (tx_dwords > NVM_DATA_DWORDS || rx_dwords > NVM_DATA_DWORDS) in __usb4_switch_op()
126 tx_data, tx_dwords, rx_data, in __usb4_switch_op()
138 tx_dwords, rx_data, rx_dwords); in __usb4_switch_op()
149 const void *tx_data, size_t tx_dwords, in usb4_switch_op_data() argument
153 tx_dwords, rx_data, rx_dwords); in usb4_switch_op_data()
/linux-6.1.9/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()