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