Lines Matching refs:mx
493 struct rtw_max2820 *mx = (struct rtw_max2820 *)rf;
494 struct rtw_rfbus *bus = &mx->mx_bus;
506 struct rtw_max2820 *mx = (struct rtw_max2820 *)rf;
507 kmem_free(mx, sizeof (*mx));
515 struct rtw_max2820 *mx = (struct rtw_max2820 *)rf;
516 struct rtw_rfbus *bus = &mx->mx_bus;
569 struct rtw_max2820 *mx;
572 mx = (struct rtw_max2820 *)rf;
573 bus = &mx->mx_bus;
592 struct rtw_max2820 *mx;
597 mx = (struct rtw_max2820 *)kmem_zalloc(sizeof (*mx), KM_SLEEP);
598 if (mx == NULL)
601 mx->mx_is_a = is_a;
603 rf = &mx->mx_rf;
604 bus = &mx->mx_bus;
632 return (&mx->mx_rf);