Searched refs:tx_dwords (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | usb4.c | 57 const void *tx_data, size_t tx_dwords, in usb4_native_switch_op() 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() 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() 155 tx_dwords, rx_data, rx_dwords); in usb4_switch_op_data() 55 usb4_native_switch_op(struct tb_switch *sw, u16 opcode, u32 *metadata, u8 *status, const void *tx_data, size_t tx_dwords, void *rx_data, size_t rx_dwords) usb4_native_switch_op() argument 110 __usb4_switch_op(struct tb_switch *sw, u16 opcode, u32 *metadata, u8 *status, const void *tx_data, size_t tx_dwords, void *rx_data, size_t rx_dwords) __usb4_switch_op() argument 149 usb4_switch_op_data(struct tb_switch *sw, u16 opcode, u32 *metadata, u8 *status, const void *tx_data, size_t tx_dwords, void *rx_data, size_t rx_dwords) usb4_switch_op_data() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_mbx.h | 278 u64 tx_dwords; member
|
H A D | fm10k_ethtool.c | 94 FM10K_MBX_STAT("mbx_tx_dwords", tx_dwords),
|
H A D | fm10k_mbx.c | 407 mbx->tx_dwords += len; in fm10k_mbx_pull_head()
|
/kernel/linux/linux-6.6/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()
|
Completed in 15 milliseconds