• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/

Lines Matching refs:esp_cmd_entry

346 static dma_addr_t esp_cur_dma_addr(struct esp_cmd_entry *ent,
361 static unsigned int esp_cur_dma_len(struct esp_cmd_entry *ent,
373 static void esp_advance_dma(struct esp *esp, struct esp_cmd_entry *ent,
412 static void esp_save_pointers(struct esp *esp, struct esp_cmd_entry *ent)
426 static void esp_restore_pointers(struct esp *esp, struct esp_cmd_entry *ent)
530 static int esp_alloc_lun_tag(struct esp_cmd_entry *ent,
575 static void esp_free_lun_tag(struct esp_cmd_entry *ent,
595 static void esp_autosense(struct esp *esp, struct esp_cmd_entry *ent)
651 static struct esp_cmd_entry *find_and_prep_issuable_command(struct esp *esp)
653 struct esp_cmd_entry *ent;
686 struct esp_cmd_entry *ent;
834 static struct esp_cmd_entry *esp_get_ent(struct esp *esp)
837 struct esp_cmd_entry *ret;
840 ret = kzalloc(sizeof(struct esp_cmd_entry), GFP_ATOMIC);
842 ret = list_entry(head->next, struct esp_cmd_entry, list);
849 static void esp_put_ent(struct esp *esp, struct esp_cmd_entry *ent)
854 static void esp_cmd_is_done(struct esp *esp, struct esp_cmd_entry *ent,
911 static void esp_event_queue_full(struct esp *esp, struct esp_cmd_entry *ent)
924 struct esp_cmd_entry *ent;
1010 static struct esp_cmd_entry *esp_reconnect_with_tag(struct esp *esp,
1013 struct esp_cmd_entry *ent;
1104 struct esp_cmd_entry *ent;
1195 struct esp_cmd_entry *ent;
1296 static int esp_data_bytes_sent(struct esp *esp, struct esp_cmd_entry *ent,
1399 struct esp_cmd_entry *ent = esp->active_cmd;
1540 struct esp_cmd_entry *ent = esp->active_cmd;
1587 struct esp_cmd_entry *ent;
1617 struct esp_cmd_entry *ent = esp->active_cmd;
1685 struct esp_cmd_entry *ent = esp->active_cmd;
1727 struct esp_cmd_entry *ent = esp->active_cmd;
1768 struct esp_cmd_entry *ent = esp->active_cmd;
1793 struct esp_cmd_entry *ent = esp->active_cmd;
1967 static void esp_reset_cleanup_one(struct esp *esp, struct esp_cmd_entry *ent)
1996 struct esp_cmd_entry *ent, *tmp;
2439 struct esp_cmd_entry *ent, *tmp;