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

/freebsd-10-stable/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-stable/sys/net/
H A Dieee8023ad_lacp.h219 int lp_flags; member in struct:lacp_port
H A Dif_lagg.h272 uint32_t lp_flags; /* port flags */ member in struct:lagg_port
H A Dieee8023ad_lacp.c872 lp->lp_flags |= LACP_PORT_MARK;
1766 lp->lp_flags &= ~LACP_PORT_NTT;
1769 if (!(lp->lp_flags & LACP_PORT_NTT)) {
1787 lp->lp_flags &= ~LACP_PORT_NTT;
1798 lp->lp_flags |= LACP_PORT_NTT;
1884 lp->lp_flags &= ~LACP_PORT_MARK;
1889 if (lp2->lp_flags & LACP_PORT_MARK) {
H A Dif_lagg.c632 lp->lp_flags |= LAGG_PORT_STACK;
716 if (lp->lp_flags & LAGG_PORT_STACK) {
915 rp->rp_flags = lp->lp_flags;
1515 (lp->lp_flags & LAGG_PORT_DISABLED) ||

Completed in 175 milliseconds