Lines Matching refs:rt
231 #define lib_off(rt, type) \ argument
232 shift_off(offsetof(struct lance_init_block, rt), type)
234 #define lib_ptr(ib, rt, type) \ argument
235 ((volatile u16 *)((u8 *)(ib) + lib_off(rt, type)))
237 #define rds_off(rt, type) \ argument
238 shift_off(offsetof(struct lance_rx_desc, rt), type)
240 #define rds_ptr(rd, rt, type) \ argument
241 ((volatile u16 *)((u8 *)(rd) + rds_off(rt, type)))
243 #define tds_off(rt, type) \ argument
244 shift_off(offsetof(struct lance_tx_desc, rt), type)
246 #define tds_ptr(td, rt, type) \ argument
247 ((volatile u16 *)((u8 *)(td) + tds_off(rt, type)))