Searched refs:dbtype (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_edif.c2224 qla_edb_eventcreate(scsi_qla_host_t *vha, uint32_t dbtype, argument
2238 fcport->edif.auth_state = dbtype;
2241 "%s doorbell not enabled (type=%d\n", __func__, dbtype);
2245 edbnode = qla_edb_node_alloc(vha, dbtype);
2270 switch (dbtype) {
2286 "%s unknown type: %x\n", __func__, dbtype);
2300 "%s Doorbell produced : type=%d %p\n", __func__, dbtype, edbnode);
2303 fcport->edif.auth_state = dbtype;
H A Dqla_gbl.h979 void qla_edb_eventcreate(scsi_qla_host_t *vha, uint32_t dbtype, uint32_t data, uint32_t data2,

Completed in 109 milliseconds