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