Lines Matching defs:ddb
3292 * set param again since ddb state will be already
3293 * active and FW does not allow set ddb to an
4063 srb->ddb = ddb_entry;
4946 /* Flush any pending ddb changed AENs */
5070 ql4_printk(KERN_INFO, ha, "scsi%ld: %s: ddb[%d]"
5097 ql4_printk(KERN_INFO, ha, "scsi%ld: %s: ddb[%d]"
5105 ql4_printk(KERN_INFO, ha, "scsi%ld: %s: ddb[%d]"
5123 ql4_printk(KERN_INFO, ha, "scsi%ld: %s: ddb[%d]"
5133 "scsi%ld: %s: ddb[%d] session [%d] already logged in\n",
5468 ql4_printk(KERN_ERR, ha, "%s: Error exporting ddb to sysfs\n",
6438 * @fw_ddb_entry: firmware ddb entry
6466 * @old_tddb: ddb tuple
6467 * @new_tddb: ddb tuple
6498 * @fw_ddb_entry: firmware ddb entry.
6501 * duplicate ddb in list_nt.
6502 * Return QLA_SUCCESS if duplicate ddb exit in list_nl.
6537 /* found duplicate ddb */
6845 * qla4xxx_remove_failed_ddb - Remove inactive or failed ddb from list
6847 * @list_ddb: List from which failed ddb to be removed
7184 * qla4xxx_sysfs_ddb_is_non_persistent - check for non-persistence of ddb entry
7207 * @fw_ddb_entry: flash ddb data
7216 * the given fw ddb entry.
7278 * qla4xxx_sysfs_ddb_add - Add new ddb entry in flash
7280 * @buf: type of ddb entry (ipv4/ipv6)
7283 * This creates new ddb entry in the flash by finding first free index and
7284 * storing default ddb there. And then create sysfs entry for the new ddb entry.
7357 * qla4xxx_sysfs_ddb_apply - write the target ddb contents to Flash
7358 * @fnode_sess: pointer to session attrs of flash ddb entry
7359 * @fnode_conn: pointer to connection attrs of flash ddb entry
7361 * This writes the contents of target ddb buffer to Flash with a valid cookie
7362 * value in order to make the ddb entry persistent.
7446 "%s: Unable to set ddb entry for index %d\n",
7459 "Default time to wait for login to ddb %d\n", tmo));
7549 * @fnode_sess: pointer to session attrs of flash ddb entry
7550 * @fnode_conn: pointer to connection attrs of flash ddb entry
7733 * @fnode_sess: pointer to session attrs of flash ddb entry
7734 * @fnode_conn: pointer to connection attrs of flash ddb entry
8094 * @fnode_sess: pointer to session attrs of flash ddb entry
8095 * @fnode_conn: pointer to connection attrs of flash ddb entry
8099 * This sets the parameter of flash ddb entry and writes them to flash
8331 * @fnode_sess: pointer to session attrs of flash ddb entry
8333 * This invalidates the flash ddb entry at the given index
8482 * qla4xxx_build_ddb_list - Build ddb list and setup sessions
8525 "Default time to wait for build ddb %d\n", tmo));
8866 /* Perform the build ddb list and login to each */
9059 struct ddb_entry *ddb;
9064 ddb = sess->dd_data;
9066 sdev->hostdata = ddb;