Searched refs:slot (Results 351 - 375 of 701) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_req.h231 struct hlist_head *slot = ar_hash_slot(mdev, sector); local
235 hlist_for_each_entry(req, n, slot, colision) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dof_device_64.c482 unsigned int bus, devfn, slot, ret; local
493 slot = (devfn >> 3) & 0x1f;
503 * D: 2-bit slot number, derived from PCI device number as
510 slot = (slot - 1) << 2;
514 slot = (slot - 2) << 2;
518 ret = (bus | slot | irq);
523 ret = ((irq - 1 + (slot & 3)) & 3) + 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dirlap.h111 int slot; /* Random chosen slot */ member in struct:irlap_info
112 int s; /* Current slot */
192 __u8 slot; /* Random chosen slot */ member in struct:irlap_cb
193 __u8 s; /* Current slot */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dsch_generic.h599 int slot = pktlen + rtab->rate.cell_align + rtab->rate.overhead; local
600 if (slot < 0)
601 slot = 0;
602 slot >>= rtab->rate.cell_log;
603 if (slot > 255)
604 return (rtab->data[255]*(slot >> 8) + rtab->data[slot & 0xFF]);
605 return rtab->data[slot];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dboard-sam9g20ek-2slot-mmc.c204 .slot[0] = {
209 .slot[1] = {
218 .slot_b = 1, /* Only one slot so use slot B */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-iop32x/
H A Dem7210.c84 em7210_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
102 return pci_irq_table[slot % 6][pin - 1];
H A Dglantank.c80 glantank_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
95 return pci_irq_table[slot % 4][pin - 1];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-orion5x/
H A Dmss2-setup.c76 static int __init mss2_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
83 irq = orion5x_pci_map_irq(dev, slot, pin);
H A Dts409-setup.c124 static int __init qnap_ts409_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
131 irq = orion5x_pci_map_irq(dev, slot, pin);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dswitch.c1150 csa->lscsa->stopped_status.slot[0] = SPU_STOPPED_STATUS_P_I;
1151 csa->lscsa->stopped_status.slot[1] = status_code;
1159 csa->lscsa->stopped_status.slot[0] = SPU_STOPPED_STATUS_P_H;
1160 csa->lscsa->stopped_status.slot[1] = status_code;
1167 csa->lscsa->stopped_status.slot[0] = SPU_STOPPED_STATUS_S_P;
1168 csa->lscsa->stopped_status.slot[1] = status_code;
1175 csa->lscsa->stopped_status.slot[0] = SPU_STOPPED_STATUS_S_I;
1176 csa->lscsa->stopped_status.slot[1] = status_code;
1183 csa->lscsa->stopped_status.slot[0] = SPU_STOPPED_STATUS_P;
1184 csa->lscsa->stopped_status.slot[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dops-bcm63xx.c68 unsigned int slot, func, reg; local
71 slot = PCI_SLOT(devfn);
76 if (slot > (MPI_L2PCFG_DEVNUM_MASK >> MPI_L2PCFG_DEVNUM_SHIFT))
88 val |= (slot << MPI_L2PCFG_DEVNUM_SHIFT);
365 /* snoop access to slot 0x1e on root bus, we fake a cardbus
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dni_670x.c163 static int ni_670x_find_device(struct comedi_device *dev, int bus, int slot);
360 static int ni_670x_find_device(struct comedi_device *dev, int bus, int slot) argument
368 if (bus || slot) {
370 || slot != PCI_SLOT(mite->pcidev->devfn))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dhwprobe.c202 int fun, slot; local
215 slot = pdev->devfn & ~0x07;
219 * slot(slot)) are placed into the same 'hardware' structure. The first
221 * element, identified by "slot==(0xff)". The second part of a board's
222 * functionality will match the previously loaded slot/busno.
231 ((hi->pci_slot == slot) && (hi->bus == pdev->bus)))
244 hi->pci_slot = slot;
343 pr_warning("%s: failed to enable card %d slot %d\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dmv_xor.c245 * @slot: Slot to free
249 struct mv_xor_desc_slot *slot)
251 dev_dbg(mv_chan->device->common.dev, "%s %d slot %p\n",
252 __func__, __LINE__, slot);
254 slot->slots_per_op = 0;
376 /* move this slot to the completed_slots */
481 /* give up after finding the first busy slot
491 /* start the allocation if the slot is correctly aligned */
615 struct mv_xor_desc_slot *slot = NULL; local
623 slot
248 mv_xor_free_slots(struct mv_xor_chan *mv_chan, struct mv_xor_desc_slot *slot) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dirq.c70 } slot; member in union:pci_event::__anon10056
102 HvCallPci_eoi(event->data.slot.bus_number,
103 event->data.slot.sub_bus_number,
104 event->data.slot.dev_id);
285 * This is called out of iSeries_scan_slot to allocate an IRQ for an EADS slot
286 * It calculates the irq value for the slot.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dpci.h59 extern int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dinet6_hashtables.c82 unsigned int slot = hash & hashinfo->ehash_mask; local
83 struct inet_ehash_bucket *head = &hashinfo->ehash[slot];
100 if (get_nulls_value(node) != slot)
118 if (get_nulls_value(node) != slot)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtc.h91 int slot; member in struct:tc_dev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/atstk1000/
H A Datstk1003.c72 .slot[0] = {
H A Datstk1004.c77 .slot[0] = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-integrator/
H A Dpci_v3.c202 int slot = PCI_SLOT(devfn); local
217 if (slot > 12)
221 mapaddress |= 1 << (slot - 5);
226 address |= 1 << (slot + 11);
233 * 15:11 = slot number (7:3 of devfn)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dsys_sx164.c72 * 8 Interrupt Line A from slot 3
73 * 9 Interrupt Line A from slot 2
74 *10 Interrupt Line A from slot 1
75 *11 Interrupt Line A from slot 0
76 *12 Interrupt Line B from slot 3
77 *13 Interrupt Line B from slot 2
78 *14 Interrupt Line B from slot 1
79 *15 Interrupt line B from slot 0
80 *16 Interrupt Line C from slot 3
81 *17 Interrupt Line C from slot
98 sx164_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/hardware/
H A Dit8152.h107 extern int it8152_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Ddma.h191 int slot,
198 void (*poke_tx) (struct b43_dmaring * ring, int slot);
202 void (*set_current_rxslot) (struct b43_dmaring * ring, int slot);
229 /* Currently used slot in the ring. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Ddma.h206 int slot,
213 void (*poke_tx)(struct b43legacy_dmaring *ring, int slot);
217 void (*set_current_rxslot)(struct b43legacy_dmaring *ring, int slot);
233 /* Cache of TX headers for each slot.
244 /* Currently used slot in the ring. */

Completed in 318 milliseconds

<<11121314151617181920>>