Searched refs:ctlx (Results 1 – 2 of 2) sorted by relevance
594 int mdp5_ctl_pair(struct mdp5_ctl *ctlx, struct mdp5_ctl *ctly, bool enable) in mdp5_ctl_pair() argument596 struct mdp5_ctl_manager *ctl_mgr = ctlx->ctlm; in mdp5_ctl_pair()604 ctlx->pair = NULL; in mdp5_ctl_pair()608 } else if ((ctlx->pair != NULL) || (ctly->pair != NULL)) { in mdp5_ctl_pair()611 } else if (!(ctlx->status & ctly->status & CTL_STAT_BOOKED)) { in mdp5_ctl_pair()616 ctlx->pair = ctly; in mdp5_ctl_pair()617 ctly->pair = ctlx; in mdp5_ctl_pair()
38 int mdp5_ctl_pair(struct mdp5_ctl *ctlx, struct mdp5_ctl *ctly, bool enable);
Completed in 4 milliseconds