Searched refs:mib_local (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/
H A Dat76c50x-usb.h75 /* values for struct mib_local, field preamble_type */
234 struct mib_local { struct
H A Dat76c50x-usb.c886 priv->mib_buf.index = offsetof(struct mib_local, preamble_type);
936 priv->mib_buf.index = offsetof(struct mib_local, txautorate_fallback);
1125 struct mib_local *m = kmalloc(sizeof(struct mib_phy), GFP_KERNEL);
1130 ret = at76_get_mib(priv->udev, MIB_LOCAL, m, sizeof(struct mib_local));
1495 priv->mib_buf.index = offsetof(struct mib_local, promiscuous_mode);

Completed in 357 milliseconds