Searched refs:fw_ddb_index (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_inline.h16 * fw_ddb_index - Firmware's device database index
22 qla4xxx_lookup_ddb_by_fw_index(struct scsi_qla_host *ha, uint32_t fw_ddb_index) argument
26 if ((fw_ddb_index < MAX_DDB_ENTRIES) &&
27 (ha->fw_ddb_index_map[fw_ddb_index] !=
29 ddb_entry = ha->fw_ddb_index_map[fw_ddb_index];
33 ha->host_no, __func__, fw_ddb_index, ddb_entry));
H A Dql4_init.c15 uint32_t fw_ddb_index);
61 ha->fw_ddb_index_map[ddb_entry->fw_ddb_index] =
470 uint32_t fw_ddb_index,
490 if (qla4xxx_get_fwddb_entry(ha, fw_ddb_index, fw_ddb_entry,
495 "fw_ddb_index %d\n", ha->host_no, __func__,
496 fw_ddb_index));
502 __func__, fw_ddb_index));
519 fw_ddb_index));
521 ddb_entry = qla4xxx_alloc_ddb(ha, fw_ddb_index);
536 * @fw_ddb_index
469 qla4xxx_get_ddb_entry(struct scsi_qla_host *ha, uint32_t fw_ddb_index, uint32_t *new_tgt) argument
544 qla4xxx_update_ddb_entry(struct scsi_qla_host *ha, struct ddb_entry *ddb_entry, uint32_t fw_ddb_index) argument
664 qla4xxx_alloc_ddb(struct scsi_qla_host *ha, uint32_t fw_ddb_index) argument
737 uint32_t fw_ddb_index = 0; local
853 uint32_t fw_ddb_index; member in struct:qla4_relog_scan
990 uint16_t fw_ddb_index; local
1465 qla4xxx_add_device_dynamically(struct scsi_qla_host *ha, uint32_t fw_ddb_index) argument
1521 qla4xxx_process_ddb_changed(struct scsi_qla_host *ha, uint32_t fw_ddb_index, uint32_t state, uint32_t conn_err) argument
[all...]
H A Dql4_mbx.c603 * @fw_ddb_index: Firmware's device database index
610 uint16_t fw_ddb_index,
626 if (fw_ddb_index >= MAX_DDB_ENTRIES) {
628 ha->host_no, __func__, fw_ddb_index));
635 mbox_cmd[1] = (uint32_t) fw_ddb_index;
647 if (fw_ddb_index != mbox_sts[1]) {
649 ha->host_no, __func__, fw_ddb_index,
658 ":%04d \"%s\"\n", __func__, fw_ddb_index,
667 ":%04d \"%s\"\n", __func__, fw_ddb_index,
704 * @fw_ddb_index
609 qla4xxx_get_fwddb_entry(struct scsi_qla_host *ha, uint16_t fw_ddb_index, struct dev_db_entry *fw_ddb_entry, dma_addr_t fw_ddb_entry_dma, uint32_t *num_valid_ddb_entries, uint32_t *next_ddb_index, uint32_t *fw_ddb_device_state, uint32_t *conn_err_detail, uint16_t *tcp_source_port_num, uint16_t *connection_id) argument
712 qla4xxx_set_ddb_entry(struct scsi_qla_host * ha, uint16_t fw_ddb_index, dma_addr_t fw_ddb_entry_dma) argument
[all...]
H A Dql4_glbl.h41 uint16_t fw_ddb_index,
51 int qla4xxx_set_ddb_entry(struct scsi_qla_host * ha, uint16_t fw_ddb_index,
70 int qla4xxx_process_ddb_changed(struct scsi_qla_host *ha, uint32_t fw_ddb_index,
H A Dql4_iocb.c105 marker_entry->target = cpu_to_le16(ddb_entry->fw_ddb_index);
323 cmd_entry->target = cpu_to_le16(ddb_entry->fw_ddb_index);
H A Dql4_def.h210 uint32_t fw_ddb_index; member in struct:srb
256 uint16_t fw_ddb_index; /* DDB firmware index */ member in struct:ddb_entry
H A Dql4_os.c168 ha->host_no, __func__, ddb_entry->fw_ddb_index,
303 err = iscsi_add_session(ddb_entry->sess, ddb_entry->fw_ddb_index);
386 ha->host_no, ddb_entry->fw_ddb_index));
389 ddb_entry->fw_ddb_index))
784 ddb_entry->fw_ddb_index));
808 ddb_entry->fw_ddb_index,
818 ddb_entry->fw_ddb_index,
1345 ddb_entry->fw_ddb_index);
H A Dql4_isr.c1017 ddb_entry->fw_ddb_index,

Completed in 96 milliseconds