Searched refs:entry (Results 351 - 375 of 524) sorted by relevance

<<11121314151617181920>>

/drivers/staging/et131x/
H A Det131x.c382 struct tcb *next; /* Next entry in ring */
1854 u32 entry; local
1894 for (entry = 0; entry < rx_local->fbr[0]->num_entries; entry++) {
1895 fbr_entry->addr_hi = rx_local->fbr[0]->bus_high[entry];
1896 fbr_entry->addr_lo = rx_local->fbr[0]->bus_low[entry];
1897 fbr_entry->word2 = entry;
1921 for (entry = 0; entry < rx_loca
[all...]
/drivers/atm/
H A Dhe.h136 struct list_head entry; member in struct:he_tpd
224 struct list_head entry; member in struct:he_buff
H A Dhorizon.h262 /* Receive queue entry */
336 HDW entry; member in struct:rx_q_entry
/drivers/cdrom/
H A Dgdrom.c111 unsigned int entry[99]; member in struct:gdromtoc
356 data = gd.toc->entry[track - 1];
/drivers/cpufreq/
H A Dpowernow-k7.c168 static void invalidate_entry(unsigned int entry) argument
170 powernow_table[entry].frequency = CPUFREQ_ENTRY_INVALID;
/drivers/gpu/drm/i915/
H A Dintel_bios.c163 * entry to get the DVO timing entry
172 char *entry = (char *)lvds_lfp_data->data + lfp_data_size * index; local
174 return (struct lvds_dvo_timing *)(entry + dvo_timing_offset);
/drivers/infiniband/hw/qib/
H A Dqib_pcie.c271 struct qib_msix_entry *entry)
287 qib_msix_setup(dd, pos, nent, entry);
270 qib_pcie_params(struct qib_devdata *dd, u32 minw, u32 *nent, struct qib_msix_entry *entry) argument
/drivers/media/dvb/siano/
H A Dsmscoreapi.h84 struct list_head entry; member in struct:smscore_buffer_t
122 struct list_head entry; member in struct:smscore_device_t
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.h169 * @return positive is entry was optimized, 0 - if not, negative
638 * The set bit in the table will mean that the entry is available.
647 * Get the next free pool entry.
649 * @return true if there was a free entry in the pool
651 bool (*get_entry)(struct bnx2x_credit_pool_obj *o, int *entry);
654 * Return the entry back to the pool.
656 * @return true if entry is legal and has been successfully
659 bool (*put_entry)(struct bnx2x_credit_pool_obj *o, int entry);
/drivers/net/ethernet/realtek/
H A D8139too.c1686 netdev_dbg(dev, "Tx queue start entry %ld dirty entry %ld\n",
1734 unsigned int entry; local
1738 /* Calculate the next Tx descriptor entry. */
1739 entry = tp->cur_tx % NUM_TX_DESC;
1744 memset(tp->tx_buf[entry], 0, ETH_ZLEN);
1745 skb_copy_and_csum_dev(skb, tp->tx_buf[entry]);
1756 * copied to tp->tx_buf[entry] above. Use a memory barrier
1760 RTL_W32_F (TxStatus0 + (entry * sizeof (u32)),
1770 len, entry);
1788 int entry = dirty_tx % NUM_TX_DESC; local
[all...]
/drivers/staging/crystalhd/
H A Dcrystalhd_lnx.c537 const struct pci_device_id *entry)
575 pinfo->drv_data = entry->driver_data;
536 chd_dec_pci_probe(struct pci_dev *pdev, const struct pci_device_id *entry) argument
/drivers/staging/rtl8712/
H A Drtl8712_xmit.c183 struct hw_xmit *phwxmit_i, sint entry)
194 /*entry indx: 0->vo, 1->vi, 2->be, 3->bk.*/
212 for (i = 0; i < entry; i++) {
182 dequeue_xframe_ex(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmit_i, sint entry) argument
/drivers/usb/misc/
H A DKconfig136 This driver creates an entry "/dev/idmouseX" or "/dev/usb/idmouseX",
161 See also the USB_U132_HCD entry "Elan U132 Adapter Host Controller"
/drivers/crypto/amcc/
H A Dcrypto4xx_core.c970 * SD entry can hold PPC4XX_SD_BUFFER_SIZE,
1051 list_del(&alg->entry);
1054 list_add_tail(&alg->entry, &sec_dev->alg_list);
1065 list_for_each_entry_safe(alg, tmp, &sec_dev->alg_list, entry) {
1066 list_del(&alg->entry);
/drivers/infiniband/hw/ehca/
H A Dehca_classes.h249 struct list_head entry; member in struct:ehca_cq
390 u32 qe_size; /* queue entry size */
/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.h204 u64 entry; member in struct:ehea_eqe
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.h198 u16 entry; member in struct:vxge_msix_entry
437 * #define VXGE_DEBUG_ENTRYEXIT: debug functions by adding entry exit statements
/drivers/net/wireless/iwmc3200wifi/
H A Dcommands.h480 int iwm_send_ct_kill_cfg(struct iwm_priv *iwm, u8 entry, u8 exit);
/drivers/s390/cio/
H A Dqdio.h212 * Since max. 127 SBALs are scanned reuse entry for 128 as queue full
303 struct list_head entry; member in struct:qdio_q
/drivers/scsi/
H A Dmvumi.h186 struct list_head entry; member in struct:mvumi_res
/drivers/xen/
H A Dprivcmd.c207 mmapcmd.entry);
/drivers/acpi/
H A Dbattery.c897 struct proc_dir_entry *entry = NULL; local
910 entry = proc_create_data(acpi_battery_file[i].name,
915 if (!entry)
/drivers/gpu/drm/
H A Ddrm_modes.c540 struct list_head *entry, *tmp; local
542 list_for_each_safe(entry, tmp, head) {
543 list_move_tail(entry, new);
/drivers/infiniband/core/
H A Dmad.c92 struct ib_mad_port_private *entry; local
94 list_for_each_entry(entry, &ib_mad_port_list, port_list) {
95 if (entry->device == device && entry->port_num == port_num)
96 return entry;
108 struct ib_mad_port_private *entry; local
112 entry = __ib_get_mad_port(device, port_num);
115 return entry;
1568 struct ib_mad_agent_private *entry; local
1575 list_for_each_entry(entry,
[all...]
/drivers/infiniband/hw/mthca/
H A Dmthca_main.c857 entries[0].entry = 0;
858 entries[1].entry = 1;
859 entries[2].entry = 2;

Completed in 646 milliseconds

<<11121314151617181920>>