Home
last modified time | relevance | path

Searched refs:lane2_ops (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/atm/
Dlec.h44 struct lane2_ops { struct
143 struct lane2_ops *lane2_ops; /* can be NULL for LANE v1 */ member
Dmpc.c834 priv->lane2_ops->associate_indicator = lane2_assoc_ind; in atm_mpoa_mpoad_attach()
888 priv->lane2_ops->associate_indicator = NULL; in mpoad_close()
1018 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()
1506 if (priv->lane2_ops != NULL) in atm_mpoa_cleanup()
1507 priv->lane2_ops->associate_indicator = NULL; in atm_mpoa_cleanup()
Dlec.c113 static struct lane2_ops lane2_ops = { variable
410 priv->lane2_ops = NULL; in lec_atm_send()
412 priv->lane2_ops = &lane2_ops; in lec_atm_send()
1211 if (priv->lane2_ops && priv->lane2_ops->associate_indicator) { in lane2_associate_ind()
1212 priv->lane2_ops->associate_indicator(dev, mac_addr, in lane2_associate_ind()