Lines Matching refs:what

295  *	   what is described here.  We only show the target offline path.
553 struct fcp_lun *plun, child_info_t *cip, int what, int link_cnt,
556 struct fcp_lun *plun, child_info_t *cip, int what, int link_cnt,
610 int what);
1095 * Need to determine what the actual impact to the system is by providing
5431 * flag Flag indication what action to apply (set/reset).
5479 * flag Flag indication what action to apply (set/reset).
6942 * when thay have more data than what is asked in CDB. An overrun
8164 "plun: %p, cip: %p, what:%d", plun, cip, online);
8170 "fcp_trigger_lun: plun=%p target=%x lun=%d cip=%p what=%x "
11185 * Now that we released the mutexes, what was protected by them can
12391 ASSERT(elem->what == FCP_ONLINE ||
12392 elem->what == FCP_OFFLINE ||
12393 elem->what == FCP_MPXIO_PATH_CLEAR_BUSY ||
12394 elem->what == FCP_MPXIO_PATH_SET_BUSY);
12398 if (((elem->what == FCP_ONLINE || elem->what == FCP_OFFLINE) &&
12411 elem->what, elem->link_cnt, elem->tgt_cnt, elem->flags);
12818 * Basically, what we are trying to avoid is the scenario where
14389 child_info_t *cip, int what, int link_cnt, int tgt_cnt, int flags)
14396 what, link_cnt, tgt_cnt, flags, 1)) == NULL) {
14399 "Can not pass_to_hp: what: %d; D_ID=%x, LUN=%x\n",
14400 what, plun->lun_tgt->tgt_d_id, plun->lun_num);
14435 child_info_t *cip, int what, int link_cnt, int tgt_cnt, int flags, int wait)
14458 elem->what = what;
14469 if (elem->what == FCP_ONLINE || elem->what == FCP_OFFLINE) {
14477 if (elem->what == FCP_ONLINE || elem->what == FCP_OFFLINE) {
15446 * exactly what we do here.
15621 fcp_update_mpxio_path(struct fcp_lun *plun, child_info_t *cip, int what)
15640 if (what == FCP_MPXIO_PATH_CLEAR_BUSY) {