Lines Matching refs:esp_cmd_entry

404 static dma_addr_t esp_cur_dma_addr(struct esp_cmd_entry *ent,
419 static unsigned int esp_cur_dma_len(struct esp_cmd_entry *ent,
431 static void esp_advance_dma(struct esp *esp, struct esp_cmd_entry *ent,
465 static void esp_save_pointers(struct esp *esp, struct esp_cmd_entry *ent)
480 static void esp_restore_pointers(struct esp *esp, struct esp_cmd_entry *ent)
574 static int esp_alloc_lun_tag(struct esp_cmd_entry *ent,
617 static void esp_free_lun_tag(struct esp_cmd_entry *ent,
630 static void esp_map_sense(struct esp *esp, struct esp_cmd_entry *ent)
642 static void esp_unmap_sense(struct esp *esp, struct esp_cmd_entry *ent)
657 static void esp_autosense(struct esp *esp, struct esp_cmd_entry *ent)
704 static struct esp_cmd_entry *find_and_prep_issuable_command(struct esp *esp)
706 struct esp_cmd_entry *ent;
740 struct esp_cmd_entry *ent;
878 static struct esp_cmd_entry *esp_get_ent(struct esp *esp)
881 struct esp_cmd_entry *ret;
884 ret = kzalloc(sizeof(struct esp_cmd_entry), GFP_ATOMIC);
886 ret = list_entry(head->next, struct esp_cmd_entry, list);
893 static void esp_put_ent(struct esp *esp, struct esp_cmd_entry *ent)
898 static void esp_cmd_is_done(struct esp *esp, struct esp_cmd_entry *ent,
947 static void esp_event_queue_full(struct esp *esp, struct esp_cmd_entry *ent)
960 struct esp_cmd_entry *ent;
1046 static struct esp_cmd_entry *esp_reconnect_with_tag(struct esp *esp,
1049 struct esp_cmd_entry *ent;
1139 struct esp_cmd_entry *ent;
1224 struct esp_cmd_entry *ent;
1316 static int esp_data_bytes_sent(struct esp *esp, struct esp_cmd_entry *ent,
1451 struct esp_cmd_entry *ent = esp->active_cmd;
1591 struct esp_cmd_entry *ent = esp->active_cmd;
1639 struct esp_cmd_entry *ent;
1669 struct esp_cmd_entry *ent = esp->active_cmd;
1739 struct esp_cmd_entry *ent = esp->active_cmd;
1780 struct esp_cmd_entry *ent = esp->active_cmd;
1825 struct esp_cmd_entry *ent = esp->active_cmd;
1851 struct esp_cmd_entry *ent = esp->active_cmd;
2028 static void esp_reset_cleanup_one(struct esp *esp, struct esp_cmd_entry *ent)
2054 struct esp_cmd_entry *ent, *tmp;
2493 struct esp_cmd_entry *ent, *tmp;