Searched refs:tso_state (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/loongarch/kernel/ ! |
| H A D | kdebugfs.c | 11 static int sfb_state, tso_state; variable 105 tso_state, tso_hints[tso_state], state, tso_hints[state], in tso_read() 162 arch_debugfs_dir, &tso_state, &tso_fops); in arch_kdebugfs_init() 163 tso_state = (csr_read32(LOONGARCH_CSR_IMPCTL1) & CSR_LDSTORDER_MASK) >> CSR_LDSTORDER_SHIFT; in arch_kdebugfs_init()
|
| /linux/drivers/net/ethernet/sfc/ ! |
| H A D | tx_tso.c | 57 struct tso_state { struct 169 static int tso_start(struct tso_state *st, struct efx_nic *efx, in tso_start() 208 static int tso_get_fragment(struct tso_state *st, struct efx_nic *efx, in tso_get_fragment() 234 struct tso_state *st) in tso_fill_packet_with_fragment() 287 struct tso_state *st) in tso_start_new_packet() 368 struct tso_state state; in efx_enqueue_skb_tso()
|