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
832 priv->lane2_ops->associate_indicator = lane2_assoc_ind; in atm_mpoa_mpoad_attach()886 priv->lane2_ops->associate_indicator = NULL; in mpoad_close()1016 priv->lane2_ops->associate_indicator = lane2_assoc_ind; in mpoa_event_listener()1357 retval = priv->lane2_ops->associate_req(mpc->dev, in set_mpc_ctrl_addr_rcvd()1363 retval = priv->lane2_ops->resolve(mpc->dev, NULL, 1, NULL, NULL); in set_mpc_ctrl_addr_rcvd()1506 if (priv->lane2_ops != NULL) in atm_mpoa_cleanup()1507 priv->lane2_ops->associate_indicator = NULL; in atm_mpoa_cleanup()
116 static struct lane2_ops lane2_ops = { variable412 priv->lane2_ops = NULL; in lec_atm_send()414 priv->lane2_ops = &lane2_ops; in lec_atm_send()1196 if (priv->lane2_ops && priv->lane2_ops->associate_indicator) { in lane2_associate_ind()1197 priv->lane2_ops->associate_indicator(dev, mac_addr, in lane2_associate_ind()