Searched refs:IM_ALLOC_INT (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
H A D | smc9194.c | 540 if ( status & IM_ALLOC_INT ) { in smc_wait_to_send_packet() 542 outb( IM_ALLOC_INT, ioaddr + INTERRUPT ); in smc_wait_to_send_packet() 549 SMC_ENABLE_INT( IM_ALLOC_INT ); in smc_wait_to_send_packet() 757 outb( IM_ALLOC_INT, ioaddr + INT_MASK ); in smc_findirq() 773 if ( int_status & IM_ALLOC_INT ) in smc_findirq() 1382 } else if (status & IM_ALLOC_INT ) { in smc_interrupt() 1386 mask &= ~IM_ALLOC_INT; in smc_interrupt()
|
H A D | smc9194.h | 143 #define IM_ALLOC_INT 0x8 macro
|
H A D | smc91x.c | 672 if (status & IM_ALLOC_INT) { in smc_hard_start_xmit() 673 SMC_ACK_INT(lp, IM_ALLOC_INT); in smc_hard_start_xmit() 685 SMC_ENABLE_INT(lp, IM_ALLOC_INT); in smc_hard_start_xmit() 1247 } else if (status & IM_ALLOC_INT) { in smc_interrupt() 1250 mask &= ~IM_ALLOC_INT; in smc_interrupt() 1789 SMC_SET_INT_MASK(lp, IM_ALLOC_INT); in smc_findirq() 1804 if (int_status & IM_ALLOC_INT) in smc_findirq()
|
H A D | smc91c92_cs.c | 221 #define IM_ALLOC_INT 0x8 macro 1242 if (ir & IM_ALLOC_INT) { in smc_start_xmit() 1244 outw((ir&0xff00) | IM_ALLOC_INT, ioaddr + INTERRUPT); in smc_start_xmit() 1253 outw((IM_ALLOC_INT << 8) | (ir & 0xff00), ioaddr + INTERRUPT); in smc_start_xmit() 1400 if (status & IM_ALLOC_INT) { in smc_interrupt() 1402 mask &= ~IM_ALLOC_INT; in smc_interrupt()
|
H A D | smc91x.h | 682 #define IM_ALLOC_INT 0x08 // Set when allocation request is completed macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/ |
H A D | smc9194.c | 540 if ( status & IM_ALLOC_INT ) { in smc_wait_to_send_packet() 542 outb( IM_ALLOC_INT, ioaddr + INTERRUPT ); in smc_wait_to_send_packet() 549 SMC_ENABLE_INT( IM_ALLOC_INT ); in smc_wait_to_send_packet() 757 outb( IM_ALLOC_INT, ioaddr + INT_MASK ); in smc_findirq() 773 if ( int_status & IM_ALLOC_INT ) in smc_findirq() 1384 } else if (status & IM_ALLOC_INT ) { in smc_interrupt() 1388 mask &= ~IM_ALLOC_INT; in smc_interrupt()
|
H A D | smc9194.h | 143 #define IM_ALLOC_INT 0x8 macro
|
H A D | smc91x.c | 672 if (status & IM_ALLOC_INT) { in smc_hard_start_xmit() 673 SMC_ACK_INT(lp, IM_ALLOC_INT); in smc_hard_start_xmit() 685 SMC_ENABLE_INT(lp, IM_ALLOC_INT); in smc_hard_start_xmit() 1248 } else if (status & IM_ALLOC_INT) { in smc_interrupt() 1251 mask &= ~IM_ALLOC_INT; in smc_interrupt() 1790 SMC_SET_INT_MASK(lp, IM_ALLOC_INT); in smc_findirq() 1805 if (int_status & IM_ALLOC_INT) in smc_findirq()
|
H A D | smc91c92_cs.c | 221 #define IM_ALLOC_INT 0x8 macro 1245 if (ir & IM_ALLOC_INT) { in smc_start_xmit() 1247 outw((ir&0xff00) | IM_ALLOC_INT, ioaddr + INTERRUPT); in smc_start_xmit() 1256 outw((IM_ALLOC_INT << 8) | (ir & 0xff00), ioaddr + INTERRUPT); in smc_start_xmit() 1403 if (status & IM_ALLOC_INT) { in smc_interrupt() 1405 mask &= ~IM_ALLOC_INT; in smc_interrupt()
|
H A D | smc91x.h | 671 #define IM_ALLOC_INT 0x08 // Set when allocation request is completed macro
|
Completed in 29 milliseconds