Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dusb4.c56 const void *tx_data, size_t tx_dwords, in usb4_native_switch_op() argument
67 if (tx_dwords) { in usb4_native_switch_op()
69 tx_dwords); in usb4_native_switch_op()
110 u8 *status, const void *tx_data, size_t tx_dwords, in __usb4_switch_op() argument
115 if (tx_dwords > USB4_DATA_DWORDS || rx_dwords > USB4_DATA_DWORDS) in __usb4_switch_op()
127 tx_data, tx_dwords, rx_data, in __usb4_switch_op()
139 tx_dwords, rx_data, rx_dwords); in __usb4_switch_op()
150 const void *tx_data, size_t tx_dwords, in usb4_switch_op_data() argument
154 tx_dwords, rx_data, rx_dwords); in usb4_switch_op_data()
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.h278 u64 tx_dwords; member
H A Dfm10k_mbx.c407 mbx->tx_dwords += len; in fm10k_mbx_pull_head()