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

/freebsd-10.2-release/sys/arm/lpc/
H A Dlpc_gpio.c104 int lp_flags; member in struct:lpc_gpio_pinmap
224 *caps = map->lp_flags;
242 if ((map->lp_flags & (GPIO_PIN_INPUT | GPIO_PIN_OUTPUT)) !=
244 *flags = map->lp_flags;
287 if ((map->lp_flags & (GPIO_PIN_INPUT | GPIO_PIN_OUTPUT)) !=
346 (map->lp_flags & GPIO_PIN_INPUT) ? 'I' : 'O',
/freebsd-10.2-release/sys/net/
H A Dieee8023ad_lacp.h218 int lp_flags; member in struct:lacp_port
H A Dif_lagg.h245 uint32_t lp_flags; /* port flags */ member in struct:lagg_port
H A Dieee8023ad_lacp.c919 lp->lp_flags |= LACP_PORT_MARK;
1809 lp->lp_flags &= ~LACP_PORT_NTT;
1812 if (!(lp->lp_flags & LACP_PORT_NTT)) {
1830 lp->lp_flags &= ~LACP_PORT_NTT;
1841 lp->lp_flags |= LACP_PORT_NTT;
1927 lp->lp_flags &= ~LACP_PORT_MARK;
1932 if (lp2->lp_flags & LACP_PORT_MARK) {
H A Dif_lagg.c634 lp->lp_flags |= LAGG_PORT_STACK;
718 if (lp->lp_flags & LAGG_PORT_STACK) {
917 rp->rp_flags = lp->lp_flags;
1375 (lp->lp_flags & LAGG_PORT_DISABLED) ||

Completed in 93 milliseconds