fc_els_resp_type
const char *fc_els_resp_type(struct fc_frame *);
FC_LPORT_DBG(lport, "Received a ns %s\n", fc_els_resp_type(fp));
FC_LPORT_DBG(lport, "Received a ms %s\n", fc_els_resp_type(fp));
FC_LPORT_DBG(lport, "Received a SCR %s\n", fc_els_resp_type(fp));
FC_LPORT_DBG(lport, "Received a LOGO %s\n", fc_els_resp_type(fp));
FC_LPORT_DBG(lport, "Received a FLOGI %s\n", fc_els_resp_type(fp));
FC_RPORT_DBG(rdata, "Received a PRLI %s\n", fc_els_resp_type(fp));
FC_RPORT_DBG(rdata, "Received a RTV %s\n", fc_els_resp_type(fp));
"Received a LOGO %s\n", fc_els_resp_type(fp));
IS_ERR(fp) ? "error" : fc_els_resp_type(fp));
FC_RPORT_DBG(rdata, "Received a PLOGI %s\n", fc_els_resp_type(fp));