Searched refs:msp (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Drc80211_minstrel_ht_debugfs.c20 struct minstrel_ht_sta_priv *msp = inode->i_private; local
21 struct minstrel_ht_sta *mi = &msp->ht;
27 if (!msp->is_ht) {
28 inode->i_private = &msp->legacy;
30 inode->i_private = msp;
106 struct minstrel_ht_sta_priv *msp = priv_sta; local
108 msp->dbg_stats = debugfs_create_file("rc_stats", S_IRUGO, dir, msp,
115 struct minstrel_ht_sta_priv *msp = priv_sta; local
117 debugfs_remove(msp
[all...]
H A Drc80211_minstrel_ht.c382 struct minstrel_ht_sta_priv *msp = priv_sta; local
383 struct minstrel_ht_sta *mi = &msp->ht;
392 if (!msp->is_ht)
393 return mac80211_minstrel.tx_status(priv, sband, sta, &msp->legacy, skb);
585 struct minstrel_ht_sta_priv *msp = priv_sta; local
586 struct minstrel_ht_sta *mi = &msp->ht;
593 if (!msp->is_ht)
594 return mac80211_minstrel.get_rate(priv, sta, &msp->legacy, txrc);
630 struct minstrel_ht_sta_priv *msp = priv_sta; local
631 struct minstrel_ht_sta *mi = &msp
725 struct minstrel_ht_sta_priv *msp; local
761 struct minstrel_ht_sta_priv *msp = priv_sta; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmv643xx_eth.c1078 struct mv643xx_eth_shared_private *msp = dev_id; local
1080 if (readl(msp->base + ERR_INT_CAUSE) & ERR_INT_SMI_DONE) {
1081 writel(~ERR_INT_SMI_DONE, msp->base + ERR_INT_CAUSE);
1082 wake_up(&msp->smi_busy_wait);
1089 static int smi_is_done(struct mv643xx_eth_shared_private *msp) argument
1091 return !(readl(msp->base + SMI_REG) & SMI_BUSY);
1094 static int smi_wait_ready(struct mv643xx_eth_shared_private *msp) argument
1096 if (msp->err_interrupt == NO_IRQ) {
1099 for (i = 0; !smi_is_done(msp); i++) {
1108 if (!smi_is_done(msp)) {
1120 struct mv643xx_eth_shared_private *msp = bus->priv; local
1147 struct mv643xx_eth_shared_private *msp = bus->priv; local
2538 mv643xx_eth_conf_mbus_windows(struct mv643xx_eth_shared_private *msp, struct mbus_dram_target_info *dram) argument
2572 infer_hw_params(struct mv643xx_eth_shared_private *msp) argument
2606 struct mv643xx_eth_shared_private *msp; local
2698 struct mv643xx_eth_shared_private *msp = platform_get_drvdata(pdev); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dshpchp_ctrl.c209 enum pci_bus_speed msp)
226 if (asp < msp) {
230 if (bsp != msp)
231 rc = change_bus_speed(ctrl, pslot, msp);
248 enum pci_bus_speed asp, bsp, msp; local
290 msp = ctrl->pci_dev->bus->max_bus_speed;
298 bsp, msp);
300 rc = fix_bus_speed(ctrl, p_slot, slots_not_empty, asp, bsp, msp);
207 fix_bus_speed(struct controller *ctrl, struct slot *pslot, u8 flag, enum pci_bus_speed asp, enum pci_bus_speed bsp, enum pci_bus_speed msp) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dsun3-head.S73 movc %d0,%msp
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dmv_xor.c1252 mv_xor_conf_mbus_windows(struct mv_xor_shared_private *msp, argument
1255 void __iomem *base = msp->xor_base;
1294 struct mv_xor_shared_private *msp; local
1299 msp = devm_kzalloc(&pdev->dev, sizeof(*msp), GFP_KERNEL);
1300 if (!msp)
1307 msp->xor_base = devm_ioremap(&pdev->dev, res->start,
1309 if (!msp->xor_base)
1316 msp->xor_high_base = devm_ioremap(&pdev->dev, res->start,
1318 if (!msp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dgdb-stub.h83 u32 ssp, msp, usp, mcrh, mcrl, mcvf; member in struct:gdb_regs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhfc_sx.c119 unsigned short *msp; local
157 msp = ((struct hfcsx_extra *)(cs->hw.hfcsx.extra))->marker;
158 msp += (((fifo >> 1) & 3) * (MAX_B_FRAMES+1));
171 *(msp + f1) = z1; /* remember marker */
177 count = *(msp + f2) - z1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ngene/
H A Dngene.h820 u8 msp[4]; member in struct:ngene_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c1268 const struct qib_hwerror_msgs *msp)
1273 while (msp && msp->mask) {
1274 multi = (msp->mask & (msp->mask - 1));
1275 while (errs & msp->mask) {
1276 these = (errs & msp->mask);
1284 took = scnprintf(msg, len, "%s", msp->msg);
1293 while (lmask & msp->mask) {
1302 ++msp;
1267 err_decode(char *msg, size_t len, u64 errs, const struct qib_hwerror_msgs *msp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-cards.c3101 int id,msp,gpio; local
3107 msp = bttv_I2CRead(btv, I2C_ADDR_MSP3400, "MSP34xx");
3123 if (-1 != msp) {
3134 (-1 == msp) ? "no" : "yes");
3174 if (-1 != msp)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/smack/
H A Dsmack_lsm.c2071 char *msp = smack_of_msq(msq); local
2078 return smk_curacc(msp, access, &ad);

Completed in 204 milliseconds