Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunqe.h314 struct sunqec { struct
319 struct sunqec *next_module; /* List of all QECs in system */ argument
344 struct sunqec *parent;
H A Dsunqe.c57 static struct sunqec *root_qec_dev;
143 struct sunqec *qecp = qep->parent; in qe_init()
470 struct sunqec *qecp = dev_id; in qec_interrupt()
717 static void qec_init_once(struct sunqec *qecp, struct platform_device *op) in qec_init_once()
767 static struct sunqec *get_qec(struct platform_device *child) in get_qec()
770 struct sunqec *qecp; in get_qec()
774 qecp = kzalloc(sizeof(struct sunqec), GFP_KERNEL); in get_qec()
836 struct sunqec *qecp; in qec_ether_init()
983 struct sunqec *next = root_qec_dev->next_module; in qec_exit()