Lines Matching defs:ddb

3297 		* set param again since ddb state will be already
3298 * active and FW does not allow set ddb to an
4069 srb->ddb = ddb_entry;
4955 /* Flush any pending ddb changed AENs */
5079 ql4_printk(KERN_INFO, ha, "scsi%ld: %s: ddb[%d]"
5106 ql4_printk(KERN_INFO, ha, "scsi%ld: %s: ddb[%d]"
5114 ql4_printk(KERN_INFO, ha, "scsi%ld: %s: ddb[%d]"
5132 ql4_printk(KERN_INFO, ha, "scsi%ld: %s: ddb[%d]"
5142 "scsi%ld: %s: ddb[%d] session [%d] already logged in\n",
5477 ql4_printk(KERN_ERR, ha, "%s: Error exporting ddb to sysfs\n",
6449 * @fw_ddb_entry: firmware ddb entry
6477 * @old_tddb: ddb tuple
6478 * @new_tddb: ddb tuple
6509 * @fw_ddb_entry: firmware ddb entry.
6512 * duplicate ddb in list_nt.
6513 * Return QLA_SUCCESS if duplicate ddb exit in list_nl.
6548 /* found duplicate ddb */
6858 * qla4xxx_remove_failed_ddb - Remove inactive or failed ddb from list
6860 * @list_ddb: List from which failed ddb to be removed
7197 * qla4xxx_sysfs_ddb_is_non_persistent - check for non-persistence of ddb entry
7220 * @fw_ddb_entry: flash ddb data
7229 * the given fw ddb entry.
7291 * qla4xxx_sysfs_ddb_add - Add new ddb entry in flash
7293 * @buf: type of ddb entry (ipv4/ipv6)
7296 * This creates new ddb entry in the flash by finding first free index and
7297 * storing default ddb there. And then create sysfs entry for the new ddb entry.
7370 * qla4xxx_sysfs_ddb_apply - write the target ddb contents to Flash
7371 * @fnode_sess: pointer to session attrs of flash ddb entry
7372 * @fnode_conn: pointer to connection attrs of flash ddb entry
7374 * This writes the contents of target ddb buffer to Flash with a valid cookie
7375 * value in order to make the ddb entry persistent.
7459 "%s: Unable to set ddb entry for index %d\n",
7472 "Default time to wait for login to ddb %d\n", tmo));
7562 * @fnode_sess: pointer to session attrs of flash ddb entry
7563 * @fnode_conn: pointer to connection attrs of flash ddb entry
7746 * @fnode_sess: pointer to session attrs of flash ddb entry
7747 * @fnode_conn: pointer to connection attrs of flash ddb entry
8109 * @fnode_sess: pointer to session attrs of flash ddb entry
8110 * @fnode_conn: pointer to connection attrs of flash ddb entry
8114 * This sets the parameter of flash ddb entry and writes them to flash
8346 * @fnode_sess: pointer to session attrs of flash ddb entry
8348 * This invalidates the flash ddb entry at the given index
8497 * qla4xxx_build_ddb_list - Build ddb list and setup sessions
8540 "Default time to wait for build ddb %d\n", tmo));
8883 /* Perform the build ddb list and login to each */
9078 struct ddb_entry *ddb;
9083 ddb = sess->dd_data;
9085 sdev->hostdata = ddb;