Lines Matching refs:bf_set

121 	bf_set(wqe_cmnd, &wqe->fcp_iread.wqe_com, CMD_FCP_IREAD64_WQE);  in lpfc_wqe_cmd_template()
122 bf_set(wqe_pu, &wqe->fcp_iread.wqe_com, PARM_READ_CHECK); in lpfc_wqe_cmd_template()
123 bf_set(wqe_class, &wqe->fcp_iread.wqe_com, CLASS3); in lpfc_wqe_cmd_template()
124 bf_set(wqe_ct, &wqe->fcp_iread.wqe_com, SLI4_CT_RPI); in lpfc_wqe_cmd_template()
131 bf_set(wqe_qosd, &wqe->fcp_iread.wqe_com, 0); in lpfc_wqe_cmd_template()
132 bf_set(wqe_iod, &wqe->fcp_iread.wqe_com, LPFC_WQE_IOD_READ); in lpfc_wqe_cmd_template()
133 bf_set(wqe_lenloc, &wqe->fcp_iread.wqe_com, LPFC_WQE_LENLOC_WORD4); in lpfc_wqe_cmd_template()
134 bf_set(wqe_dbde, &wqe->fcp_iread.wqe_com, 0); in lpfc_wqe_cmd_template()
135 bf_set(wqe_wqes, &wqe->fcp_iread.wqe_com, 1); in lpfc_wqe_cmd_template()
138 bf_set(wqe_cmd_type, &wqe->fcp_iread.wqe_com, COMMAND_DATA_IN); in lpfc_wqe_cmd_template()
139 bf_set(wqe_cqid, &wqe->fcp_iread.wqe_com, LPFC_WQE_CQ_ID_DEFAULT); in lpfc_wqe_cmd_template()
140 bf_set(wqe_pbde, &wqe->fcp_iread.wqe_com, 0); in lpfc_wqe_cmd_template()
161 bf_set(wqe_cmnd, &wqe->fcp_iwrite.wqe_com, CMD_FCP_IWRITE64_WQE); in lpfc_wqe_cmd_template()
162 bf_set(wqe_pu, &wqe->fcp_iwrite.wqe_com, PARM_READ_CHECK); in lpfc_wqe_cmd_template()
163 bf_set(wqe_class, &wqe->fcp_iwrite.wqe_com, CLASS3); in lpfc_wqe_cmd_template()
164 bf_set(wqe_ct, &wqe->fcp_iwrite.wqe_com, SLI4_CT_RPI); in lpfc_wqe_cmd_template()
171 bf_set(wqe_qosd, &wqe->fcp_iwrite.wqe_com, 0); in lpfc_wqe_cmd_template()
172 bf_set(wqe_iod, &wqe->fcp_iwrite.wqe_com, LPFC_WQE_IOD_WRITE); in lpfc_wqe_cmd_template()
173 bf_set(wqe_lenloc, &wqe->fcp_iwrite.wqe_com, LPFC_WQE_LENLOC_WORD4); in lpfc_wqe_cmd_template()
174 bf_set(wqe_dbde, &wqe->fcp_iwrite.wqe_com, 0); in lpfc_wqe_cmd_template()
175 bf_set(wqe_wqes, &wqe->fcp_iwrite.wqe_com, 1); in lpfc_wqe_cmd_template()
178 bf_set(wqe_cmd_type, &wqe->fcp_iwrite.wqe_com, COMMAND_DATA_OUT); in lpfc_wqe_cmd_template()
179 bf_set(wqe_cqid, &wqe->fcp_iwrite.wqe_com, LPFC_WQE_CQ_ID_DEFAULT); in lpfc_wqe_cmd_template()
180 bf_set(wqe_pbde, &wqe->fcp_iwrite.wqe_com, 0); in lpfc_wqe_cmd_template()
199 bf_set(wqe_cmnd, &wqe->fcp_icmd.wqe_com, CMD_FCP_ICMND64_WQE); in lpfc_wqe_cmd_template()
200 bf_set(wqe_pu, &wqe->fcp_icmd.wqe_com, 0); in lpfc_wqe_cmd_template()
201 bf_set(wqe_class, &wqe->fcp_icmd.wqe_com, CLASS3); in lpfc_wqe_cmd_template()
202 bf_set(wqe_ct, &wqe->fcp_icmd.wqe_com, SLI4_CT_RPI); in lpfc_wqe_cmd_template()
209 bf_set(wqe_qosd, &wqe->fcp_icmd.wqe_com, 1); in lpfc_wqe_cmd_template()
210 bf_set(wqe_iod, &wqe->fcp_icmd.wqe_com, LPFC_WQE_IOD_NONE); in lpfc_wqe_cmd_template()
211 bf_set(wqe_lenloc, &wqe->fcp_icmd.wqe_com, LPFC_WQE_LENLOC_NONE); in lpfc_wqe_cmd_template()
212 bf_set(wqe_dbde, &wqe->fcp_icmd.wqe_com, 0); in lpfc_wqe_cmd_template()
213 bf_set(wqe_wqes, &wqe->fcp_icmd.wqe_com, 1); in lpfc_wqe_cmd_template()
216 bf_set(wqe_cmd_type, &wqe->fcp_icmd.wqe_com, COMMAND_DATA_IN); in lpfc_wqe_cmd_template()
217 bf_set(wqe_cqid, &wqe->fcp_icmd.wqe_com, LPFC_WQE_CQ_ID_DEFAULT); in lpfc_wqe_cmd_template()
218 bf_set(wqe_pbde, &wqe->fcp_icmd.wqe_com, 0); in lpfc_wqe_cmd_template()
289 bf_set(wqe_wqec, &wqe->generic.wqe_com, 1); in lpfc_sli4_wq_put()
291 bf_set(wqe_wqec, &wqe->generic.wqe_com, 0); in lpfc_sli4_wq_put()
293 bf_set(wqe_wqid, &wqe->generic.wqe_com, q->queue_id); in lpfc_sli4_wq_put()
320 bf_set(lpfc_if6_wq_db_list_fm_num_posted, &doorbell, 1); in lpfc_sli4_wq_put()
321 bf_set(lpfc_if6_wq_db_list_fm_dpp, &doorbell, 1); in lpfc_sli4_wq_put()
322 bf_set(lpfc_if6_wq_db_list_fm_dpp_id, &doorbell, in lpfc_sli4_wq_put()
324 bf_set(lpfc_if6_wq_db_list_fm_id, &doorbell, in lpfc_sli4_wq_put()
327 bf_set(lpfc_wq_db_list_fm_num_posted, &doorbell, 1); in lpfc_sli4_wq_put()
328 bf_set(lpfc_wq_db_list_fm_id, &doorbell, q->queue_id); in lpfc_sli4_wq_put()
334 bf_set(lpfc_wq_db_list_fm_index, &doorbell, in lpfc_sli4_wq_put()
338 bf_set(lpfc_wq_db_ring_fm_num_posted, &doorbell, 1); in lpfc_sli4_wq_put()
339 bf_set(lpfc_wq_db_ring_fm_id, &doorbell, q->queue_id); in lpfc_sli4_wq_put()
403 bf_set(lpfc_mq_doorbell_num_posted, &doorbell, 1); in lpfc_sli4_mq_put()
404 bf_set(lpfc_mq_doorbell_id, &doorbell, q->queue_id); in lpfc_sli4_mq_put()
479 bf_set(lpfc_eqcq_doorbell_eqci, &doorbell, 1); in lpfc_sli4_eq_clr_intr()
480 bf_set(lpfc_eqcq_doorbell_qt, &doorbell, LPFC_QUEUE_TYPE_EVENT); in lpfc_sli4_eq_clr_intr()
481 bf_set(lpfc_eqcq_doorbell_eqid_hi, &doorbell, in lpfc_sli4_eq_clr_intr()
483 bf_set(lpfc_eqcq_doorbell_eqid_lo, &doorbell, q->queue_id); in lpfc_sli4_eq_clr_intr()
498 bf_set(lpfc_if6_eq_doorbell_eqid, &doorbell, q->queue_id); in lpfc_sli4_if6_eq_clr_intr()
526 bf_set(lpfc_eqcq_doorbell_arm, &doorbell, 1); in lpfc_sli4_write_eq_db()
527 bf_set(lpfc_eqcq_doorbell_eqci, &doorbell, 1); in lpfc_sli4_write_eq_db()
529 bf_set(lpfc_eqcq_doorbell_num_released, &doorbell, count); in lpfc_sli4_write_eq_db()
530 bf_set(lpfc_eqcq_doorbell_qt, &doorbell, LPFC_QUEUE_TYPE_EVENT); in lpfc_sli4_write_eq_db()
531 bf_set(lpfc_eqcq_doorbell_eqid_hi, &doorbell, in lpfc_sli4_write_eq_db()
533 bf_set(lpfc_eqcq_doorbell_eqid_lo, &doorbell, q->queue_id); in lpfc_sli4_write_eq_db()
564 bf_set(lpfc_if6_eq_doorbell_arm, &doorbell, 1); in lpfc_sli4_if6_write_eq_db()
565 bf_set(lpfc_if6_eq_doorbell_num_released, &doorbell, count); in lpfc_sli4_if6_write_eq_db()
566 bf_set(lpfc_if6_eq_doorbell_eqid, &doorbell, q->queue_id); in lpfc_sli4_if6_write_eq_db()
746 bf_set(lpfc_eqcq_doorbell_arm, &doorbell, 1); in lpfc_sli4_write_cq_db()
747 bf_set(lpfc_eqcq_doorbell_num_released, &doorbell, count); in lpfc_sli4_write_cq_db()
748 bf_set(lpfc_eqcq_doorbell_qt, &doorbell, LPFC_QUEUE_TYPE_COMPLETION); in lpfc_sli4_write_cq_db()
749 bf_set(lpfc_eqcq_doorbell_cqid_hi, &doorbell, in lpfc_sli4_write_cq_db()
751 bf_set(lpfc_eqcq_doorbell_cqid_lo, &doorbell, q->queue_id); in lpfc_sli4_write_cq_db()
779 bf_set(lpfc_if6_cq_doorbell_arm, &doorbell, 1); in lpfc_sli4_if6_write_cq_db()
780 bf_set(lpfc_if6_cq_doorbell_num_released, &doorbell, count); in lpfc_sli4_if6_write_cq_db()
781 bf_set(lpfc_if6_cq_doorbell_cqid, &doorbell, q->queue_id); in lpfc_sli4_if6_write_cq_db()
832 bf_set(lpfc_rq_db_ring_fm_num_posted, &doorbell, in lpfc_sli4_rq_put()
834 bf_set(lpfc_rq_db_ring_fm_id, &doorbell, hq->queue_id); in lpfc_sli4_rq_put()
836 bf_set(lpfc_rq_db_list_fm_num_posted, &doorbell, in lpfc_sli4_rq_put()
838 bf_set(lpfc_rq_db_list_fm_index, &doorbell, in lpfc_sli4_rq_put()
840 bf_set(lpfc_rq_db_list_fm_id, &doorbell, hq->queue_id); in lpfc_sli4_rq_put()
1530 bf_set(lpfc_wcqe_c_status, in lpfc_sli_cancel_iocbs()
1965 bf_set(cmf_sync_op, &wqe->cmf_sync, 1); /* 1=init */ in lpfc_issue_cmf_sync_wqe()
1966 bf_set(cmf_sync_interval, &wqe->cmf_sync, LPFC_CMF_INTERVAL); in lpfc_issue_cmf_sync_wqe()
1970 bf_set(cmf_sync_op, &wqe->cmf_sync, 0); /* 0=recalc */ in lpfc_issue_cmf_sync_wqe()
1971 bf_set(cmf_sync_interval, &wqe->cmf_sync, ms); in lpfc_issue_cmf_sync_wqe()
1977 bf_set(cmf_sync_asig, &wqe->cmf_sync, 1); in lpfc_issue_cmf_sync_wqe()
1980 bf_set(cmf_sync_afpin, &wqe->cmf_sync, 1); in lpfc_issue_cmf_sync_wqe()
1988 bf_set(cmf_sync_wsigmax, &wqe->cmf_sync, max); in lpfc_issue_cmf_sync_wqe()
1989 bf_set(cmf_sync_wsigcnt, &wqe->cmf_sync, wtot); in lpfc_issue_cmf_sync_wqe()
1993 bf_set(cmf_sync_wfpinmax, &wqe->cmf_sync, 1); in lpfc_issue_cmf_sync_wqe()
1994 bf_set(cmf_sync_wfpincnt, &wqe->cmf_sync, 1); in lpfc_issue_cmf_sync_wqe()
2005 bf_set(cmf_sync_ver, &wqe->cmf_sync, LPFC_CMF_SYNC_VER); in lpfc_issue_cmf_sync_wqe()
2007 bf_set(cmf_sync_cmnd, &wqe->cmf_sync, CMD_CMF_SYNC_WQE); in lpfc_issue_cmf_sync_wqe()
2010 bf_set(cmf_sync_reqtag, &wqe->cmf_sync, sync_buf->iotag); in lpfc_issue_cmf_sync_wqe()
2012 bf_set(cmf_sync_qosd, &wqe->cmf_sync, 1); in lpfc_issue_cmf_sync_wqe()
2013 bf_set(cmf_sync_period, &wqe->cmf_sync, warn_sync_period); in lpfc_issue_cmf_sync_wqe()
2015 bf_set(cmf_sync_cmd_type, &wqe->cmf_sync, CMF_SYNC_COMMAND); in lpfc_issue_cmf_sync_wqe()
2016 bf_set(cmf_sync_wqec, &wqe->cmf_sync, 1); in lpfc_issue_cmf_sync_wqe()
2017 bf_set(cmf_sync_cqid, &wqe->cmf_sync, LPFC_WQE_CQ_ID_DEFAULT); in lpfc_issue_cmf_sync_wqe()
3396 bf_set(lpfc_wcqe_c_status, &saveq->wcqe_cmpl, irsp->ulpStatus); in lpfc_sli_prep_unsol_wqe()
3402 bf_set(els_rsp64_sid, &wqe->xmit_els_rsp, irsp->un.rcvels.parmRo); in lpfc_sli_prep_unsol_wqe()
3405 bf_set(wqe_ctxt_tag, &wqe->xmit_els_rsp.wqe_com, irsp->ulpContext); in lpfc_sli_prep_unsol_wqe()
3408 bf_set(wqe_rcvoxid, &wqe->xmit_els_rsp.wqe_com, in lpfc_sli_prep_unsol_wqe()
3412 bf_set(wqe_els_did, &wqe->xmit_els_rsp.wqe_dest, in lpfc_sli_prep_unsol_wqe()
5909 bf_set(lpfc_mbx_rd_rev_vpd, &mqe->un.read_rev, 1); in lpfc_sli4_read_rev()
5910 bf_set(lpfc_mbx_rd_rev_avail_len, &mqe->un.read_rev, dma_size); in lpfc_sli4_read_rev()
6074 bf_set(lpfc_mbox_hdr_version, &shdr->request, LPFC_OPCODE_VERSION_1); in lpfc_sli4_retrieve_pport_name()
6075 bf_set(lpfc_mbx_get_port_name_lnk_type, &get_port_name->u.request, in lpfc_sli4_retrieve_pport_name()
6700 bf_set(lpfc_vpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); in lpfc_sli4_dealloc_extent()
6720 bf_set(lpfc_vfi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); in lpfc_sli4_dealloc_extent()
6739 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); in lpfc_sli4_dealloc_extent()
6761 bf_set(lpfc_mbx_set_feature_UER, in lpfc_set_features()
6767 bf_set(lpfc_mbx_set_feature_mds, in lpfc_set_features()
6769 bf_set(lpfc_mbx_set_feature_mds_deep_loopbk, in lpfc_set_features()
6781 bf_set(lpfc_mbx_set_feature_CGN_alarm_freq, in lpfc_set_features()
6783 bf_set(lpfc_mbx_set_feature_CGN_warn_freq, in lpfc_set_features()
6788 bf_set(lpfc_mbx_set_feature_CGN_warn_freq, in lpfc_set_features()
6797 bf_set(lpfc_mbx_set_feature_CGN_acqe_freq, in lpfc_set_features()
6804 bf_set(lpfc_mbx_set_feature_dd, in lpfc_set_features()
6806 bf_set(lpfc_mbx_set_feature_ddquery, in lpfc_set_features()
6814 bf_set(lpfc_mbx_set_feature_milunq, &mbox->u.mqe.un.set_feature, in lpfc_set_features()
6816 bf_set(lpfc_mbx_set_feature_mi, &mbox->u.mqe.un.set_feature, in lpfc_set_features()
6822 bf_set(lpfc_mbx_set_feature_lds_qry, in lpfc_set_features()
6828 bf_set(lpfc_mbx_set_feature_cmf, in lpfc_set_features()
7069 bf_set(lpfc_fwlog_enable, &mbx_fwlog->u.request, in lpfc_sli4_ras_fwlog_init()
7071 bf_set(lpfc_fwlog_loglvl, &mbx_fwlog->u.request, in lpfc_sli4_ras_fwlog_init()
7073 bf_set(lpfc_fwlog_buffcnt, &mbx_fwlog->u.request, in lpfc_sli4_ras_fwlog_init()
7075 bf_set(lpfc_fwlog_buffsz, &mbx_fwlog->u.request, in lpfc_sli4_ras_fwlog_init()
7219 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, in lpfc_sli4_alloc_resource_identifiers()
7351 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, in lpfc_sli4_alloc_resource_identifiers()
7400 bf_set(lpfc_vpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); in lpfc_sli4_dealloc_resource_identifiers()
7405 bf_set(lpfc_vfi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); in lpfc_sli4_dealloc_resource_identifiers()
7406 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); in lpfc_sli4_dealloc_resource_identifiers()
8425 bf_set(lpfc_mbx_set_host_month, tm, month); in lpfc_set_host_tm()
8426 bf_set(lpfc_mbx_set_host_day, tm, day); in lpfc_set_host_tm()
8427 bf_set(lpfc_mbx_set_host_year, tm, year); in lpfc_set_host_tm()
8428 bf_set(lpfc_mbx_set_host_hour, tm, hour); in lpfc_set_host_tm()
8429 bf_set(lpfc_mbx_set_host_min, tm, minute); in lpfc_set_host_tm()
8430 bf_set(lpfc_mbx_set_host_sec, tm, second); in lpfc_set_host_tm()
8660 bf_set(lpfc_ftr_ashdr, &phba->sli4_hba.sli4_flags, 0); in lpfc_sli4_hba_setup()
9994 bf_set(lpfc_mqe_status, mb, in lpfc_sli4_post_sync_mbox()
10596 bf_set(wqe_wqes, &wqe->fcp_iwrite.wqe_com, 1); in lpfc_prep_embed_io()
10597 bf_set(wqe_dbde, &wqe->fcp_iwrite.wqe_com, 0); in lpfc_prep_embed_io()
10610 bf_set(wqe_dbde, &wqe->generic.wqe_com, 1); in lpfc_prep_embed_io()
10611 bf_set(wqe_wqes, &wqe->generic.wqe_com, 0); in lpfc_prep_embed_io()
10617 bf_set(wqe_ccpe, &wqe->fcp_iwrite.wqe_com, 1); in lpfc_prep_embed_io()
10618 bf_set(wqe_ccp, &wqe->fcp_iwrite.wqe_com, in lpfc_prep_embed_io()
10621 bf_set(wqe_appid, &wqe->fcp_iwrite.wqe_com, 1); in lpfc_prep_embed_io()
10622 bf_set(wqe_wqes, &wqe->fcp_iwrite.wqe_com, 1); in lpfc_prep_embed_io()
10709 bf_set(xmit_bls_rsp64_rxid, &wqe->xmit_bls_rsp, in __lpfc_sli_issue_iocb_s4()
10712 bf_set(wqe_xri_tag, &wqe->generic.wqe_com, in __lpfc_sli_issue_iocb_s4()
10835 bf_set(wqe_cmnd, &wqe->els_req.wqe_com, CMD_ELS_REQUEST64_WQE); in __lpfc_sli_prep_els_req_rsp_s4()
10842 bf_set(wqe_els_did, &wqe->els_req.wqe_dest, did); in __lpfc_sli_prep_els_req_rsp_s4()
10866 bf_set(wqe_els_id, &wqe->els_req.wqe_com, els_id); in __lpfc_sli_prep_els_req_rsp_s4()
10869 bf_set(wqe_els_did, &wqe->xmit_els_rsp.wqe_dest, did); in __lpfc_sli_prep_els_req_rsp_s4()
10874 bf_set(wqe_cmnd, &wqe->xmit_els_rsp.wqe_com, in __lpfc_sli_prep_els_req_rsp_s4()
10878 bf_set(wqe_tmo, &wqe->generic.wqe_com, tmo); in __lpfc_sli_prep_els_req_rsp_s4()
10879 bf_set(wqe_reqtag, &wqe->generic.wqe_com, cmdiocbq->iotag); in __lpfc_sli_prep_els_req_rsp_s4()
10880 bf_set(wqe_class, &wqe->generic.wqe_com, CLASS3); in __lpfc_sli_prep_els_req_rsp_s4()
10889 bf_set(els_req64_sid, &wqe->els_req, vport->fc_myDID); in __lpfc_sli_prep_els_req_rsp_s4()
10892 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com, in __lpfc_sli_prep_els_req_rsp_s4()
10898 bf_set(wqe_ct, &wqe->generic.wqe_com, 0); in __lpfc_sli_prep_els_req_rsp_s4()
10900 bf_set(wqe_ct, &wqe->generic.wqe_com, 1); in __lpfc_sli_prep_els_req_rsp_s4()
10977 bf_set(wqe_type, &cmdwqe->gen_req.wge_ctl, FC_TYPE_CT); in __lpfc_sli_prep_gen_req_s4()
10978 bf_set(wqe_rctl, &cmdwqe->gen_req.wge_ctl, FC_RCTL_DD_UNSOL_CTL); in __lpfc_sli_prep_gen_req_s4()
10979 bf_set(wqe_si, &cmdwqe->gen_req.wge_ctl, 1); in __lpfc_sli_prep_gen_req_s4()
10980 bf_set(wqe_la, &cmdwqe->gen_req.wge_ctl, 1); in __lpfc_sli_prep_gen_req_s4()
10983 bf_set(wqe_ctxt_tag, &cmdwqe->gen_req.wqe_com, rpi); in __lpfc_sli_prep_gen_req_s4()
10986 bf_set(wqe_tmo, &cmdwqe->gen_req.wqe_com, tmo); in __lpfc_sli_prep_gen_req_s4()
10987 bf_set(wqe_class, &cmdwqe->gen_req.wqe_com, CLASS3); in __lpfc_sli_prep_gen_req_s4()
10988 bf_set(wqe_cmnd, &cmdwqe->gen_req.wqe_com, CMD_GEN_REQUEST64_CR); in __lpfc_sli_prep_gen_req_s4()
10989 bf_set(wqe_ct, &cmdwqe->gen_req.wqe_com, SLI4_CT_RPI); in __lpfc_sli_prep_gen_req_s4()
11059 bf_set(wqe_ls, &wqe->xmit_sequence.wge_ctl, last_seq); in __lpfc_sli_prep_xmit_seq64_s4()
11060 bf_set(wqe_la, &wqe->xmit_sequence.wge_ctl, 1); in __lpfc_sli_prep_xmit_seq64_s4()
11061 bf_set(wqe_dfctl, &wqe->xmit_sequence.wge_ctl, 0); in __lpfc_sli_prep_xmit_seq64_s4()
11062 bf_set(wqe_rctl, &wqe->xmit_sequence.wge_ctl, rctl); in __lpfc_sli_prep_xmit_seq64_s4()
11063 bf_set(wqe_type, &wqe->xmit_sequence.wge_ctl, FC_TYPE_CT); in __lpfc_sli_prep_xmit_seq64_s4()
11066 bf_set(wqe_ctxt_tag, &wqe->xmit_sequence.wqe_com, rpi); in __lpfc_sli_prep_xmit_seq64_s4()
11068 bf_set(wqe_cmnd, &wqe->xmit_sequence.wqe_com, in __lpfc_sli_prep_xmit_seq64_s4()
11072 bf_set(wqe_class, &wqe->xmit_sequence.wqe_com, CLASS3); in __lpfc_sli_prep_xmit_seq64_s4()
11075 bf_set(wqe_rcvoxid, &wqe->xmit_sequence.wqe_com, ox_id); in __lpfc_sli_prep_xmit_seq64_s4()
11135 bf_set(abort_cmd_criteria, &wqe->abort_cmd, T_XRI_TAG); in __lpfc_sli_prep_abort_xri_s4()
11137 bf_set(abort_cmd_ia, &wqe->abort_cmd, 1); in __lpfc_sli_prep_abort_xri_s4()
11139 bf_set(abort_cmd_ia, &wqe->abort_cmd, 0); in __lpfc_sli_prep_abort_xri_s4()
11142 bf_set(wqe_cmnd, &wqe->abort_cmd.wqe_com, CMD_ABORT_XRI_WQE); in __lpfc_sli_prep_abort_xri_s4()
11148 bf_set(wqe_reqtag, &wqe->abort_cmd.wqe_com, iotag); in __lpfc_sli_prep_abort_xri_s4()
11151 bf_set(wqe_qosd, &wqe->abort_cmd.wqe_com, 1); in __lpfc_sli_prep_abort_xri_s4()
11155 bf_set(wqe_wqec, &wqe->abort_cmd.wqe_com, 1); in __lpfc_sli_prep_abort_xri_s4()
11156 bf_set(wqe_cqid, &wqe->abort_cmd.wqe_com, cqid); in __lpfc_sli_prep_abort_xri_s4()
11157 bf_set(wqe_cmd_type, &wqe->abort_cmd.wqe_com, OTHER_COMMAND); in __lpfc_sli_prep_abort_xri_s4()
14329 bf_set(lpfc_mqe_status, mqe, in lpfc_sli4_sp_handle_mbox_event()
16091 bf_set(lpfc_mbx_eq_create_num_pages, &eq_create->u.request, in lpfc_eq_create()
16093 bf_set(lpfc_eq_context_size, &eq_create->u.request.context, in lpfc_eq_create()
16095 bf_set(lpfc_eq_context_valid, &eq_create->u.request.context, 1); in lpfc_eq_create()
16099 bf_set(lpfc_mbox_hdr_version, &shdr->request, in lpfc_eq_create()
16101 bf_set(lpfc_eq_context_autovalid, &eq_create->u.request.context, in lpfc_eq_create()
16107 bf_set(lpfc_eq_context_delay_multi, &eq_create->u.request.context, in lpfc_eq_create()
16120 bf_set(lpfc_eq_context_count, &eq_create->u.request.context, in lpfc_eq_create()
16124 bf_set(lpfc_eq_context_count, &eq_create->u.request.context, in lpfc_eq_create()
16128 bf_set(lpfc_eq_context_count, &eq_create->u.request.context, in lpfc_eq_create()
16132 bf_set(lpfc_eq_context_count, &eq_create->u.request.context, in lpfc_eq_create()
16136 bf_set(lpfc_eq_context_count, &eq_create->u.request.context, in lpfc_eq_create()
16287 bf_set(lpfc_mbx_cq_create_num_pages, &cq_create->u.request, in lpfc_cq_create()
16289 bf_set(lpfc_cq_context_event, &cq_create->u.request.context, 1); in lpfc_cq_create()
16290 bf_set(lpfc_cq_context_valid, &cq_create->u.request.context, 1); in lpfc_cq_create()
16291 bf_set(lpfc_mbox_hdr_version, &shdr->request, in lpfc_cq_create()
16294 bf_set(lpfc_mbx_cq_create_page_size, &cq_create->u.request, in lpfc_cq_create()
16296 bf_set(lpfc_cq_eq_id_2, &cq_create->u.request.context, in lpfc_cq_create()
16298 bf_set(lpfc_cq_context_autovalid, &cq_create->u.request.context, in lpfc_cq_create()
16301 bf_set(lpfc_cq_eq_id, &cq_create->u.request.context, in lpfc_cq_create()
16311 bf_set(lpfc_cq_context_count, in lpfc_cq_create()
16329 bf_set(lpfc_cq_context_count, &cq_create->u.request.context, in lpfc_cq_create()
16333 bf_set(lpfc_cq_context_count, &cq_create->u.request.context, in lpfc_cq_create()
16337 bf_set(lpfc_cq_context_count, &cq_create->u.request.context, in lpfc_cq_create()
16450 bf_set(lpfc_mbox_hdr_version, &shdr->request, 0); in lpfc_cq_create_set()
16464 bf_set(lpfc_mbx_cq_create_set_page_size, in lpfc_cq_create_set()
16467 bf_set(lpfc_mbx_cq_create_set_num_pages, in lpfc_cq_create_set()
16469 bf_set(lpfc_mbx_cq_create_set_evt, in lpfc_cq_create_set()
16471 bf_set(lpfc_mbx_cq_create_set_valid, in lpfc_cq_create_set()
16473 bf_set(lpfc_mbx_cq_create_set_cqe_size, in lpfc_cq_create_set()
16475 bf_set(lpfc_mbx_cq_create_set_num_cq, in lpfc_cq_create_set()
16477 bf_set(lpfc_mbx_cq_create_set_autovalid, in lpfc_cq_create_set()
16485 bf_set(lpfc_mbx_cq_create_set_cqe_cnt, in lpfc_cq_create_set()
16488 bf_set(lpfc_mbx_cq_create_set_cqe_cnt, in lpfc_cq_create_set()
16504 bf_set(lpfc_mbx_cq_create_set_cqe_cnt, in lpfc_cq_create_set()
16508 bf_set(lpfc_mbx_cq_create_set_cqe_cnt, in lpfc_cq_create_set()
16512 bf_set(lpfc_mbx_cq_create_set_cqe_cnt, in lpfc_cq_create_set()
16516 bf_set(lpfc_mbx_cq_create_set_eq_id0, in lpfc_cq_create_set()
16520 bf_set(lpfc_mbx_cq_create_set_eq_id1, in lpfc_cq_create_set()
16524 bf_set(lpfc_mbx_cq_create_set_eq_id2, in lpfc_cq_create_set()
16528 bf_set(lpfc_mbx_cq_create_set_eq_id3, in lpfc_cq_create_set()
16532 bf_set(lpfc_mbx_cq_create_set_eq_id4, in lpfc_cq_create_set()
16536 bf_set(lpfc_mbx_cq_create_set_eq_id5, in lpfc_cq_create_set()
16540 bf_set(lpfc_mbx_cq_create_set_eq_id6, in lpfc_cq_create_set()
16544 bf_set(lpfc_mbx_cq_create_set_eq_id7, in lpfc_cq_create_set()
16548 bf_set(lpfc_mbx_cq_create_set_eq_id8, in lpfc_cq_create_set()
16552 bf_set(lpfc_mbx_cq_create_set_eq_id9, in lpfc_cq_create_set()
16556 bf_set(lpfc_mbx_cq_create_set_eq_id10, in lpfc_cq_create_set()
16560 bf_set(lpfc_mbx_cq_create_set_eq_id11, in lpfc_cq_create_set()
16564 bf_set(lpfc_mbx_cq_create_set_eq_id12, in lpfc_cq_create_set()
16568 bf_set(lpfc_mbx_cq_create_set_eq_id13, in lpfc_cq_create_set()
16572 bf_set(lpfc_mbx_cq_create_set_eq_id14, in lpfc_cq_create_set()
16576 bf_set(lpfc_mbx_cq_create_set_eq_id15, in lpfc_cq_create_set()
16666 bf_set(lpfc_mbx_mq_create_num_pages, &mq_create->u.request, in lpfc_mq_create_fb_init()
16668 bf_set(lpfc_mq_context_cq_id, &mq_create->u.request.context, in lpfc_mq_create_fb_init()
16670 bf_set(lpfc_mq_context_valid, &mq_create->u.request.context, 1); in lpfc_mq_create_fb_init()
16673 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context, in lpfc_mq_create_fb_init()
16677 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context, in lpfc_mq_create_fb_init()
16681 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context, in lpfc_mq_create_fb_init()
16685 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context, in lpfc_mq_create_fb_init()
16748 bf_set(lpfc_mbx_mq_create_ext_num_pages, in lpfc_mq_create()
16750 bf_set(lpfc_mbx_mq_create_ext_async_evt_link, in lpfc_mq_create()
16752 bf_set(lpfc_mbx_mq_create_ext_async_evt_fip, in lpfc_mq_create()
16754 bf_set(lpfc_mbx_mq_create_ext_async_evt_group5, in lpfc_mq_create()
16756 bf_set(lpfc_mbx_mq_create_ext_async_evt_fc, in lpfc_mq_create()
16758 bf_set(lpfc_mbx_mq_create_ext_async_evt_sli, in lpfc_mq_create()
16760 bf_set(lpfc_mq_context_valid, &mq_create_ext->u.request.context, 1); in lpfc_mq_create()
16761 bf_set(lpfc_mbox_hdr_version, &shdr->request, in lpfc_mq_create()
16764 bf_set(lpfc_mbx_mq_create_ext_cq_id, &mq_create_ext->u.request, in lpfc_mq_create()
16767 bf_set(lpfc_mq_context_cq_id, &mq_create_ext->u.request.context, in lpfc_mq_create()
16780 bf_set(lpfc_mq_context_ring_size, in lpfc_mq_create()
16785 bf_set(lpfc_mq_context_ring_size, in lpfc_mq_create()
16790 bf_set(lpfc_mq_context_ring_size, in lpfc_mq_create()
16795 bf_set(lpfc_mq_context_ring_size, in lpfc_mq_create()
16911 bf_set(lpfc_mbx_wq_create_num_pages, &wq_create->u.request, in lpfc_wq_create()
16913 bf_set(lpfc_mbx_wq_create_cq_id, &wq_create->u.request, in lpfc_wq_create()
16917 bf_set(lpfc_mbox_hdr_version, &shdr->request, in lpfc_wq_create()
16928 bf_set(lpfc_mbx_wq_create_wqe_count, &wq_create->u.request_1, in lpfc_wq_create()
16930 bf_set(lpfc_mbox_hdr_version, &shdr->request, in lpfc_wq_create()
16936 bf_set(lpfc_mbx_wq_create_wqe_size, in lpfc_wq_create()
16941 bf_set(lpfc_mbx_wq_create_wqe_size, in lpfc_wq_create()
16947 bf_set(lpfc_mbx_wq_create_dpp_req, &wq_create->u.request_1, 1); in lpfc_wq_create()
16948 bf_set(lpfc_mbx_wq_create_page_size, in lpfc_wq_create()
16965 bf_set(lpfc_mbx_wq_create_dua, &wq_create->u.request, 1); in lpfc_wq_create()
17170 bf_set(lpfc_mbox_hdr_version, &shdr->request, in lpfc_rq_create()
17173 bf_set(lpfc_rq_context_rqe_count_1, in lpfc_rq_create()
17177 bf_set(lpfc_rq_context_rqe_size, in lpfc_rq_create()
17180 bf_set(lpfc_rq_context_page_size, in lpfc_rq_create()
17195 bf_set(lpfc_rq_context_rqe_count, in lpfc_rq_create()
17200 bf_set(lpfc_rq_context_rqe_count, in lpfc_rq_create()
17205 bf_set(lpfc_rq_context_rqe_count, in lpfc_rq_create()
17210 bf_set(lpfc_rq_context_rqe_count, in lpfc_rq_create()
17215 bf_set(lpfc_rq_context_buf_size, &rq_create->u.request.context, in lpfc_rq_create()
17218 bf_set(lpfc_rq_context_cq_id, &rq_create->u.request.context, in lpfc_rq_create()
17220 bf_set(lpfc_mbx_rq_create_num_pages, &rq_create->u.request, in lpfc_rq_create()
17230 bf_set(lpfc_mbx_rq_create_dua, &rq_create->u.request, 1); in lpfc_rq_create()
17305 bf_set(lpfc_mbox_hdr_version, &shdr->request, in lpfc_rq_create()
17308 bf_set(lpfc_rq_context_rqe_count_1, in lpfc_rq_create()
17316 bf_set(lpfc_rq_context_rqe_size, &rq_create->u.request.context, in lpfc_rq_create()
17318 bf_set(lpfc_rq_context_page_size, &rq_create->u.request.context, in lpfc_rq_create()
17332 bf_set(lpfc_rq_context_rqe_count, in lpfc_rq_create()
17337 bf_set(lpfc_rq_context_rqe_count, in lpfc_rq_create()
17342 bf_set(lpfc_rq_context_rqe_count, in lpfc_rq_create()
17347 bf_set(lpfc_rq_context_rqe_count, in lpfc_rq_create()
17353 bf_set(lpfc_rq_context_buf_size, in lpfc_rq_create()
17357 bf_set(lpfc_rq_context_buf_size, in lpfc_rq_create()
17361 bf_set(lpfc_rq_context_cq_id, &rq_create->u.request.context, in lpfc_rq_create()
17363 bf_set(lpfc_mbx_rq_create_num_pages, &rq_create->u.request, in lpfc_rq_create()
17372 bf_set(lpfc_mbx_rq_create_dua, &rq_create->u.request, 1); in lpfc_rq_create()
17474 bf_set(lpfc_mbox_hdr_version, &shdr->request, LPFC_Q_CREATE_VERSION_2); in lpfc_mrq_create()
17494 bf_set(lpfc_mbx_rq_create_num_pages, in lpfc_mrq_create()
17497 bf_set(lpfc_mbx_rq_create_rq_cnt, in lpfc_mrq_create()
17499 bf_set(lpfc_mbx_rq_create_dnb, &rq_create->u.request, in lpfc_mrq_create()
17501 bf_set(lpfc_rq_context_base_cq, in lpfc_mrq_create()
17504 bf_set(lpfc_rq_context_data_size, in lpfc_mrq_create()
17507 bf_set(lpfc_rq_context_hdr_size, in lpfc_mrq_create()
17510 bf_set(lpfc_rq_context_rqe_count_1, in lpfc_mrq_create()
17513 bf_set(lpfc_rq_context_rqe_size, in lpfc_mrq_create()
17516 bf_set(lpfc_rq_context_page_size, in lpfc_mrq_create()
17630 bf_set(lpfc_mbx_eq_destroy_q_id, &mbox->u.mqe.un.eq_destroy.u.request, in lpfc_eq_destroy()
17687 bf_set(lpfc_mbx_cq_destroy_q_id, &mbox->u.mqe.un.cq_destroy.u.request, in lpfc_cq_destroy()
17742 bf_set(lpfc_mbx_mq_destroy_q_id, &mbox->u.mqe.un.mq_destroy.u.request, in lpfc_mq_destroy()
17797 bf_set(lpfc_mbx_wq_destroy_q_id, &mbox->u.mqe.un.wq_destroy.u.request, in lpfc_wq_destroy()
17855 bf_set(lpfc_mbx_rq_destroy_q_id, &mbox->u.mqe.un.rq_destroy.u.request, in lpfc_rq_destroy()
17873 bf_set(lpfc_mbx_rq_destroy_q_id, &mbox->u.mqe.un.rq_destroy.u.request, in lpfc_rq_destroy()
17945 bf_set(lpfc_post_sgl_pages_xri, post_sgl_pages, xritag); in lpfc_sli4_post_sgl()
17946 bf_set(lpfc_post_sgl_pages_xricnt, post_sgl_pages, 1); in lpfc_sli4_post_sgl()
18153 bf_set(lpfc_post_sgl_pages_xri, sgl, xritag_start); in lpfc_sli4_post_sgl_list()
18154 bf_set(lpfc_post_sgl_pages_xricnt, sgl, post_cnt); in lpfc_sli4_post_sgl_list()
18267 bf_set(lpfc_post_sgl_pages_xri, sgl, xritag_start); in lpfc_sli4_post_io_sgl_block()
18268 bf_set(lpfc_post_sgl_pages_xricnt, sgl, pg_pairs); in lpfc_sli4_post_io_sgl_block()
18977 bf_set(xmit_bls_rsp64_rjt_vspec, &icmd->xmit_bls_rsp, 0); in lpfc_sli4_seq_abort_rsp()
18978 bf_set(xmit_bls_rsp64_rjt_expc, &icmd->xmit_bls_rsp, in lpfc_sli4_seq_abort_rsp()
18980 bf_set(xmit_bls_rsp64_rjt_rsnc, &icmd->xmit_bls_rsp, in lpfc_sli4_seq_abort_rsp()
18990 bf_set(xmit_bls_rsp64_rjt_vspec, &icmd->xmit_bls_rsp, 0); in lpfc_sli4_seq_abort_rsp()
18991 bf_set(xmit_bls_rsp64_rjt_expc, &icmd->xmit_bls_rsp, in lpfc_sli4_seq_abort_rsp()
18993 bf_set(xmit_bls_rsp64_rjt_rsnc, &icmd->xmit_bls_rsp, in lpfc_sli4_seq_abort_rsp()
19003 bf_set(xmit_bls_rsp64_rxid, &icmd->xmit_bls_rsp, rxid); in lpfc_sli4_seq_abort_rsp()
19013 bf_set(xmit_bls_rsp64_oxid, &icmd->xmit_bls_rsp, oxid); in lpfc_sli4_seq_abort_rsp()
19014 bf_set(xmit_bls_rsp64_oxid, &icmd->xmit_bls_rsp, rxid); in lpfc_sli4_seq_abort_rsp()
19017 bf_set(wqe_els_did, &icmd->xmit_bls_rsp.wqe_dest, in lpfc_sli4_seq_abort_rsp()
19019 bf_set(xmit_bls_rsp64_temprpi, &icmd->xmit_bls_rsp, in lpfc_sli4_seq_abort_rsp()
19021 bf_set(wqe_cmnd, &icmd->generic.wqe_com, CMD_XMIT_BLS_RSP64_CX); in lpfc_sli4_seq_abort_rsp()
19169 bf_set(lpfc_wcqe_c_status, &first_iocbq->wcqe_cmpl, in lpfc_prep_seq()
19175 bf_set(els_rsp64_sid, &first_iocbq->wqe.xmit_els_rsp, in lpfc_prep_seq()
19179 bf_set(wqe_ctxt_tag, &first_iocbq->wqe.xmit_els_rsp.wqe_com, in lpfc_prep_seq()
19181 bf_set(wqe_rcvoxid, &first_iocbq->wqe.xmit_els_rsp.wqe_com, in lpfc_prep_seq()
19200 bf_set(wqe_els_did, &first_iocbq->wqe.xmit_els_rsp.wqe_dest, in lpfc_prep_seq()
19227 bf_set(lpfc_wcqe_c_status, in lpfc_prep_seq()
19253 bf_set(wqe_els_did, &iocbq->wqe.xmit_els_rsp.wqe_dest, in lpfc_prep_seq()
19383 bf_set(wqe_cmnd, &pwqe->generic.wqe_com, CMD_SEND_FRAME); in lpfc_sli4_handle_mds_loopback()
19384 bf_set(wqe_sof, &pwqe->generic.wqe_com, 0x2E); /* SOF byte */ in lpfc_sli4_handle_mds_loopback()
19385 bf_set(wqe_eof, &pwqe->generic.wqe_com, 0x41); /* EOF byte */ in lpfc_sli4_handle_mds_loopback()
19386 bf_set(wqe_lenloc, &pwqe->generic.wqe_com, 1); in lpfc_sli4_handle_mds_loopback()
19387 bf_set(wqe_xbl, &pwqe->generic.wqe_com, 1); in lpfc_sli4_handle_mds_loopback()
19388 bf_set(wqe_dbde, &pwqe->generic.wqe_com, 1); in lpfc_sli4_handle_mds_loopback()
19389 bf_set(wqe_xc, &pwqe->generic.wqe_com, 1); in lpfc_sli4_handle_mds_loopback()
19390 bf_set(wqe_cmd_type, &pwqe->generic.wqe_com, 0xA); in lpfc_sli4_handle_mds_loopback()
19391 bf_set(wqe_cqid, &pwqe->generic.wqe_com, LPFC_WQE_CQ_ID_DEFAULT); in lpfc_sli4_handle_mds_loopback()
19392 bf_set(wqe_xri_tag, &pwqe->generic.wqe_com, iocbq->sli4_xritag); in lpfc_sli4_handle_mds_loopback()
19393 bf_set(wqe_reqtag, &pwqe->generic.wqe_com, iocbq->iotag); in lpfc_sli4_handle_mds_loopback()
19394 bf_set(wqe_class, &pwqe->generic.wqe_com, CLASS3); in lpfc_sli4_handle_mds_loopback()
19579 bf_set(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, in lpfc_sli4_post_all_rpi_hdrs()
19632 bf_set(lpfc_mbx_post_hdr_tmpl_rpi_offset, hdr_tmpl, in lpfc_sli4_post_rpi_hdr()
19634 bf_set(lpfc_mbx_post_hdr_tmpl_page_cnt, in lpfc_sli4_post_rpi_hdr()
19805 bf_set(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); in lpfc_sli4_remove_rpis()
20033 bf_set(lpfc_fcf_record_mac_0, fcf_record, phba->fc_map[0]); in lpfc_sli4_build_dflt_fcf_record()
20034 bf_set(lpfc_fcf_record_mac_1, fcf_record, phba->fc_map[1]); in lpfc_sli4_build_dflt_fcf_record()
20035 bf_set(lpfc_fcf_record_mac_2, fcf_record, phba->fc_map[2]); in lpfc_sli4_build_dflt_fcf_record()
20036 bf_set(lpfc_fcf_record_mac_3, fcf_record, LPFC_FCOE_FCF_MAC3); in lpfc_sli4_build_dflt_fcf_record()
20037 bf_set(lpfc_fcf_record_mac_4, fcf_record, LPFC_FCOE_FCF_MAC4); in lpfc_sli4_build_dflt_fcf_record()
20038 bf_set(lpfc_fcf_record_mac_5, fcf_record, LPFC_FCOE_FCF_MAC5); in lpfc_sli4_build_dflt_fcf_record()
20039 bf_set(lpfc_fcf_record_fc_map_0, fcf_record, phba->fc_map[0]); in lpfc_sli4_build_dflt_fcf_record()
20040 bf_set(lpfc_fcf_record_fc_map_1, fcf_record, phba->fc_map[1]); in lpfc_sli4_build_dflt_fcf_record()
20041 bf_set(lpfc_fcf_record_fc_map_2, fcf_record, phba->fc_map[2]); in lpfc_sli4_build_dflt_fcf_record()
20042 bf_set(lpfc_fcf_record_fcf_valid, fcf_record, 1); in lpfc_sli4_build_dflt_fcf_record()
20043 bf_set(lpfc_fcf_record_fcf_avail, fcf_record, 1); in lpfc_sli4_build_dflt_fcf_record()
20044 bf_set(lpfc_fcf_record_fcf_index, fcf_record, fcf_index); in lpfc_sli4_build_dflt_fcf_record()
20045 bf_set(lpfc_fcf_record_mac_addr_prov, fcf_record, in lpfc_sli4_build_dflt_fcf_record()
20536 bf_set(lpfc_mbx_redisc_fcf_count, redisc_fcf, 0); in lpfc_sli4_redisc_fcf_table()
20913 bf_set(lpfc_wr_object_eof, &wr_object->u.request, 0); in lpfc_wr_object()
20924 bf_set(lpfc_wr_object_eof, &wr_object->u.request, 1); in lpfc_wr_object()
20925 bf_set(lpfc_wr_object_eas, &wr_object->u.request, 1); in lpfc_wr_object()
20935 bf_set(lpfc_wr_object_write_length, &wr_object->u.request, written); in lpfc_wr_object()
21250 bf_set(lpfc_sli4_sge_last, sgl, 1); in lpfc_wqe_bpl2sgl()
21252 bf_set(lpfc_sli4_sge_last, sgl, 0); in lpfc_wqe_bpl2sgl()
21270 bf_set(lpfc_sli4_sge_offset, sgl, offset); in lpfc_wqe_bpl2sgl()
21271 bf_set(lpfc_sli4_sge_type, sgl, in lpfc_wqe_bpl2sgl()
21276 bf_set(lpfc_sli4_sge_offset, sgl, 0); in lpfc_wqe_bpl2sgl()
21277 bf_set(lpfc_sli4_sge_type, sgl, in lpfc_wqe_bpl2sgl()
21282 bf_set(lpfc_sli4_sge_type, sgl, in lpfc_wqe_bpl2sgl()
21288 bf_set(lpfc_sli4_sge_offset, sgl, offset); in lpfc_wqe_bpl2sgl()
21303 bf_set(lpfc_sli4_sge_last, sgl, 1); in lpfc_wqe_bpl2sgl()
21344 bf_set(wqe_xri_tag, &pwqe->wqe.xmit_bls_rsp.wqe_com, in lpfc_sli4_issue_wqe()
21365 bf_set(wqe_cqid, &wqe->generic.wqe_com, qp->io_cq_map); in lpfc_sli4_issue_wqe()
21393 bf_set(wqe_xri_tag, &pwqe->wqe.xmit_bls_rsp.wqe_com, in lpfc_sli4_issue_wqe()
21395 bf_set(wqe_cqid, &wqe->generic.wqe_com, qp->io_cq_map); in lpfc_sli4_issue_wqe()
21454 bf_set(abort_cmd_ia, &abtswqe->abort_cmd, 1); in lpfc_sli4_issue_abort_iotag()
21455 bf_set(abort_cmd_criteria, &abtswqe->abort_cmd, T_XRI_TAG); in lpfc_sli4_issue_abort_iotag()
21458 bf_set(wqe_reqtag, &abtswqe->abort_cmd.wqe_com, abtsiocb->iotag); in lpfc_sli4_issue_abort_iotag()
21459 bf_set(wqe_cmnd, &abtswqe->abort_cmd.wqe_com, CMD_ABORT_XRI_CX); in lpfc_sli4_issue_abort_iotag()
21460 bf_set(wqe_xri_tag, &abtswqe->generic.wqe_com, 0); in lpfc_sli4_issue_abort_iotag()
21461 bf_set(wqe_qosd, &abtswqe->abort_cmd.wqe_com, 1); in lpfc_sli4_issue_abort_iotag()
21462 bf_set(wqe_lenloc, &abtswqe->abort_cmd.wqe_com, LPFC_WQE_LENLOC_NONE); in lpfc_sli4_issue_abort_iotag()
21463 bf_set(wqe_cmd_type, &abtswqe->abort_cmd.wqe_com, OTHER_COMMAND); in lpfc_sli4_issue_abort_iotag()
22196 bf_set(lpfc_mbox_hdr_version, &shdr->request, LPFC_Q_CREATE_VERSION_0); in lpfc_read_object()
22197 bf_set(lpfc_mbx_rd_object_rlen, &read_object->u.request, datasz); in lpfc_read_object()
22612 bf_set(els_req64_sp, &wqe->els_req, 1); in lpfc_sli_prep_wqe()
22613 bf_set(els_req64_sid, &wqe->els_req, in lpfc_sli_prep_wqe()
22619 bf_set(els_req64_sid, &wqe->els_req, 0); in lpfc_sli_prep_wqe()
22621 bf_set(wqe_ct, &wqe->els_req.wqe_com, 1); in lpfc_sli_prep_wqe()
22622 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com, in lpfc_sli_prep_wqe()
22625 bf_set(wqe_ct, &wqe->els_req.wqe_com, 0); in lpfc_sli_prep_wqe()
22626 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com, in lpfc_sli_prep_wqe()
22631 bf_set(wqe_temp_rpi, &wqe->els_req.wqe_com, in lpfc_sli_prep_wqe()
22634 bf_set(wqe_dbde, &wqe->els_req.wqe_com, 1); in lpfc_sli_prep_wqe()
22635 bf_set(wqe_iod, &wqe->els_req.wqe_com, LPFC_WQE_IOD_READ); in lpfc_sli_prep_wqe()
22636 bf_set(wqe_qosd, &wqe->els_req.wqe_com, 1); in lpfc_sli_prep_wqe()
22637 bf_set(wqe_lenloc, &wqe->els_req.wqe_com, LPFC_WQE_LENLOC_NONE); in lpfc_sli_prep_wqe()
22638 bf_set(wqe_ebde_cnt, &wqe->els_req.wqe_com, 0); in lpfc_sli_prep_wqe()
22650 bf_set(els_rsp64_sp, &wqe->xmit_els_rsp, 1); in lpfc_sli_prep_wqe()
22651 bf_set(els_rsp64_sid, &wqe->xmit_els_rsp, in lpfc_sli_prep_wqe()
22654 bf_set(wqe_els_did, in lpfc_sli_prep_wqe()
22660 bf_set(wqe_dbde, &wqe->xmit_els_rsp.wqe_com, 1); in lpfc_sli_prep_wqe()
22661 bf_set(wqe_iod, &wqe->xmit_els_rsp.wqe_com, LPFC_WQE_IOD_WRITE); in lpfc_sli_prep_wqe()
22662 bf_set(wqe_qosd, &wqe->xmit_els_rsp.wqe_com, 1); in lpfc_sli_prep_wqe()
22663 bf_set(wqe_lenloc, &wqe->xmit_els_rsp.wqe_com, in lpfc_sli_prep_wqe()
22665 bf_set(wqe_ebde_cnt, &wqe->xmit_els_rsp.wqe_com, 0); in lpfc_sli_prep_wqe()
22668 bf_set(els_rsp64_sp, &wqe->xmit_els_rsp, 1); in lpfc_sli_prep_wqe()
22669 bf_set(els_rsp64_sid, &wqe->xmit_els_rsp, in lpfc_sli_prep_wqe()
22671 bf_set(wqe_ct, &wqe->xmit_els_rsp.wqe_com, 1); in lpfc_sli_prep_wqe()
22675 bf_set(wqe_rsp_temp_rpi, &wqe->xmit_els_rsp, in lpfc_sli_prep_wqe()
22679 bf_set(wqe_ctxt_tag, &wqe->xmit_els_rsp.wqe_com, in lpfc_sli_prep_wqe()
22686 bf_set(wqe_dbde, &wqe->gen_req.wqe_com, 1); in lpfc_sli_prep_wqe()
22687 bf_set(wqe_iod, &wqe->gen_req.wqe_com, LPFC_WQE_IOD_READ); in lpfc_sli_prep_wqe()
22688 bf_set(wqe_qosd, &wqe->gen_req.wqe_com, 1); in lpfc_sli_prep_wqe()
22689 bf_set(wqe_lenloc, &wqe->gen_req.wqe_com, LPFC_WQE_LENLOC_NONE); in lpfc_sli_prep_wqe()
22690 bf_set(wqe_ebde_cnt, &wqe->gen_req.wqe_com, 0); in lpfc_sli_prep_wqe()
22695 bf_set(wqe_xo, &wqe->xmit_sequence.wge_ctl, 1); in lpfc_sli_prep_wqe()
22698 bf_set(wqe_pu, &wqe->xmit_sequence.wqe_com, 0); in lpfc_sli_prep_wqe()
22699 bf_set(wqe_dbde, &wqe->xmit_sequence.wqe_com, 1); in lpfc_sli_prep_wqe()
22700 bf_set(wqe_iod, &wqe->xmit_sequence.wqe_com, in lpfc_sli_prep_wqe()
22702 bf_set(wqe_lenloc, &wqe->xmit_sequence.wqe_com, in lpfc_sli_prep_wqe()
22704 bf_set(wqe_ebde_cnt, &wqe->xmit_sequence.wqe_com, 0); in lpfc_sli_prep_wqe()
22708 bf_set(xmit_bls_rsp64_seqcnthi, &wqe->xmit_bls_rsp, 0xffff); in lpfc_sli_prep_wqe()
22709 bf_set(wqe_xmit_bls_pt, &wqe->xmit_bls_rsp.wqe_dest, 0x1); in lpfc_sli_prep_wqe()
22710 bf_set(wqe_ct, &wqe->xmit_bls_rsp.wqe_com, 1); in lpfc_sli_prep_wqe()
22711 bf_set(wqe_ctxt_tag, &wqe->xmit_bls_rsp.wqe_com, in lpfc_sli_prep_wqe()
22713 bf_set(wqe_qosd, &wqe->xmit_bls_rsp.wqe_com, 1); in lpfc_sli_prep_wqe()
22714 bf_set(wqe_lenloc, &wqe->xmit_bls_rsp.wqe_com, in lpfc_sli_prep_wqe()
22733 bf_set(wqe_reqtag, &wqe->generic.wqe_com, job->iotag); in lpfc_sli_prep_wqe()
22734 bf_set(wqe_cmd_type, &wqe->generic.wqe_com, command_type); in lpfc_sli_prep_wqe()
22735 bf_set(wqe_cqid, &wqe->generic.wqe_com, LPFC_WQE_CQ_ID_DEFAULT); in lpfc_sli_prep_wqe()