Searched refs:Q_R2 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 143 static const unsigned rxqaddr[] = { Q_R1, Q_R2 }; 1051 if (q == Q_R1 || q == Q_R2) { in sky2_ramset() 3011 sky2_le_error(hw, 1, Q_R2); in sky2_err_intr()
|
H A D | skge.c | 108 static const int rxqaddr[] = { Q_R1, Q_R2 }; 2493 if (q == Q_R1 || q == Q_R2) { in skge_ramset() 2640 skge_write32(hw, RB_ADDR(port ? Q_R2 : Q_R1, RB_CTRL), in skge_rx_stop()
|
H A D | skge.h | 187 IS_R2_B = 1<<14, /* Q_R2 End of Buffer */ 188 IS_R2_F = 1<<13, /* Q_R2 End of Frame */ 189 IS_R2_C = 1<<12, /* Q_R2 Encoding Error */ 500 Q_R2 = 0x0080, /* Receive Queue 2 */ enumerator
|
H A D | sky2.h | 806 Q_R2 = 0x0080, /* Receive Queue 2 */ enumerator
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 142 static const unsigned rxqaddr[] = { Q_R1, Q_R2 }; 1050 if (q == Q_R1 || q == Q_R2) { in sky2_ramset() 3011 sky2_le_error(hw, 1, Q_R2); in sky2_err_intr()
|
H A D | skge.c | 107 static const int rxqaddr[] = { Q_R1, Q_R2 }; 2500 if (q == Q_R1 || q == Q_R2) { in skge_ramset() 2647 skge_write32(hw, RB_ADDR(port ? Q_R2 : Q_R1, RB_CTRL), in skge_rx_stop()
|
H A D | skge.h | 187 IS_R2_B = 1<<14, /* Q_R2 End of Buffer */ 188 IS_R2_F = 1<<13, /* Q_R2 End of Frame */ 189 IS_R2_C = 1<<12, /* Q_R2 Encoding Error */ 500 Q_R2 = 0x0080, /* Receive Queue 2 */ enumerator
|
H A D | sky2.h | 806 Q_R2 = 0x0080, /* Receive Queue 2 */ enumerator
|
Completed in 52 milliseconds