Lines Matching refs:execph
1571 static int nsp32_busfree_occur(struct scsi_cmnd *SCpnt, unsigned short execph) in nsp32_busfree_occur() argument
1576 nsp32_dbg(NSP32_DEBUG_BUSFREE, "enter execph=0x%x", execph); in nsp32_busfree_occur()
1577 show_autophase(execph); in nsp32_busfree_occur()
1593 if (execph & MSGIN_02_VALID) { in nsp32_busfree_occur()
1600 if (!(execph & MSGIN_00_VALID) && in nsp32_busfree_occur()
1601 ((execph & DATA_IN_PHASE) || (execph & DATA_OUT_PHASE))) { in nsp32_busfree_occur()
1644 if (execph & MSGIN_03_VALID) { in nsp32_busfree_occur()
1664 if (execph & (MSGIN_00_VALID | MSGIN_04_VALID)) { in nsp32_busfree_occur()
1687 if (execph & MSGIN_00_VALID) { in nsp32_busfree_occur()
1700 } else if (execph & MSGIN_04_VALID) { in nsp32_busfree_occur()
1935 unsigned short execph) in nsp32_msgin_occur() argument
2010 if ((execph & DATA_IN_PHASE) || (execph & DATA_OUT_PHASE)) { in nsp32_msgin_occur()
2014 if ((execph & MSGIN_02_VALID) && (s_sacklen > 0)) { in nsp32_msgin_occur()