Searched refs:fw_ddb_entry (Results 1 - 3 of 3) 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_init.c473 struct dev_db_entry *fw_ddb_entry = NULL; local
481 fw_ddb_entry = dma_alloc_coherent(&ha->pdev->dev,
482 sizeof(*fw_ddb_entry),
484 if (fw_ddb_entry == NULL) {
490 if (qla4xxx_get_fwddb_entry(ha, fw_ddb_index, fw_ddb_entry,
504 if ((memcmp(ddb_entry->iscsi_name, fw_ddb_entry->iscsi_name,
507 le32_to_cpu(fw_ddb_entry->tgt_portal_grp)) &&
508 (memcmp(ddb_entry->isid, fw_ddb_entry->isid,
525 dma_free_coherent(&ha->pdev->dev, sizeof(*fw_ddb_entry), fw_ddb_entry,
548 struct dev_db_entry *fw_ddb_entry = NULL; local
742 struct dev_db_entry *fw_ddb_entry = NULL; local
[all...]
H A Dql4_mbx.c604 * @fw_ddb_entry: Pointer to firmware's device database entry structure
611 struct dev_db_entry *fw_ddb_entry,
653 if (fw_ddb_entry) {
654 options = le16_to_cpu(fw_ddb_entry->options);
661 fw_ddb_entry->ip_addr,
662 le16_to_cpu(fw_ddb_entry->port),
663 fw_ddb_entry->iscsi_name);
670 fw_ddb_entry->ip_addr,
671 le16_to_cpu(fw_ddb_entry->port),
672 fw_ddb_entry
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
1139 struct dev_db_entry *fw_ddb_entry; local
[all...]
H A Dql4_glbl.h42 struct dev_db_entry *fw_ddb_entry,

Completed in 54 milliseconds