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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsunqe.h313 struct sunqec { struct
318 struct sunqec *next_module; /* List of all QECs in system */
343 struct sunqec *parent;
H A Dsunqe.c55 static struct sunqec *root_qec_dev;
141 struct sunqec *qecp = qep->parent;
470 struct sunqec *qecp = dev_id;
726 static inline void qec_init_once(struct sunqec *qecp, struct sbus_dev *qsdev)
776 static struct sunqec * __init get_qec(struct sbus_dev *child_sdev)
779 struct sunqec *qecp;
786 qecp = kzalloc(sizeof(struct sunqec), GFP_KERNEL);
837 struct sunqec *qecp;
1010 struct sunqec *next = root_qec_dev->next_module;

Completed in 46 milliseconds