Lines Matching defs:p
224 link_start(ch_t *sa, struct pe_port_t *p)
226 struct cmac *mac = p->mac;
230 mac->ops->macaddress_set(mac, p->enaddr);
231 (void) t1_link_start(p->phy, mac, &p->link_config);
690 ch_mc_t **p = &sa->ch_mc;
694 p = &sa->ch_mc;
695 while (*p) {
696 if (bcmp(ep, (*p)->cmc_mca, 6) == 0) {
697 q = *p;
698 *p = (*p)->cmc_next;
704 p = &(*p)->cmc_next;