Lines Matching refs:un

479 	evt_category = (unsigned long) fast_evt_data->un.fabric_evt.event_type;  in lpfc_send_fastpath_evt()
480 evt_sub_category = (unsigned long) fast_evt_data->un. in lpfc_send_fastpath_evt()
485 evt_data = (char *) &fast_evt_data->un.read_check_error; in lpfc_send_fastpath_evt()
486 evt_data_size = sizeof(fast_evt_data->un. in lpfc_send_fastpath_evt()
490 evt_data = (char *) &fast_evt_data->un.fabric_evt; in lpfc_send_fastpath_evt()
491 evt_data_size = sizeof(fast_evt_data->un.fabric_evt); in lpfc_send_fastpath_evt()
500 evt_data = (char *) &fast_evt_data->un.scsi_evt; in lpfc_send_fastpath_evt()
501 evt_data_size = sizeof(fast_evt_data->un.scsi_evt); in lpfc_send_fastpath_evt()
504 evt_data = (char *) &fast_evt_data->un.check_cond_evt; in lpfc_send_fastpath_evt()
505 evt_data_size = sizeof(fast_evt_data->un. in lpfc_send_fastpath_evt()
509 evt_data = (char *) &fast_evt_data->un.queue_depth_evt; in lpfc_send_fastpath_evt()
510 evt_data_size = sizeof(fast_evt_data->un. in lpfc_send_fastpath_evt()
1199 phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi, &mboxq->u.mqe.un.reg_fcfi); in lpfc_mbx_cmpl_reg_fcfi()
3108 } un; in lpfc_mbx_process_link_up() local
3112 memset(un.pamap, 0, 16); in lpfc_mbx_process_link_up()
3114 un.pamap[k - 1] = in lpfc_mbx_process_link_up()
3127 un.pa.wd1, un.pa.wd2, in lpfc_mbx_process_link_up()
3128 un.pa.wd3, un.pa.wd4); in lpfc_mbx_process_link_up()
3305 la = (struct lpfc_mbx_read_top *) &pmb->u.mb.un.varReadTop; in lpfc_mbx_cmpl_read_topology()
3654 byte_count = pmb->u.mqe.un.mb_words[5]; in lpfc_create_static_vport()
3663 if (mb->un.varDmp.word_cnt > in lpfc_create_static_vport()
3665 mb->un.varDmp.word_cnt = in lpfc_create_static_vport()
3668 byte_count = mb->un.varDmp.word_cnt; in lpfc_create_static_vport()
3780 ndlp->nlp_rpi = mb->un.varWords[0]; in lpfc_mbx_cmpl_fabric_reg_login()
3859 ndlp->nlp_rpi = mb->un.varWords[0]; in lpfc_mbx_cmpl_ns_reg_login()
4404 if (icmd->un.elsreq64.remoteID == ndlp->nlp_DID) in lpfc_check_sli_ndlp()
4826 mydid.un.word = vport->fc_myDID; in lpfc_matchdid()
4827 if ((mydid.un.b.domain == 0) && (mydid.un.b.area == 0)) { in lpfc_matchdid()
4831 matchdid.un.word = did; in lpfc_matchdid()
4832 ndlpdid.un.word = ndlp->nlp_DID; in lpfc_matchdid()
4833 if (matchdid.un.b.id == ndlpdid.un.b.id) { in lpfc_matchdid()
4834 if ((mydid.un.b.domain == matchdid.un.b.domain) && in lpfc_matchdid()
4835 (mydid.un.b.area == matchdid.un.b.area)) { in lpfc_matchdid()
4836 if ((ndlpdid.un.b.domain == 0) && in lpfc_matchdid()
4837 (ndlpdid.un.b.area == 0)) { in lpfc_matchdid()
4838 if (ndlpdid.un.b.id) in lpfc_matchdid()
4844 matchdid.un.word = ndlp->nlp_DID; in lpfc_matchdid()
4845 if ((mydid.un.b.domain == ndlpdid.un.b.domain) && in lpfc_matchdid()
4846 (mydid.un.b.area == ndlpdid.un.b.area)) { in lpfc_matchdid()
4847 if ((matchdid.un.b.domain == 0) && in lpfc_matchdid()
4848 (matchdid.un.b.area == 0)) { in lpfc_matchdid()
4849 if (matchdid.un.b.id) in lpfc_matchdid()
5408 initlinkmbox->u.mb.un.varInitLnk.lipsr_AL_PA = 0; in lpfc_disc_timeout_handler()
5516 ndlp->nlp_rpi = mb->un.varWords[0]; in lpfc_mbx_cmpl_fdmi_reg_login()