Searched refs:tx_dwords (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | usb4.c | 57 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()
|
/openbmc/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_mbx.h | 278 u64 tx_dwords; member
|
H A D | fm10k_ethtool.c | 95 FM10K_MBX_STAT("mbx_tx_dwords", tx_dwords),
|
H A D | fm10k_mbx.c | 407 mbx->tx_dwords += len; in fm10k_mbx_pull_head()
|