Home
last modified time | relevance | path

Searched defs:R (Results 1 – 25 of 52) sorted by relevance

123

/drivers/staging/skein/
Dskein_block.h69 #define I256(R) \ argument
81 #define I256(R) \ argument
93 #define R256_8_ROUNDS(R) \ argument
152 #define I512(R) \ argument
169 #define I512(R) \ argument
185 #define R512_8_ROUNDS(R) /* do 8 full rounds */ \ argument
257 #define I1024(R) \ argument
283 #define I1024(R) \ argument
308 #define R1024_8_ROUNDS(R) \ argument
/drivers/net/ethernet/intel/ixgb/
Dixgb.h126 #define IXGB_DESC_UNUSED(R) \ argument
130 #define IXGB_GET_DESC(R, i, type) (&(((struct type *)((R).desc))[i])) argument
131 #define IXGB_RX_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_rx_desc) argument
132 #define IXGB_TX_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_tx_desc) argument
133 #define IXGB_CONTEXT_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_context_desc) argument
/drivers/net/ethernet/intel/i40e/
Di40e_fcoe.h31 #define I40E_DDP_CONTEXT_DESC(R, i) \ argument
34 #define I40E_QUEUE_CONTEXT_DESC(R, i) \ argument
37 #define I40E_FILTER_CONTEXT_DESC(R, i) \ argument
Di40e_adminq.h34 #define I40E_ADMINQ_DESC(R, i) \ argument
75 #define I40E_ADMINQ_DETAILS(R, i) \ argument
Di40e.h116 #define I40E_RX_DESC(R, i) \ argument
118 #define I40E_TX_DESC(R, i) \ argument
120 #define I40E_TX_CTXTDESC(R, i) \ argument
122 #define I40E_TX_FDIRDESC(R, i) \ argument
/drivers/net/ethernet/intel/i40evf/
Di40evf.h100 #define I40E_RX_DESC(R, i) (&(((union i40e_32byte_rx_desc *)((R)->desc))[i])) argument
101 #define I40E_TX_DESC(R, i) (&(((struct i40e_tx_desc *)((R)->desc))[i])) argument
102 #define I40E_TX_CTXTDESC(R, i) \ argument
138 #define I40EVF_DESC_UNUSED(R) \ argument
142 #define I40EVF_RX_DESC_ADV(R, i) \ argument
144 #define I40EVF_TX_DESC_ADV(R, i) \ argument
146 #define I40EVF_TX_CTXTDESC_ADV(R, i) \ argument
Di40e_adminq.h34 #define I40E_ADMINQ_DESC(R, i) \ argument
75 #define I40E_ADMINQ_DETAILS(R, i) \ argument
/drivers/net/ethernet/intel/e1000/
De1000.h215 #define E1000_DESC_UNUSED(R) \ argument
222 #define E1000_RX_DESC_EXT(R, i) \ argument
224 #define E1000_GET_DESC(R, i, type) (&(((struct type *)((R).desc))[i])) argument
225 #define E1000_RX_DESC(R, i) E1000_GET_DESC(R, i, e1000_rx_desc) argument
226 #define E1000_TX_DESC(R, i) E1000_GET_DESC(R, i, e1000_tx_desc) argument
227 #define E1000_CONTEXT_DESC(R, i) E1000_GET_DESC(R, i, e1000_context_desc) argument
/drivers/media/dvb-frontends/
Dmb86a16.c468 unsigned char R) in rf_val_set()
653 int R, M, fOSC, fOSC_OFS; in freqerr_chk() local
730 unsigned char R; in vco_dev_get() local
743 int v, int R, in swp_info_get()
921 int R, in swp_info_get2()
1031 unsigned char R; in mb86a16_set_fe() local
/drivers/video/fbdev/kyro/
DSTG4000InitDevice.c121 u32 R = 0, F = 0, OD = 0, ODIndex = 0; in ProgramClock() local
245 u32 F, R, P; in SetCoreClockPLL() local
DSTG4000Ramdac.c30 u32 F = 0, R = 0, P = 0; in InitialiseRamdac() local
/drivers/staging/ks7010/
Dmichael_mic.h17 u32 R; // Current state member
Dmichael_mic.c51 #define MichaelBlockFunction(L, R) \ argument
/drivers/net/ethernet/intel/igbvf/
Digbvf.h293 #define IGBVF_RX_DESC_ADV(R, i) \ argument
295 #define IGBVF_TX_DESC_ADV(R, i) \ argument
297 #define IGBVF_TX_CTXTDESC_ADV(R, i) \ argument
/drivers/net/ethernet/intel/e1000e/
De1000.h463 #define E1000_RX_DESC_PS(R, i) \ argument
465 #define E1000_RX_DESC_EXT(R, i) \ argument
467 #define E1000_GET_DESC(R, i, type) (&(((struct type *)((R).desc))[i])) argument
468 #define E1000_TX_DESC(R, i) E1000_GET_DESC(R, i, e1000_tx_desc) argument
469 #define E1000_CONTEXT_DESC(R, i) E1000_GET_DESC(R, i, e1000_context_desc) argument
/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h246 #define IXGBEVF_RX_DESC(R, i) \ argument
248 #define IXGBEVF_TX_DESC(R, i) \ argument
250 #define IXGBEVF_TX_CTXTDESC(R, i) \ argument
/drivers/tty/
Drocket.c2663 static Byte_t R[4] = { 0x00, 0x00, 0x34, 0x12 }; in sReadAiopNumChan() local
2699 static Byte_t R[4]; in sInitChan() local
2841 Byte_t R[4]; in sStopRxProcessor() local
/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c67 #define PCH_GBE_GET_DESC(R, i, type) (&(((struct type *)((R).desc))[i])) argument
68 #define PCH_GBE_RX_DESC(R, i) PCH_GBE_GET_DESC(R, i, pch_gbe_rx_desc) argument
69 #define PCH_GBE_TX_DESC(R, i) PCH_GBE_GET_DESC(R, i, pch_gbe_tx_desc) argument
70 #define PCH_GBE_DESC_UNUSED(R) \ argument
/drivers/hwmon/pmbus/
Dlm25066.c62 short m, b, R; member
Dadm1275.c97 s16 R; member
/drivers/staging/rtl8188eu/include/
Drtw_security.h229 u32 L, R; /* Current state */ member
285 #define R(x, n) (((x)&0xFFFFFFFFUL)>>(n)) macro
/drivers/net/ethernet/atheros/atl1c/
Datl1c.h103 #define ATL1C_GET_DESC(R, i, type) (&(((type *)((R)->desc))[i])) argument
104 #define ATL1C_RFD_DESC(R, i) ATL1C_GET_DESC(R, i, struct atl1c_rx_free_desc) argument
105 #define ATL1C_TPD_DESC(R, i) ATL1C_GET_DESC(R, i, struct atl1c_tpd_desc) argument
106 #define ATL1C_RRD_DESC(R, i) ATL1C_GET_DESC(R, i, struct atl1c_recv_ret_status) argument
/drivers/isdn/hardware/eicon/
Ddi.c569 BUFFERS *R; in isdn_ind() local
/drivers/net/ethernet/atheros/atlx/
Datl1.h586 #define ATL1_GET_DESC(R, i, type) (&(((type *)((R)->desc))[i])) argument
587 #define ATL1_RFD_DESC(R, i) ATL1_GET_DESC(R, i, struct rx_free_desc) argument
588 #define ATL1_TPD_DESC(R, i) ATL1_GET_DESC(R, i, struct tx_packet_desc) argument
589 #define ATL1_RRD_DESC(R, i) ATL1_GET_DESC(R, i, struct rx_return_desc) argument
/drivers/net/ethernet/intel/igb/
Digb.h373 #define IGB_RX_DESC(R, i) \ argument
375 #define IGB_TX_DESC(R, i) \ argument
377 #define IGB_TX_CTXTDESC(R, i) \ argument

123