Home
last modified time | relevance | path

Searched refs:S0_IR_SENDOK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/wiznet/
H A Dw5300.c74 #define S0_IR_SENDOK 0x0010 /* Send OK interrupt */ macro
266 w5300_write(priv, W5300_S0_IMR, S0_IR_RECV | S0_IR_SENDOK); in w5300_hw_start()
424 if (ir & S0_IR_SENDOK) { in w5300_interrupt()
H A Dw5100.c73 #define S0_IR_SENDOK 0x10 /* complete sending */ macro
928 if (ir & S0_IR_SENDOK) { in w5100_interrupt()
/kernel/linux/linux-6.6/drivers/net/ethernet/wiznet/
H A Dw5300.c74 #define S0_IR_SENDOK 0x0010 /* Send OK interrupt */ macro
266 w5300_write(priv, W5300_S0_IMR, S0_IR_RECV | S0_IR_SENDOK); in w5300_hw_start()
424 if (ir & S0_IR_SENDOK) { in w5300_interrupt()
H A Dw5100.c73 #define S0_IR_SENDOK 0x10 /* complete sending */ macro
923 if (ir & S0_IR_SENDOK) { in w5100_interrupt()

Completed in 6 milliseconds