Searched refs:rf_size (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00soc.c62 rt2x00dev->rf = kzalloc(rt2x00dev->ops->rf_size, GFP_KERNEL);
H A Drt2x00.h617 const unsigned int rf_size; member in struct:rt2x00_ops
904 BUG_ON(word < 1 || word > rt2x00dev->ops->rf_size / sizeof(u32));
911 BUG_ON(word < 1 || word > rt2x00dev->ops->rf_size / sizeof(u32));
H A Drt2x00pci.c222 rt2x00dev->rf = kzalloc(rt2x00dev->ops->rf_size, GFP_KERNEL);
H A Drt2x00usb.c621 rt2x00dev->rf = kzalloc(rt2x00dev->ops->rf_size, GFP_KERNEL);
H A Drt2800pci.c1073 .rf_size = RF_SIZE,
H A Drt2800usb.c607 .rf_size = RF_SIZE,
H A Drt2400pci.c1662 .rf_size = RF_SIZE,
H A Drt2500usb.c1840 .rf_size = RF_SIZE,
H A Drt2500pci.c1958 .rf_size = RF_SIZE,
H A Drt61pci.c2868 .rf_size = RF_SIZE,
H A Drt73usb.c2298 .rf_size = RF_SIZE,

Completed in 93 milliseconds