Home
last modified time | relevance | path

Searched refs:scb_struct (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h71 struct scb_struct struct
H A Dsun3_82586.c154 volatile struct scb_struct *scb; /* volatile is important */
257 p->scb = (struct scb_struct *) ((char *)p->iscp + sizeof(struct iscp_struct)); in alloc586()
278 memset((char *)p->scb,0,sizeof(struct scb_struct)); in alloc586()
413 ptr = (void *) ((char *)p->scb + sizeof(struct scb_struct)); in init586()