Searched refs:RPL (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tokenring/
H A Dtms380tr.h104 #define CMD_RX_VALID 0x0200 /* Now actual RPL is valid. */
477 u_int16_t RxListSize; /* RPL size: 0 (=26), 14, 20 or
595 * in one RPL/TPL. (depending on TI firmware
704 /* TPL/RPL size in OPEN parameter list depending on maximal
990 * bit pointer to last RPL.
993 * bit pointer to RPL with odd
1010 /* Receive Parameter List (RPL) The length of the RPLs has to be initialized
1015 #define RX_FRAG_NUM 1 /* Maximal number of used fragments in one RPL.
1020 typedef struct s_RPL RPL; typedef in typeref:struct:s_RPL
1022 u_int32_t NextRPLAddr; /* Pointer to next RPL i
[all...]
H A Dtms380tr.c179 static void tms380tr_write_rpl_status(RPL *rpl, unsigned int Status);
2056 RPL *rpl;
2057 RPL *SaveHead;
2070 break; /* RPL still in use by adapter */
2184 /* Pass the last RPL back to the adapter */
2190 /* Current RPL becomes last one in list. */
2193 /* Inform adapter about RPL valid. */
2201 * This function should be used whenever the status of any RPL must be
2203 * order of instructions such that writing the RPL status may be executed
2207 static void tms380tr_write_rpl_status(RPL *rp
[all...]

Completed in 71 milliseconds