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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_3ad.c140 * __get_first_port - get the first port in the bond
145 static inline struct port *__get_first_port(struct bonding *bond) function
2071 if ((port = __get_first_port(bond))) {
2085 for (port = __get_first_port(bond); port; port = __get_next_port(port)) {
2299 for (port = __get_first_port(bond); port; port = __get_next_port(port)) {

Completed in 165 milliseconds