Searched refs:fw_ddb_entry (Results 1 - 5 of 5) sorted by last modified time

/linux-master/drivers/scsi/qla4xxx/
H A Dql4_os.c2992 if (ddb_entry->fw_ddb_entry.options & DDB_OPT_IPV6_DEVICE) {
3144 struct dev_db_entry *fw_ddb_entry = NULL; local
3155 fw_ddb_entry = dma_alloc_coherent(&ha->pdev->dev, sizeof(*fw_ddb_entry),
3157 if (!fw_ddb_entry) {
3166 fw_ddb_entry, fw_ddb_entry_dma,
3189 if (fw_ddb_entry)
3190 dma_free_coherent(&ha->pdev->dev, sizeof(*fw_ddb_entry),
3191 fw_ddb_entry, fw_ddb_entry_dma);
3256 struct dev_db_entry *fw_ddb_entry local
3505 qla4xxx_copy_from_fwddb_param(struct iscsi_bus_flash_session *sess, struct iscsi_bus_flash_conn *conn, struct dev_db_entry *fw_ddb_entry) argument
3647 qla4xxx_copy_to_fwddb_param(struct iscsi_bus_flash_session *sess, struct iscsi_bus_flash_conn *conn, struct dev_db_entry *fw_ddb_entry) argument
3753 qla4xxx_copy_to_sess_conn_params(struct iscsi_conn *conn, struct iscsi_session *sess, struct dev_db_entry *fw_ddb_entry) argument
3852 qla4xxx_copy_fwddb_param(struct scsi_qla_host *ha, struct dev_db_entry *fw_ddb_entry, struct iscsi_cls_session *cls_sess, struct iscsi_cls_conn *cls_conn) argument
3917 struct dev_db_entry *fw_ddb_entry; local
3959 struct dev_db_entry *fw_ddb_entry; local
6081 struct dev_db_entry *fw_ddb_entry; local
6298 qla4xxx_convert_param_ddb(struct dev_db_entry *fw_ddb_entry, struct ql4_tuple_ddb *tddb, uint8_t *flash_isid) argument
6362 qla4xxx_is_session_exists(struct scsi_qla_host *ha, struct dev_db_entry *fw_ddb_entry, uint32_t *index) argument
6421 struct dev_db_entry *fw_ddb_entry; local
6444 qla4xxx_update_isid(struct scsi_qla_host *ha, struct list_head *list_nt, struct dev_db_entry *fw_ddb_entry) argument
6506 qla4xxx_is_flash_ddb_exists(struct scsi_qla_host *ha, struct list_head *list_nt, struct dev_db_entry *fw_ddb_entry) argument
6573 qla4xxx_get_ep_fwdb(struct scsi_qla_host *ha, struct dev_db_entry *fw_ddb_entry) argument
6693 qla4xxx_cmp_fw_stentry(struct dev_db_entry *fw_ddb_entry, struct dev_db_entry *flash_ddb_entry) argument
6717 qla4xxx_find_flash_st_idx(struct scsi_qla_host *ha, struct dev_db_entry *fw_ddb_entry, uint32_t fw_idx, uint32_t *flash_index) argument
6780 struct dev_db_entry *fw_ddb_entry; local
6875 qla4xxx_update_sess_disc_idx(struct scsi_qla_host *ha, struct ddb_entry *ddb_entry, struct dev_db_entry *fw_ddb_entry) argument
6897 qla4xxx_sess_conn_setup(struct scsi_qla_host *ha, struct dev_db_entry *fw_ddb_entry, int is_reset, uint16_t idx) argument
6978 qla4xxx_update_fw_ddb_link(struct scsi_qla_host *ha, struct list_head *list_ddb, struct dev_db_entry *fw_ddb_entry) argument
7004 struct dev_db_entry *fw_ddb_entry; local
7113 struct dev_db_entry *fw_ddb_entry; local
7220 qla4xxx_sysfs_ddb_tgt_create(struct scsi_qla_host *ha, struct dev_db_entry *fw_ddb_entry, uint16_t *idx, int user) argument
7290 struct dev_db_entry *fw_ddb_entry = NULL; local
7370 struct dev_db_entry *fw_ddb_entry = NULL; local
7420 qla4xxx_sysfs_ddb_conn_open(struct scsi_qla_host *ha, struct dev_db_entry *fw_ddb_entry, uint16_t idx) argument
7483 qla4xxx_ddb_login_st(struct scsi_qla_host *ha, struct dev_db_entry *fw_ddb_entry, uint16_t target_id) argument
7531 qla4xxx_ddb_login_nt(struct scsi_qla_host *ha, struct dev_db_entry *fw_ddb_entry, uint16_t idx) argument
7559 struct dev_db_entry *fw_ddb_entry = NULL; local
7619 struct dev_db_entry *fw_ddb_entry = NULL; local
7745 struct dev_db_entry *fw_ddb_entry = NULL; local
8341 struct dev_db_entry *fw_ddb_entry = NULL; local
8439 struct dev_db_entry *fw_ddb_entry = NULL; local
8557 struct dev_db_entry *fw_ddb_entry = NULL; local
8932 struct dev_db_entry *fw_ddb_entry = NULL; local
[all...]
H A Dql4_mbx.c816 * @fw_ddb_entry: Pointer to firmware's device database entry structure
823 struct dev_db_entry *fw_ddb_entry,
845 if (fw_ddb_entry)
846 memset(fw_ddb_entry, 0, sizeof(struct dev_db_entry));
867 if (fw_ddb_entry) {
868 options = le16_to_cpu(fw_ddb_entry->options);
875 fw_ddb_entry->ip_addr,
876 le16_to_cpu(fw_ddb_entry->port),
877 fw_ddb_entry->iscsi_name);
884 fw_ddb_entry
821 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
1490 qla4xxx_bootdb_by_index(struct scsi_qla_host *ha, struct dev_db_entry *fw_ddb_entry, dma_addr_t fw_ddb_entry_dma, uint16_t ddb_index) argument
1524 qla4xxx_flashdb_by_index(struct scsi_qla_host *ha, struct dev_db_entry *fw_ddb_entry, dma_addr_t fw_ddb_entry_dma, uint16_t ddb_index) argument
1990 struct dev_db_entry *fw_ddb_entry; local
[all...]
H A Dql4_def.h304 struct dev_db_entry fw_ddb_entry; member in struct:ddb_entry
H A Dql4_glbl.h38 struct dev_db_entry *fw_ddb_entry,
165 struct dev_db_entry *fw_ddb_entry,
194 struct dev_db_entry *fw_ddb_entry,
H A Dql4_init.c1208 struct dev_db_entry *fw_ddb_entry = NULL; local
1226 fw_ddb_entry = dma_pool_alloc(ha->fw_ddb_dma_pool, GFP_KERNEL,
1228 if (fw_ddb_entry == NULL) {
1242 memcpy(fw_ddb_entry, &ddb_entry->fw_ddb_entry,
1262 if (fw_ddb_entry)
1263 dma_pool_free(ha->fw_ddb_dma_pool, fw_ddb_entry, fw_ddb_dma);

Completed in 209 milliseconds