Searched refs:Q_R2 (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dsky2.c141 static const unsigned rxqaddr[] = { Q_R1, Q_R2 };
778 if (q == Q_R1 || q == Q_R2) {
2223 sky2_put_idx(hw, Q_R2, sky2->rx_put);
2358 const u64 *le = (q == Q_R1 || q == Q_R2)
2406 sky2_le_error(hw, 1, Q_R2, RX_LE_SIZE);
H A Dsky2.h600 Q_R2 = 0x0080, /* Receive Queue 2 */ enumerator in enum:__anon5787
H A Dskge.c105 static const int rxqaddr[] = { Q_R1, Q_R2 };
2392 if (q == Q_R1 || q == Q_R2) {
2572 skge_write32(hw, RB_ADDR(port ? Q_R2 : Q_R1, RB_CTRL),
H A Dskge.h189 IS_R2_B = 1<<14, /* Q_R2 End of Buffer */
190 IS_R2_F = 1<<13, /* Q_R2 End of Frame */
191 IS_R2_C = 1<<12, /* Q_R2 Encoding Error */
502 Q_R2 = 0x0080, /* Receive Queue 2 */ enumerator in enum:__anon5654
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/sk98lin/
H A Dskgeinit.c43 {Q_R1, Q_XS1, Q_XA1}, {Q_R2, Q_XS2, Q_XA2}
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/sk98lin/h/
H A Dskgehw.h862 #define IS_R2_B BIT_14 /* Q_R2 End of Buffer */
863 #define IS_R2_F BIT_13 /* Q_R2 End of Frame */
864 #define IS_R2_C BIT_12 /* Q_R2 Encoding Error */
1690 #define Q_R2 0x0080 /* Receive Queue 2 */ macro
1703 * Values: Q_R1, Q_R2, Q_XS1, Q_XA1, Q_XS2, and Q_XA2
1707 * usage SK_IN32(pAC, Q_ADDR(Q_R2, Q_BC), pVal)
1718 * Values: Q_R1, Q_R2, Q_XS1, Q_XA1, Q_XS2, and Q_XA2
1722 * usage SK_IN32(pAC, RB_ADDR(Q_R2, RB_RP), pVal)

Completed in 185 milliseconds