isp.c (a4ccb5d682b6a941d3bacce3e88373c209a6bbf4) | isp.c (e2929f5f912fa571457c9d9618c9228bf281acb1) |
---|---|
1/*- 2 * Copyright (c) 1997-2009 by Matthew Jacob 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * --- 5632 unchanged lines hidden (view full) --- 5641 } else { 5642 isp->isp_fphccmplt++; 5643 } 5644#else 5645 isp_prt(isp, ISP_LOGWARN, "unexpected ASYNC CTIO done"); 5646#endif 5647 break; 5648 case ASYNC_LIP_ERROR: | 1/*- 2 * Copyright (c) 1997-2009 by Matthew Jacob 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * --- 5632 unchanged lines hidden (view full) --- 5641 } else { 5642 isp->isp_fphccmplt++; 5643 } 5644#else 5645 isp_prt(isp, ISP_LOGWARN, "unexpected ASYNC CTIO done"); 5646#endif 5647 break; 5648 case ASYNC_LIP_ERROR: |
5649 case ASYNC_LIP_F8: | 5649 case ASYNC_LIP_NOS_OLS_RECV: |
5650 case ASYNC_LIP_OCCURRED: 5651 case ASYNC_PTPMODE: 5652 /* 5653 * These are broadcast events that have to be sent across 5654 * all active channels. 5655 */ 5656 for (chan = 0; chan < isp->isp_nchan; chan++) { 5657 fcp = FCPARAM(isp, chan); --- 2635 unchanged lines hidden --- | 5650 case ASYNC_LIP_OCCURRED: 5651 case ASYNC_PTPMODE: 5652 /* 5653 * These are broadcast events that have to be sent across 5654 * all active channels. 5655 */ 5656 for (chan = 0; chan < isp->isp_nchan; chan++) { 5657 fcp = FCPARAM(isp, chan); --- 2635 unchanged lines hidden --- |