Searched defs:sonic_local (Results 1 – 1 of 1) sorted by relevance
294 struct sonic_local { struct296 int dma_bitmode;300 int reg_offset;301 void *descriptors;304 void *cda; /* CAM descriptor area */305 void *tda; /* Transmit descriptor area */306 void *rra; /* Receive resource area */307 void *rda; /* Receive descriptor area */308 struct sk_buff* volatile rx_skb[SONIC_NUM_RRS]; /* packets to be received */309 struct sk_buff* volatile tx_skb[SONIC_NUM_TDS]; /* packets to be transmitted */[all …]