Searched refs:entry (Results 226 - 250 of 524) sorted by last modified time

1234567891011>>

/drivers/scsi/aic7xxx/
H A Daic79xx_core.c509 /* sg_list_phys points to entry 1, not 0 */
519 /* sg_list_phys points to entry 1, not 0 */
1424 * on entry to this routine.
1658 * of the entry - the valid value toggles each time through
1660 * entry to avoid referencing the hscb if the completion
2564 * We may have an entry in the waiting Q for this target,
2787 * true (first entry into host message loop is much
4347 const struct ahd_phase_table_entry *entry; local
4351 * num_phases doesn't include the default entry which
4355 for (entry
9700 int entry; local
[all...]
H A Daic79xx_osm_pci.c162 const struct ahd_pci_identity *entry; local
168 entry = ahd_find_pci_device(pci);
169 if (entry == NULL)
209 error = ahd_pci_config(ahd, entry);
H A Daic79xx_pci.c264 const struct ahd_pci_identity *entry; local
283 entry = &ahd_pci_ident_table[i];
284 if (entry->full_id == (full_id & entry->id_mask)) {
286 if (entry->name == NULL)
288 return (entry);
295 ahd_pci_config(struct ahd_softc *ahd, const struct ahd_pci_identity *entry) argument
304 ahd->description = entry->name;
313 error = entry->setup(ahd);
H A Daic7xxx_core.c377 /* sg_list_phys points to entry 1, not 0 */
388 /* sg_list_phys points to entry 1, not 0 */
1792 * We may have an entry in the waiting Q for this target,
2343 * Convert from an entry in our syncrate table to the SCSI equivalent
2804 const struct ahc_phase_table_entry *entry; local
2808 * num_phases doesn't include the default entry which
2812 for (entry = ahc_phase_table; entry < last_entry; entry++) {
2813 if (phase == entry
7140 int entry; local
[all...]
H A Daic7xxx_osm_pci.c209 const struct ahc_pci_identity *entry; local
215 entry = ahc_find_pci_device(pci);
216 if (entry == NULL)
254 error = ahc_pci_config(ahc, entry);
H A Daic7xxx_pci.c678 const struct ahc_pci_identity *entry; local
700 entry = &ahc_pci_ident_table[i];
701 if (entry->full_id == (full_id & entry->id_mask)) {
703 if (entry->name == NULL)
705 return (entry);
712 ahc_pci_config(struct ahc_softc *ahc, const struct ahc_pci_identity *entry) argument
724 error = entry->setup(ahc);
728 ahc->description = entry->name;
/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l502 stop("Unable to allocate include stack 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/be2iscsi/
H A Dbe_main.c4214 phba->msix_entries[i].entry = i;
/drivers/scsi/bfa/
H A Dbfad.c1184 bfa_msix(&bfad->bfa, vec->msix.entry);
1200 * Initialize the MSIX entry table.
1211 bfad->msix_tab[bfad->nvec].msix.entry = i;
1213 msix_entries[bfad->nvec].entry = i;
1270 /* Set up the msix entry table */
1346 * PCI probe entry.
1446 * PCI remove entry.
/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c226 struct list_head entry; member in struct:rdac_queue_data
335 list_for_each_entry(qdata, list, entry) {
631 list_for_each_entry_safe(qdata, tmp, &list, entry) {
632 list_del(&qdata->entry);
658 list_add_tail(&qdata->entry, &ctlr->ms_head);
/drivers/scsi/fcoe/
H A Dfcoe.c1859 struct dcb_app_type *entry = ptr; local
1865 if (entry->app.selector != DCB_APP_IDTYPE_ETHTYPE)
1868 netdev = dev_get_by_index(&init_net, entry->ifindex);
1877 if (entry->dcbx & DCB_CAP_DCBX_VER_CEE)
1878 prio = ffs(entry->app.priority) - 1;
1880 prio = entry->app.priority;
1885 if (entry->app.protocol == ETH_P_FIP ||
1886 entry->app.protocol == ETH_P_FCOE)
1889 if (entry->app.protocol == ETH_P_FCOE) {
/drivers/scsi/fnic/
H A Dfnic_isr.c236 fnic->msix_entry[i].entry = i;
/drivers/scsi/
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 Dgdth_proc.c586 phg->offset = GDTOFFSOF(gdth_hget_str, entry[0]);
593 k = phg->entry[j].host_drive;
596 ha->hdr[k].ldr_no = phg->entry[j].log_drive;
597 ha->hdr[k].rw_attribs = phg->entry[j].rw_attribs;
598 ha->hdr[k].start_sec = phg->entry[j].start_sec;
H A Dhpsa.c611 /* Add an entry into h->dev[] array. */
690 /* Update an entry in h->dev[] array. */
692 int entry, struct hpsa_scsi_dev_t *new_entry)
695 BUG_ON(entry < 0 || entry >= HPSA_MAX_DEVICES);
698 h->dev[entry]->raid_level = new_entry->raid_level;
704 /* Replace an entry from h->dev[] array. */
706 int entry, struct hpsa_scsi_dev_t *new_entry,
711 BUG_ON(entry < 0 || entry >
691 hpsa_scsi_update_entry(struct ctlr_info *h, int hostno, int entry, struct hpsa_scsi_dev_t *new_entry) argument
705 hpsa_scsi_replace_entry(struct ctlr_info *h, int hostno, int entry, struct hpsa_scsi_dev_t *new_entry, struct hpsa_scsi_dev_t *added[], int *nadded, struct hpsa_scsi_dev_t *removed[], int *nremoved) argument
733 hpsa_scsi_remove_entry(struct ctlr_info *h, int hostno, int entry, struct hpsa_scsi_dev_t *removed[], int *nremoved) argument
864 int i, entry, device_change, changes = 0; local
[all...]
H A Dipr.c538 * ipr_trc_hook - Add a trace entry to the driver trace
996 * ipr_update_ata_class - Update the ata class in the resource entry
997 * @res: resource entry struct
1021 * ipr_init_res_entry - Initialize a resource entry struct.
1022 * @res: resource entry struct
1023 * @cfgtew: config table entry wrapper struct
1109 * @res: resource entry struct
1110 * @cfgtew: config table entry wrapper struct
1157 * ipr_update_res_entry - Update the resource entry.
1158 * @res: resource entry struc
[all...]
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
/drivers/scsi/ibmvscsi/
H A Dibmvfc.c149 * ibmvfc_trc_start - Log a start trace entry
158 struct ibmvfc_trace_entry *entry; local
160 entry = &vhost->trace[vhost->trace_index++];
161 entry->evt = evt;
162 entry->time = jiffies;
163 entry->fmt = evt->crq.format;
164 entry->type = IBMVFC_TRC_START;
166 switch (entry->fmt) {
168 entry->op_code = vfc_cmd->iu.cdb[0];
169 entry
192 struct ibmvfc_trace_entry *entry = &vhost->trace[vhost->trace_index++]; local
[all...]
/drivers/scsi/isci/
H A Dinit.c355 pci_info->msix_entries[i].entry = i;
/drivers/scsi/lpfc/
H A Dlpfc_init.c2252 * @RandomChallenge: pointer to the entry of host challenge random number array.
2253 * @HashWorking: pointer to the entry of the working hash array.
2257 * @RandomChallenge. The result is put into the entry of the working hash
3213 * @acqe_link: pointer to the async link completion queue entry.
3246 * @acqe_link: pointer to the async link completion queue entry.
3284 * @acqe_link: pointer to the async link completion queue entry.
3322 * @acqe_link: pointer to the async link completion queue entry.
3448 * @acqe_fc: pointer to the async fc completion queue entry.
3542 * @acqe_fc: pointer to the async SLI completion queue entry.
3638 * @acqe_link: pointer to the async fcoe completion queue entry
[all...]
H A Dlpfc_scsi.h26 #define list_remove_head(list, entry, type, member) \
28 entry = NULL; \
30 entry = list_entry((list)->next, type, member); \
31 list_del_init(&entry->member); \
H A Dlpfc_sli.c82 * This routine will copy the contents of @wqe to the next available entry on
101 /* If the host has not yet processed the next entry then we are done */
133 * an entry the host calls this function to update the queue's internal
160 * This routine will copy the contents of @mqe to the next available entry on
179 /* If the host has not yet processed the next entry then we are done */
205 * an entry the host calls this function to update the queue's internal
244 /* If the host has not yet processed the next entry then we are done */
258 * known completed entry to the last entry that was processed, as completed
259 * by clearing the valid bit for each completion queue entry
2854 IOCB_t *entry = NULL; local
3230 IOCB_t *entry; local
[all...]
/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c1443 * megasas_queue_command - Queue entry point
1445 * @done: Callback entry point
1927 * megasas_reset_device - Device reset handler entry point
1942 * megasas_reset_bus_host - Bus & host reset handler entry point
2592 * megasas_isr - isr entry point
3518 instance->msixentry[i].entry = i;
3934 * megasas_probe_one - PCI hotplug entry point
4298 * megasas_suspend - driver suspend entry point
4347 * megasas_resume- driver resume entry point
4490 * megasas_detach_one - PCI hot"un"plug entry poin
[all...]
/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.c1088 * mpt2sas_base_build_zero_len_sge - build zero length sg entry
1092 * Create a zero length scatter gather entry to insure the IOCs hardware has
1410 a->entry = i;

Completed in 303 milliseconds

1234567891011>>