Searched refs:entry (Results 401 - 425 of 524) sorted by relevance

<<11121314151617181920>>

/drivers/media/dvb/dvb-core/
H A Ddvb_demux.c605 struct dvb_demux_feed *entry; local
607 list_for_each_entry(entry, &feed->demux->feed_list, list_head)
608 if (entry == feed)
/drivers/net/wireless/ath/ath6kl/
H A Dmain.c84 struct ath6kl_mgmt_buff *entry, *tmp; local
92 list_for_each_entry_safe(entry, tmp, &sta->mgmt_psq, list) {
93 kfree(entry);
/drivers/scsi/aic94xx/
H A Daic94xx_sds.c52 struct asd_ocm_dir_ent entry[15]; member in struct:asd_ocm_dir
201 if (dir->entry[i].type == type)
206 ent = &dir->entry[i];
241 ASD_DPRINTK("BIOS_CHIM entry has no valid sig(%c%c%c%c)\n",
722 * asd_find_ll_by_id - find a linked list entry by its id
/drivers/scsi/
H A Dvmw_pvscsi.c185 * non-zero integer. ctx always points to an entry in cmd_map array, hence
617 * Translate a Linux SCSI request into a request ring entry.
636 * have one context per request entry. Check for it anyway, since it
1078 struct msix_entry entry = { 0, PVSCSI_VECTOR_COMPLETION }; local
1081 ret = pci_enable_msix(adapter->dev, &entry, 1);
1085 *irq = entry.vector;
H A Dmvumi.c162 INIT_LIST_HEAD(&res->entry);
163 list_add_tail(&res->entry, &mhba->res_list);
172 list_for_each_entry_safe(res, tmp, &mhba->res_list, entry) {
186 list_del(&res->entry);
512 /* Copy pointer may point to entry in outbound list
513 * before entry has valid data
1562 * mvumi_queue_command - Queue entry point
1564 * @done: Callback entry point
1784 * mvumi_probe_one - PCI hotplug entry point
1894 * mvumi_shutdown - Shutdown entry poin
[all...]
/drivers/staging/rtl8712/
H A Drtl871x_xmit.c41 static void init_hwxmits(struct hw_xmit *phwxmit, sint entry);
1003 static void init_hwxmits(struct hw_xmit *phwxmit, sint entry) argument
1007 for (i = 0; i < entry; i++, phwxmit++) {
/drivers/usb/host/
H A Dehci-dbg.c436 struct list_head *entry; local
473 list_for_each (entry, &qh->qtd_list) {
474 td = list_entry (entry, struct ehci_qtd, qtd_list);
/drivers/crypto/
H A Dpicoxcell_crypto.c143 struct list_head entry; member in struct:spacc_alg
1829 list_add_tail(&engine->algs[i].entry,
1852 list_for_each_entry_safe(alg, next, &engine->registered_algs, entry) {
1853 list_del(&alg->entry);
/drivers/infiniband/hw/amso1100/
H A Dc2.h337 int hthead; /* index of first free entry */
518 extern int c2_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry);
/drivers/net/ethernet/mellanox/mlx4/
H A Den_port.h44 __be32 entry[VLAN_FLTR_SIZE]; member in struct:mlx4_set_vlan_fltr_mbox
/drivers/net/wireless/hostap/
H A Dhostap_ioctl.c644 struct hfa384x_hostscan_result *entry; local
656 entry = &local->last_scan_results[i];
657 if (memcmp(local->preferred_ap, entry->bssid, ETH_ALEN) == 0) {
658 req.channel = entry->chid;
1800 /* First entry *MUST* be the AP MAC address */
1956 int entry, hostscan; local
1970 for (entry = 0; entry < local->last_scan_results_count; entry++) {
1972 scan = &local->last_scan_results[entry];
[all...]
/drivers/scsi/isci/
H A Dinit.c355 pci_info->msix_entries[i].entry = i;
/drivers/scsi/pm8001/
H A Dpm8001_sas.h230 struct list_head entry; member in struct:pm8001_ccb_info
/drivers/staging/rtl8192u/
H A Dr8192U_core.c907 struct urb *entry; local
916 entry = usb_alloc_urb(0, GFP_KERNEL);
917 if (!entry) {
922 usb_fill_bulk_urb(entry, priv->udev,
926 info->urb = entry;
930 usb_submit_urb(entry, GFP_KERNEL);
939 entry = usb_alloc_urb(0, GFP_KERNEL);
940 if (!entry) {
944 usb_fill_bulk_urb(entry, priv->udev,
948 info->urb = entry;
[all...]
/drivers/net/wireless/ipw2x00/
H A Dipw2200.c800 /* get each entry length */
3909 struct ipw_station_entry entry; local
3929 entry.reserved = 0;
3930 entry.support_mode = 0;
3931 memcpy(entry.mac_addr, bssid, ETH_ALEN);
3933 ipw_write_direct(priv, IPW_STATION_TABLE_LOWER + i * sizeof(entry),
3934 &entry, sizeof(entry));
8256 struct ipw_ibss_seq *entry = NULL; local
8261 entry
[all...]
/drivers/gpu/drm/nouveau/
H A Dnouveau_pm.c835 struct acpi_bus_event *entry = (struct acpi_bus_event *)data; local
837 if (strcmp(entry->device_class, "ac_adapter") == 0) {
/drivers/gpu/drm/radeon/
H A Dradeon_pm.c80 struct acpi_bus_event *entry = (struct acpi_bus_event *)data; local
82 if (strcmp(entry->device_class, ACPI_AC_CLASS) == 0) {
798 finish ? "exit" : "entry");
/drivers/infiniband/hw/ipath/
H A Dipath_verbs.h202 u32 head; /* index of next entry to fill */
203 u32 tail; /* index of next ib_poll_cq() entry */
275 * Send work request queue entry.
289 * Receive work request queue entry.
427 u32 s_tail; /* next entry to process */
428 u32 s_cur; /* current work queue entry */
429 u32 s_last; /* last un-ACK'ed entry */
430 u32 s_ssn; /* SSN of tail entry */
460 * next send completion entry not via send DMA.
806 void ipath_cq_enter(struct ipath_cq *cq, struct ib_wc *entry, in
[all...]
/drivers/infiniband/hw/mthca/
H A Dmthca_eq.c180 * unlikely possibility of the HCA writing an entry and then
228 static inline struct mthca_eqe *get_eqe(struct mthca_eq *eq, u32 entry) argument
230 unsigned long off = (entry & (eq->nent - 1)) * MTHCA_EQ_ENTRY_SIZE;
269 * Make sure we read EQ entry contents after we've
/drivers/infiniband/hw/qib/
H A Dqib_verbs.h255 u32 head; /* index of next entry to fill */
256 u32 tail; /* index of next ib_poll_cq() entry */
330 * Send work request queue entry.
344 * Receive work request queue entry.
493 u32 s_tail; /* next entry to process */
494 u32 s_cur; /* current work queue entry */
495 u32 s_acked; /* last un-ACK'ed entry */
496 u32 s_last; /* last completed entry */
497 u32 s_ssn; /* SSN of tail entry */
535 * next send completion entry no
[all...]
/drivers/misc/
H A DKconfig423 entry will be created for that controller. User can use these
518 Creates an rfkill entry in sysfs for power control of Bluetooth
/drivers/net/wireless/iwmc3200wifi/
H A Dcommands.c247 IWM_ERR(iwm, "Couldn't access EEPROM RX IQ entry\n");
289 int iwm_send_ct_kill_cfg(struct iwm_priv *iwm, u8 entry, u8 exit) argument
293 cmd.entry_threshold = entry;
/drivers/net/wireless/rt2x00/
H A Drt2x00debug.c50 * this debugfs entry belongs to.
197 dump_hdr->queue_index = skbdesc->entry->queue->qid;
198 dump_hdr->entry_index = skbdesc->entry->entry_idx;
/drivers/s390/net/
H A Dqeth_core.h421 /* the buffer pool entry currently associated to this buffer */
833 struct qeth_buffer_pool_entry *entry)
835 list_add_tail(&entry->list, &card->qdio.in_buf_pool.entry_list);
832 qeth_put_buffer_pool_entry(struct qeth_card *card, struct qeth_buffer_pool_entry *entry) argument
/drivers/usb/host/whci/
H A Dqset.c439 struct whc_page_list_entry *entry; local
516 for (;p < std->num_pointers; p++, entry++) {

Completed in 805 milliseconds

<<11121314151617181920>>