• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/

Lines Matching defs:pcontrol

1140 static int resp_err_recov_pg(unsigned char * p, int pcontrol, int target)
1146 if (1 == pcontrol)
1151 static int resp_disconnect_pg(unsigned char * p, int pcontrol, int target)
1157 if (1 == pcontrol)
1162 static int resp_format_pg(unsigned char * p, int pcontrol, int target)
1175 if (1 == pcontrol)
1180 static int resp_caching_pg(unsigned char * p, int pcontrol, int target)
1186 if (1 == pcontrol)
1191 static int resp_ctrl_m_pg(unsigned char * p, int pcontrol, int target)
1207 if (1 == pcontrol)
1209 else if (2 == pcontrol)
1215 static int resp_iec_m_pg(unsigned char * p, int pcontrol, int target)
1223 if (1 == pcontrol)
1225 else if (2 == pcontrol)
1230 static int resp_sas_sf_m_pg(unsigned char * p, int pcontrol, int target)
1236 if (1 == pcontrol)
1242 static int resp_sas_pcd_m_spg(unsigned char * p, int pcontrol, int target,
1272 if (1 == pcontrol)
1277 static int resp_sas_sha_m_spg(unsigned char * p, int pcontrol)
1284 if (1 == pcontrol)
1295 int pcontrol, pcode, subpcode, bd_len;
1305 pcontrol = (cmd[2] & 0xc0) >> 6;
1316 if (0x3 == pcontrol) { /* Saving values not supported */
1380 len = resp_err_recov_pg(ap, pcontrol, target);
1384 len = resp_disconnect_pg(ap, pcontrol, target);
1388 len = resp_format_pg(ap, pcontrol, target);
1392 len = resp_caching_pg(ap, pcontrol, target);
1396 len = resp_ctrl_m_pg(ap, pcontrol, target);
1407 len += resp_sas_sf_m_pg(ap + len, pcontrol, target);
1409 len += resp_sas_pcd_m_spg(ap + len, pcontrol, target,
1412 len += resp_sas_sha_m_spg(ap + len, pcontrol);
1416 len = resp_iec_m_pg(ap, pcontrol, target);
1421 len = resp_err_recov_pg(ap, pcontrol, target);
1422 len += resp_disconnect_pg(ap + len, pcontrol, target);
1423 len += resp_format_pg(ap + len, pcontrol, target);
1424 len += resp_caching_pg(ap + len, pcontrol, target);
1425 len += resp_ctrl_m_pg(ap + len, pcontrol, target);
1426 len += resp_sas_sf_m_pg(ap + len, pcontrol, target);
1428 len += resp_sas_pcd_m_spg(ap + len, pcontrol,
1430 len += resp_sas_sha_m_spg(ap + len, pcontrol);
1432 len += resp_iec_m_pg(ap + len, pcontrol, target);
1557 int ppc, sp, pcontrol, pcode, subpcode, alloc_len, errsts, len, n;
1571 pcontrol = (cmd[2] & 0xc0) >> 6;