Lines Matching defs:pdb
5780 struct port_database_24xx *pdb;
5789 pdb = kzalloc(sizeof(*pdb), GFP_KERNEL);
5790 if (!pdb) {
5792 "%s: Failed allocate pdb\n", __func__);
5794 le16_to_cpu(purex->nport_handle), pdb)) {
5796 "%s: Failed get pdb sid=%x\n", __func__, sid);
5797 } else if (pdb->current_login_state != PDS_PLOGI_COMPLETE &&
5798 pdb->current_login_state != PDS_PRLI_COMPLETE) {
5803 kfree(pdb);
5806 kfree(pdb);