Lines Matching defs:pdb
6023 struct port_database_24xx *pdb;
6032 pdb = kzalloc(sizeof(*pdb), GFP_KERNEL);
6033 if (!pdb) {
6035 "%s: Failed allocate pdb\n", __func__);
6037 le16_to_cpu(purex->nport_handle), pdb)) {
6039 "%s: Failed get pdb sid=%x\n", __func__, sid);
6040 } else if (pdb->current_login_state != PDS_PLOGI_COMPLETE &&
6041 pdb->current_login_state != PDS_PRLI_COMPLETE) {
6046 kfree(pdb);
6049 kfree(pdb);