Searched refs:entry (Results 451 - 475 of 524) sorted by relevance

<<11121314151617181920>>

/drivers/net/ethernet/mellanox/mlx4/
H A Deq.c94 static struct mlx4_eqe *get_eqe(struct mlx4_eq *eq, u32 entry) argument
96 unsigned long off = (entry & (eq->nent - 1)) * MLX4_EQ_ENTRY_SIZE;
247 * Make sure we read EQ entry contents after we've
H A Dmlx4.h436 __be32 entry[VLAN_FLTR_SIZE]; member in struct:mlx4_vlan_fltr
/drivers/net/fddi/
H A Ddefxx.h643 PI_LAN_ADDR entry[PI_CMD_ADDR_FILTER_K_SIZE]; member in struct:__anon2983
665 PI_LAN_ADDR entry[PI_CMD_ADDR_FILTER_K_SIZE]; member in struct:__anon2986
956 #define PI_LOG_ENTRY_K_INDEX_MIN 0 /* Minimum index for entry */
/drivers/scsi/aacraid/
H A Daacraid.h1017 struct list_head entry; member in struct:aac_dev
1972 int aac_consumer_get(struct aac_dev * dev, struct aac_queue * q, struct aac_entry **entry);
/drivers/staging/tidspbridge/rmgr/
H A Dnldr.c1162 u32 entry; local
1333 &entry);
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c522 pool entry status to BNX2X_TPA_STOP even if new skb allocation
1243 bp->msix_table[msix_vec].entry = msix_vec;
1244 BNX2X_DEV_INFO("msix_table[0].entry = %d (slowpath)\n",
1245 bp->msix_table[0].entry);
1249 bp->msix_table[msix_vec].entry = msix_vec;
1250 BNX2X_DEV_INFO("msix_table[%d].entry = %d (CNIC)\n",
1251 bp->msix_table[msix_vec].entry, bp->msix_table[msix_vec].entry);
1256 bp->msix_table[msix_vec].entry = msix_vec;
1257 BNX2X_DEV_INFO("msix_table[%d].entry
[all...]
/drivers/usb/host/
H A Doxu210hp-hcd.c785 /* one buffer entry per 4K ... first might be short or unaligned */
982 struct list_head *entry, *tmp; local
1007 list_for_each_safe(entry, tmp, &qh->qtd_list) {
1012 qtd = list_entry(entry, struct ehci_qtd, qtd_list);
1177 struct list_head *entry, *temp; local
1179 list_for_each_safe(entry, temp, qtd_list) {
1182 qtd = list_entry(entry, struct ehci_qtd, qtd_list);
1833 /* an interrupt entry (at list end) could have been shared */
/drivers/net/ethernet/sfc/
H A Defx.c768 /* Swap entry counts and channel pointers */
1270 xentries[i].entry = i;
2607 const struct pci_device_id *entry)
2609 const struct efx_nic_type *type = (const struct efx_nic_type *) entry->driver_data;
2606 efx_pci_probe(struct pci_dev *pci_dev, const struct pci_device_id *entry) argument
/drivers/scsi/qla2xxx/
H A Dqla_def.h182 /* ISP request and response entry counts (37-65535) */
1234 * ISP queue - response queue entry definition.
1259 * ISP queue - command entry structure definition.
1261 #define COMMAND_TYPE 0x11 /* Command entry */
1290 * ISP queue - 64-Bit addressing, command entry structure definition.
1292 #define COMMAND_A64_TYPE 0x19 /* Command A64 entry */
1314 * ISP queue - continuation entry structure definition.
1316 #define CONTINUE_TYPE 0x02 /* Continuation entry. */
1340 * ISP queue - 64-Bit addressing, continuation entry structure definition.
1342 #define CONTINUE_A64_TYPE 0x0A /* Continuation A64 entry
1854 struct ct_fdmi_hba_attr entry[FDMI_HBA_ATTR_COUNT]; member in struct:ct_fdmi_hba_attributes
1894 struct ct_fdmi_port_attr entry[FDMI_PORT_ATTR_COUNT]; member in struct:ct_fdmi_port_attributes
2288 uint16_t entry; member in struct:qla_msix_entry
[all...]
H A Dqla_isr.c918 "Async-%s error entry - hdl=%x portid=%02x%02x%02x "
919 "entry-status=%x status=%x state-flag=%x "
1145 "Async-%s error entry - hdl=%x"
1146 "portid=%02x%02x%02x entry-status=%x.\n",
1232 "Async-%s error - hdl=%x entry-status(%x).\n",
1333 "entry status=%x.\n",
1519 * qla2x00_status_entry() - Process a Status IOCB entry.
1828 * qla2x00_status_cont_entry() - Process a Status Continuations entry.
1886 * qla2x00_error_entry() - Process an error entry.
1918 "Error entry
[all...]
/drivers/net/wan/
H A DKconfig352 physical line from your box to the local "switch" (i.e. the entry
/drivers/power/
H A Dabx500_chargalg.c1170 * This function is the entry point of the pointer external_power_changed
1652 char entry = *attr->name; local
1654 switch (entry) {
1719 * abx500_chargalg_sysfs_exit() - de-init of sysfs entry
1722 * This function removes the entry in sysfs.
1730 * abx500_chargalg_sysfs_init() - init of sysfs entry
1733 * This function adds an entry in sysfs.
1744 dev_err(di->dev, "failed to create sysfs entry\n");
1874 dev_err(di->dev, "failed to create sysfs entry\n");
/drivers/scsi/
H A Dipr.h1172 struct ipr_sdt_entry entry[IPR_FMT3_NUM_SDT_ENTRIES]; member in struct:ipr_sdt
1177 struct ipr_sdt_entry entry[1]; member in struct:ipr_uc_sdt
1749 * @res: resource entry struct
1761 * @res: resource entry struct
1774 * @res: resource entry struct
1786 * @res: resource entry struct
1798 * @res: resource entry struct
1814 * @res: resource entry struct
1826 * @res: resource entry struct
H A Dgdth.h429 u8 sddc_format; /* list entry format */
430 u8 sddc_len; /* list entry length */
432 u32 sddc_cnt; /* entry count */
459 u8 list_entries; /* list entry count */
534 u32 first_entry; /* first entry number */
675 u32 entries; /* entry count */
682 gdth_hentry_str entry[MAX_HDRIVES]; /* entries */ member in struct:__anon4305
H A Dstorvsc_drv.c238 struct list_head entry; member in struct:storvsc_cmd_request
610 /* full..move to next entry */
/drivers/firewire/
H A Dohci.c1760 u32 entry; local
1763 entry = ohci->self_id_buffer[i];
1764 if ((self_id & 0xff000000) == (entry & 0xff000000))
1766 if ((self_id & 0xff000000) < (entry & 0xff000000))
/drivers/gpu/drm/radeon/
H A Dradeon_combios.c2237 uint32_t conn_info, entry, devices; local
2248 entry = conn_info + 2 + i * 2;
2250 if (!RBIOS16(entry))
2253 tmp = RBIOS16(entry);
/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c949 qp_token = EHEA_BMASK_GET(EHEA_EQE_QP_TOKEN, eqe->entry);
950 pr_err("QP aff_err: entry=0x%llx, token=0x%x\n",
951 eqe->entry, qp_token);
1245 pr_debug("*eqe=%lx\n", (unsigned long) eqe->entry);
1246 ehea_parse_eqe(adapter, eqe->entry);
/drivers/net/ethernet/neterion/
H A Ds2io.h832 u16 entry; member in struct:s2io_msix_entry
/drivers/scsi/mvsas/
H A Dmv_init.c165 list_for_each_entry(mwq, &mvi->wq_list, entry)
/drivers/scsi/pm8001/
H A Dpm8001_init.c561 pm8001_ha->msix_entries[i].entry = i;
745 * pm8001_pci_suspend - power management suspend main entry point
790 * pm8001_pci_resume - power management resume main entry point
/drivers/scsi/qla4xxx/
H A Dql4_isr.c16 * @sts_entry: Pointer to status entry structure.
68 * qla4xxx_status_cont_entry - Process a Status Continuations entry.
113 * @sts_entry: Pointer to status entry structure.
126 ql4_printk(KERN_WARNING, ha, "%s invalid status entry: "
346 * @sts_entry: Pointer to status entry structure.
458 * Hardware_lock locked upon entry
471 /* Advance pointers for next entry */
480 /* process entry */
525 DEBUG2(printk("scsi%ld: %s: Continuation entry - "
538 * Invalid entry i
[all...]
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.h510 struct tx_desc_cmd *entry,
/drivers/staging/wlags49_h2/
H A Dwl_main.c14 * This file contains the main driver entry points and other adapter
3191 /* Only copy to the table if the entry is unique; APs sometimes
3532 * The proc filesystem: function to read and entry
3778 struct proc_dir_entry * entry = create_proc_entry(name, S_IFREG | S_IWUSR, NULL);
3779 if (entry) {
3780 entry->write_proc = w;
3781 entry->data = data;
/drivers/tty/serial/
H A DKconfig608 1. create the device entry (mknod /dev/ttyB0 c 11 0)
630 1. create the device entry (mknod /dev/ttyB0 c 11 0)

Completed in 4312 milliseconds

<<11121314151617181920>>