Lines Matching refs:un
454 evt_category = (unsigned long) fast_evt_data->un.fabric_evt.event_type; in lpfc_send_fastpath_evt()
455 evt_sub_category = (unsigned long) fast_evt_data->un. in lpfc_send_fastpath_evt()
460 evt_data = (char *) &fast_evt_data->un.read_check_error; in lpfc_send_fastpath_evt()
461 evt_data_size = sizeof(fast_evt_data->un. in lpfc_send_fastpath_evt()
465 evt_data = (char *) &fast_evt_data->un.fabric_evt; in lpfc_send_fastpath_evt()
466 evt_data_size = sizeof(fast_evt_data->un.fabric_evt); in lpfc_send_fastpath_evt()
475 evt_data = (char *) &fast_evt_data->un.scsi_evt; in lpfc_send_fastpath_evt()
476 evt_data_size = sizeof(fast_evt_data->un.scsi_evt); in lpfc_send_fastpath_evt()
479 evt_data = (char *) &fast_evt_data->un.check_cond_evt; in lpfc_send_fastpath_evt()
480 evt_data_size = sizeof(fast_evt_data->un. in lpfc_send_fastpath_evt()
484 evt_data = (char *) &fast_evt_data->un.queue_depth_evt; in lpfc_send_fastpath_evt()
485 evt_data_size = sizeof(fast_evt_data->un. in lpfc_send_fastpath_evt()
1173 phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi, &mboxq->u.mqe.un.reg_fcfi); in lpfc_mbx_cmpl_reg_fcfi()
3096 } un; in lpfc_mbx_process_link_up() local
3100 memset(un.pamap, 0, 16); in lpfc_mbx_process_link_up()
3102 un.pamap[k - 1] = in lpfc_mbx_process_link_up()
3115 un.pa.wd1, un.pa.wd2, in lpfc_mbx_process_link_up()
3116 un.pa.wd3, un.pa.wd4); in lpfc_mbx_process_link_up()
3293 la = (struct lpfc_mbx_read_top *) &pmb->u.mb.un.varReadTop; in lpfc_mbx_cmpl_read_topology()
3642 byte_count = pmb->u.mqe.un.mb_words[5]; in lpfc_create_static_vport()
3651 if (mb->un.varDmp.word_cnt > in lpfc_create_static_vport()
3653 mb->un.varDmp.word_cnt = in lpfc_create_static_vport()
3656 byte_count = mb->un.varDmp.word_cnt; in lpfc_create_static_vport()
3768 ndlp->nlp_rpi = mb->un.varWords[0]; in lpfc_mbx_cmpl_fabric_reg_login()
3847 ndlp->nlp_rpi = mb->un.varWords[0]; in lpfc_mbx_cmpl_ns_reg_login()
4400 if (icmd->un.elsreq64.remoteID == ndlp->nlp_DID) in lpfc_check_sli_ndlp()
4842 mydid.un.word = vport->fc_myDID; in lpfc_matchdid()
4843 if ((mydid.un.b.domain == 0) && (mydid.un.b.area == 0)) { in lpfc_matchdid()
4847 matchdid.un.word = did; in lpfc_matchdid()
4848 ndlpdid.un.word = ndlp->nlp_DID; in lpfc_matchdid()
4849 if (matchdid.un.b.id == ndlpdid.un.b.id) { in lpfc_matchdid()
4850 if ((mydid.un.b.domain == matchdid.un.b.domain) && in lpfc_matchdid()
4851 (mydid.un.b.area == matchdid.un.b.area)) { in lpfc_matchdid()
4860 if ((ndlpdid.un.b.domain == 0) && in lpfc_matchdid()
4861 (ndlpdid.un.b.area == 0)) { in lpfc_matchdid()
4862 if (ndlpdid.un.b.id && in lpfc_matchdid()
4870 matchdid.un.word = ndlp->nlp_DID; in lpfc_matchdid()
4871 if ((mydid.un.b.domain == ndlpdid.un.b.domain) && in lpfc_matchdid()
4872 (mydid.un.b.area == ndlpdid.un.b.area)) { in lpfc_matchdid()
4873 if ((matchdid.un.b.domain == 0) && in lpfc_matchdid()
4874 (matchdid.un.b.area == 0)) { in lpfc_matchdid()
4875 if (matchdid.un.b.id) in lpfc_matchdid()
5434 initlinkmbox->u.mb.un.varInitLnk.lipsr_AL_PA = 0; in lpfc_disc_timeout_handler()
5542 ndlp->nlp_rpi = mb->un.varWords[0]; in lpfc_mbx_cmpl_fdmi_reg_login()