• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/

Lines Matching defs:fabric

228 	"4101: Soft device bus fabric error"},
298 "4100: Hard device bus fabric error"},
1852 * ipr_log_fabric_path - Log a fabric path error
1854 * @fabric: fabric descriptor
1860 struct ipr_hostrcb_fabric_desc *fabric)
1863 u8 path_state = fabric->path_state;
1875 if (fabric->cascaded_expander == 0xff && fabric->phy == 0xff) {
1878 fabric->ioa_port);
1879 } else if (fabric->cascaded_expander == 0xff) {
1882 fabric->ioa_port, fabric->phy);
1883 } else if (fabric->phy == 0xff) {
1886 fabric->ioa_port, fabric->cascaded_expander);
1890 fabric->ioa_port, fabric->cascaded_expander, fabric->phy);
1897 fabric->ioa_port, fabric->cascaded_expander, fabric->phy);
1901 * ipr_log64_fabric_path - Log a fabric path error
1903 * @fabric: fabric descriptor
1909 struct ipr_hostrcb64_fabric_desc *fabric)
1912 u8 path_state = fabric->path_state;
1927 ipr_format_res_path(fabric->res_path, buffer,
1934 ipr_format_res_path(fabric->res_path, buffer, sizeof(buffer)));
1979 * ipr_log_path_elem - Log a fabric path element.
1981 * @cfg: fabric path element struct
2046 * ipr_log64_path_elem - Log a fabric path element.
2048 * @cfg: fabric path element struct
2090 * ipr_log_fabric_error - Log a fabric error.
2101 struct ipr_hostrcb_fabric_desc *fabric;
2113 for (i = 0, fabric = error->desc; i < error->num_entries; i++) {
2114 ipr_log_fabric_path(hostrcb, fabric);
2115 for_each_fabric_cfg(fabric, cfg)
2118 add_len -= be16_to_cpu(fabric->length);
2119 fabric = (struct ipr_hostrcb_fabric_desc *)
2120 ((unsigned long)fabric + be16_to_cpu(fabric->length));
2123 ipr_log_hex_data(ioa_cfg, (u32 *)fabric, add_len);
2181 * ipr_log_sis64_fabric_error - Log a sis64 fabric error.
2192 struct ipr_hostrcb64_fabric_desc *fabric;
2205 for (i = 0, fabric = error->desc; i < error->num_entries; i++) {
2206 ipr_log64_fabric_path(hostrcb, fabric);
2207 for_each_fabric_cfg(fabric, cfg)
2210 add_len -= be16_to_cpu(fabric->length);
2211 fabric = (struct ipr_hostrcb64_fabric_desc *)
2212 ((unsigned long)fabric + be16_to_cpu(fabric->length));
2215 ipr_log_hex_data(ioa_cfg, (u32 *)fabric, add_len);