Searched refs:pport (Results 1 – 4 of 4) sorted by relevance
1496 aggr_port_t **pport; in aggr_grp_rem_port() local1509 for (pport = &grp->lg_ports; *pport != port; in aggr_grp_rem_port()1510 pport = &(*pport)->lp_next) { in aggr_grp_rem_port()1511 if (*pport == NULL) { in aggr_grp_rem_port()1516 *pport = port->lp_next; in aggr_grp_rem_port()
2177 emlxs_port_t *pport = &PPORT; in emlxs_fcf_shutdown_notify() local2186 if (!(pport->flag & EMLXS_PORT_BOUND) || in emlxs_fcf_shutdown_notify()2187 (pport->vpip->flag & EMLXS_VPI_PORT_UNBIND)) { in emlxs_fcf_shutdown_notify()2235 emlxs_port_t *pport = &PPORT; in emlxs_fcf_linkup_notify() local2243 if (!(pport->flag & EMLXS_PORT_BOUND) || in emlxs_fcf_linkup_notify()2244 (pport->vpip->flag & EMLXS_VPI_PORT_UNBIND)) { in emlxs_fcf_linkup_notify()2269 emlxs_port_t *pport = &PPORT; in emlxs_fcf_linkdown_notify() local2277 if (!(pport->flag & EMLXS_PORT_BOUND) || in emlxs_fcf_linkdown_notify()2278 (pport->vpip->flag & EMLXS_VPI_PORT_UNBIND)) { in emlxs_fcf_linkdown_notify()2303 emlxs_port_t *pport = &PPORT; in emlxs_fcf_cvl_notify() local[all …]
1450 emlxs_port_t *pport; in emlxs_fca_bind_port() local1466 pport = &PPORT; in emlxs_fca_bind_port()1511 if (!(pport->flag & EMLXS_INI_ENABLED)) { in emlxs_fca_bind_port()
576 __be16 pport; member