Searched refs:lane2_ops (Results 1 – 3 of 3) sorted by relevance
45 struct lane2_ops { struct144 struct lane2_ops *lane2_ops; /* can be NULL for LANE v1 */ member
833 priv->lane2_ops->associate_indicator = lane2_assoc_ind; in atm_mpoa_mpoad_attach()887 priv->lane2_ops->associate_indicator = NULL; in mpoad_close()1017 priv->lane2_ops->associate_indicator = lane2_assoc_ind; in mpoa_event_listener()1358 retval = priv->lane2_ops->associate_req(mpc->dev, in set_mpc_ctrl_addr_rcvd()1364 retval = priv->lane2_ops->resolve(mpc->dev, NULL, 1, NULL, NULL); in set_mpc_ctrl_addr_rcvd()1507 if (priv->lane2_ops != NULL) in atm_mpoa_cleanup()1508 priv->lane2_ops->associate_indicator = NULL; in atm_mpoa_cleanup()
117 static struct lane2_ops lane2_ops = { variable411 priv->lane2_ops = NULL; in lec_atm_send()413 priv->lane2_ops = &lane2_ops; in lec_atm_send()1191 if (priv->lane2_ops && priv->lane2_ops->associate_indicator) { in lane2_associate_ind()1192 priv->lane2_ops->associate_indicator(dev, mac_addr, in lane2_associate_ind()
Completed in 8 milliseconds