Searched defs:sonic_local (Results 1 – 1 of 1) sorted by relevance
288 struct sonic_local { struct290 int dma_bitmode;294 int reg_offset;295 void *descriptors;298 void *cda; /* CAM descriptor area */299 void *tda; /* Transmit descriptor area */300 void *rra; /* Receive resource area */301 void *rda; /* Receive descriptor area */302 struct sk_buff* volatile rx_skb[SONIC_NUM_RRS]; /* packets to be received */303 struct sk_buff* volatile tx_skb[SONIC_NUM_TDS]; /* packets to be transmitted */[all …]