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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_aux.c1721 * @rc_table: table of reason codes and descriptions
1724 zfcp_rc_description(u8 code, const struct zfcp_rc_entry *rc_table) argument
1729 if (code == rc_table->code) {
1730 descr = rc_table->description;
1733 rc_table++;
1734 } while (rc_table->code && rc_table->description);
1769 * @rc_table: table of reason codes and descriptions
1773 const struct zfcp_rc_entry *rc_table)
1776 zfcp_rc_description(rjt_par->reason_code, rc_table),
1772 zfcp_print_els_rjt(struct zfcp_ls_rjt_par *rjt_par, const struct zfcp_rc_entry *rc_table) argument
[all...]

Completed in 46 milliseconds