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()
1532 bf_set(lpfc_wcqe_c_status, in lpfc_sli_cancel_iocbs()
1949 bf_set(cmf_sync_op, &wqe->cmf_sync, 1); /* 1=init */ in lpfc_issue_cmf_sync_wqe()
1950 bf_set(cmf_sync_interval, &wqe->cmf_sync, LPFC_CMF_INTERVAL); in lpfc_issue_cmf_sync_wqe()
1954 bf_set(cmf_sync_op, &wqe->cmf_sync, 0); /* 0=recalc */ in lpfc_issue_cmf_sync_wqe()
1955 bf_set(cmf_sync_interval, &wqe->cmf_sync, ms); in lpfc_issue_cmf_sync_wqe()
1961 bf_set(cmf_sync_asig, &wqe->cmf_sync, 1); in lpfc_issue_cmf_sync_wqe()
1964 bf_set(cmf_sync_afpin, &wqe->cmf_sync, 1); in lpfc_issue_cmf_sync_wqe()
1972 bf_set(cmf_sync_wsigmax, &wqe->cmf_sync, max); in lpfc_issue_cmf_sync_wqe()
1973 bf_set(cmf_sync_wsigcnt, &wqe->cmf_sync, wtot); in lpfc_issue_cmf_sync_wqe()
1977 bf_set(cmf_sync_wfpinmax, &wqe->cmf_sync, 1); in lpfc_issue_cmf_sync_wqe()
1978 bf_set(cmf_sync_wfpincnt, &wqe->cmf_sync, 1); in lpfc_issue_cmf_sync_wqe()
1989 bf_set(cmf_sync_ver, &wqe->cmf_sync, LPFC_CMF_SYNC_VER); in lpfc_issue_cmf_sync_wqe()
1991 bf_set(cmf_sync_cmnd, &wqe->cmf_sync, CMD_CMF_SYNC_WQE); in lpfc_issue_cmf_sync_wqe()
1994 bf_set(cmf_sync_reqtag, &wqe->cmf_sync, sync_buf->iotag); in lpfc_issue_cmf_sync_wqe()
1996 bf_set(cmf_sync_qosd, &wqe->cmf_sync, 1); in lpfc_issue_cmf_sync_wqe()
1997 bf_set(cmf_sync_period, &wqe->cmf_sync, warn_sync_period); in lpfc_issue_cmf_sync_wqe()
1999 bf_set(cmf_sync_cmd_type, &wqe->cmf_sync, CMF_SYNC_COMMAND); in lpfc_issue_cmf_sync_wqe()
2000 bf_set(cmf_sync_wqec, &wqe->cmf_sync, 1); in lpfc_issue_cmf_sync_wqe()
2001 bf_set(cmf_sync_cqid, &wqe->cmf_sync, LPFC_WQE_CQ_ID_DEFAULT); in lpfc_issue_cmf_sync_wqe()
3380 bf_set(lpfc_wcqe_c_status, &saveq->wcqe_cmpl, irsp->ulpStatus); in lpfc_sli_prep_unsol_wqe()
3386 bf_set(els_rsp64_sid, &wqe->xmit_els_rsp, irsp->un.rcvels.parmRo); in lpfc_sli_prep_unsol_wqe()
3389 bf_set(wqe_ctxt_tag, &wqe->xmit_els_rsp.wqe_com, irsp->ulpContext); in lpfc_sli_prep_unsol_wqe()
3392 bf_set(wqe_rcvoxid, &wqe->xmit_els_rsp.wqe_com, in lpfc_sli_prep_unsol_wqe()
3396 bf_set(wqe_els_did, &wqe->xmit_els_rsp.wqe_dest, in lpfc_sli_prep_unsol_wqe()
5926 bf_set(lpfc_mbx_rd_rev_vpd, &mqe->un.read_rev, 1); in lpfc_sli4_read_rev()
5927 bf_set(lpfc_mbx_rd_rev_avail_len, &mqe->un.read_rev, dma_size); in lpfc_sli4_read_rev()
6091 bf_set(lpfc_mbox_hdr_version, &shdr->request, LPFC_OPCODE_VERSION_1); in lpfc_sli4_retrieve_pport_name()
6092 bf_set(lpfc_mbx_get_port_name_lnk_type, &get_port_name->u.request, in lpfc_sli4_retrieve_pport_name()
6717 bf_set(lpfc_vpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); in lpfc_sli4_dealloc_extent()
6737 bf_set(lpfc_vfi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); in lpfc_sli4_dealloc_extent()
6756 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); in lpfc_sli4_dealloc_extent()
6778 bf_set(lpfc_mbx_set_feature_UER, in lpfc_set_features()
6784 bf_set(lpfc_mbx_set_feature_mds, in lpfc_set_features()
6786 bf_set(lpfc_mbx_set_feature_mds_deep_loopbk, in lpfc_set_features()
6798 bf_set(lpfc_mbx_set_feature_CGN_alarm_freq, in lpfc_set_features()
6800 bf_set(lpfc_mbx_set_feature_CGN_warn_freq, in lpfc_set_features()
6805 bf_set(lpfc_mbx_set_feature_CGN_warn_freq, in lpfc_set_features()
6814 bf_set(lpfc_mbx_set_feature_CGN_acqe_freq, in lpfc_set_features()
6821 bf_set(lpfc_mbx_set_feature_dd, in lpfc_set_features()
6823 bf_set(lpfc_mbx_set_feature_ddquery, in lpfc_set_features()
6831 bf_set(lpfc_mbx_set_feature_milunq, &mbox->u.mqe.un.set_feature, in lpfc_set_features()
6833 bf_set(lpfc_mbx_set_feature_mi, &mbox->u.mqe.un.set_feature, in lpfc_set_features()
6839 bf_set(lpfc_mbx_set_feature_lds_qry, in lpfc_set_features()
6845 bf_set(lpfc_mbx_set_feature_cmf, in lpfc_set_features()
7086 bf_set(lpfc_fwlog_enable, &mbx_fwlog->u.request, in lpfc_sli4_ras_fwlog_init()
7088 bf_set(lpfc_fwlog_loglvl, &mbx_fwlog->u.request, in lpfc_sli4_ras_fwlog_init()
7090 bf_set(lpfc_fwlog_buffcnt, &mbx_fwlog->u.request, in lpfc_sli4_ras_fwlog_init()
7092 bf_set(lpfc_fwlog_buffsz, &mbx_fwlog->u.request, in lpfc_sli4_ras_fwlog_init()
7236 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, in lpfc_sli4_alloc_resource_identifiers()
7368 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, in lpfc_sli4_alloc_resource_identifiers()
7417 bf_set(lpfc_vpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); in lpfc_sli4_dealloc_resource_identifiers()
7422 bf_set(lpfc_vfi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); in lpfc_sli4_dealloc_resource_identifiers()
7423 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); in lpfc_sli4_dealloc_resource_identifiers()
8438 bf_set(lpfc_mbx_set_host_month, tm, month); in lpfc_set_host_tm()
8439 bf_set(lpfc_mbx_set_host_day, tm, day); in lpfc_set_host_tm()
8440 bf_set(lpfc_mbx_set_host_year, tm, year); in lpfc_set_host_tm()
8441 bf_set(lpfc_mbx_set_host_hour, tm, hour); in lpfc_set_host_tm()
8442 bf_set(lpfc_mbx_set_host_min, tm, minute); in lpfc_set_host_tm()
8443 bf_set(lpfc_mbx_set_host_sec, tm, second); in lpfc_set_host_tm()
8672 bf_set(lpfc_ftr_ashdr, &phba->sli4_hba.sli4_flags, 0); in lpfc_sli4_hba_setup()
10005 bf_set(lpfc_mqe_status, mb, in lpfc_sli4_post_sync_mbox()
10607 bf_set(wqe_wqes, &wqe->fcp_iwrite.wqe_com, 1); in lpfc_prep_embed_io()
10608 bf_set(wqe_dbde, &wqe->fcp_iwrite.wqe_com, 0); in lpfc_prep_embed_io()
10621 bf_set(wqe_dbde, &wqe->generic.wqe_com, 1); in lpfc_prep_embed_io()
10622 bf_set(wqe_wqes, &wqe->generic.wqe_com, 0); in lpfc_prep_embed_io()
10628 bf_set(wqe_ccpe, &wqe->fcp_iwrite.wqe_com, 1); in lpfc_prep_embed_io()
10629 bf_set(wqe_ccp, &wqe->fcp_iwrite.wqe_com, in lpfc_prep_embed_io()
10632 bf_set(wqe_appid, &wqe->fcp_iwrite.wqe_com, 1); in lpfc_prep_embed_io()
10633 bf_set(wqe_wqes, &wqe->fcp_iwrite.wqe_com, 1); in lpfc_prep_embed_io()
10720 bf_set(xmit_bls_rsp64_rxid, &wqe->xmit_bls_rsp, in __lpfc_sli_issue_iocb_s4()
10723 bf_set(wqe_xri_tag, &wqe->generic.wqe_com, in __lpfc_sli_issue_iocb_s4()
10846 bf_set(wqe_cmnd, &wqe->els_req.wqe_com, CMD_ELS_REQUEST64_WQE); in __lpfc_sli_prep_els_req_rsp_s4()
10853 bf_set(wqe_els_did, &wqe->els_req.wqe_dest, did); in __lpfc_sli_prep_els_req_rsp_s4()
10877 bf_set(wqe_els_id, &wqe->els_req.wqe_com, els_id); in __lpfc_sli_prep_els_req_rsp_s4()
10880 bf_set(wqe_els_did, &wqe->xmit_els_rsp.wqe_dest, did); in __lpfc_sli_prep_els_req_rsp_s4()
10885 bf_set(wqe_cmnd, &wqe->xmit_els_rsp.wqe_com, in __lpfc_sli_prep_els_req_rsp_s4()
10889 bf_set(wqe_tmo, &wqe->generic.wqe_com, tmo); in __lpfc_sli_prep_els_req_rsp_s4()
10890 bf_set(wqe_reqtag, &wqe->generic.wqe_com, cmdiocbq->iotag); in __lpfc_sli_prep_els_req_rsp_s4()
10891 bf_set(wqe_class, &wqe->generic.wqe_com, CLASS3); in __lpfc_sli_prep_els_req_rsp_s4()
10900 bf_set(els_req64_sid, &wqe->els_req, vport->fc_myDID); in __lpfc_sli_prep_els_req_rsp_s4()
10903 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com, in __lpfc_sli_prep_els_req_rsp_s4()
10909 bf_set(wqe_ct, &wqe->generic.wqe_com, 0); in __lpfc_sli_prep_els_req_rsp_s4()
10911 bf_set(wqe_ct, &wqe->generic.wqe_com, 1); in __lpfc_sli_prep_els_req_rsp_s4()
10988 bf_set(wqe_type, &cmdwqe->gen_req.wge_ctl, FC_TYPE_CT); in __lpfc_sli_prep_gen_req_s4()
10989 bf_set(wqe_rctl, &cmdwqe->gen_req.wge_ctl, FC_RCTL_DD_UNSOL_CTL); in __lpfc_sli_prep_gen_req_s4()
10990 bf_set(wqe_si, &cmdwqe->gen_req.wge_ctl, 1); in __lpfc_sli_prep_gen_req_s4()
10991 bf_set(wqe_la, &cmdwqe->gen_req.wge_ctl, 1); in __lpfc_sli_prep_gen_req_s4()
10994 bf_set(wqe_ctxt_tag, &cmdwqe->gen_req.wqe_com, rpi); in __lpfc_sli_prep_gen_req_s4()
10997 bf_set(wqe_tmo, &cmdwqe->gen_req.wqe_com, tmo); in __lpfc_sli_prep_gen_req_s4()
10998 bf_set(wqe_class, &cmdwqe->gen_req.wqe_com, CLASS3); in __lpfc_sli_prep_gen_req_s4()
10999 bf_set(wqe_cmnd, &cmdwqe->gen_req.wqe_com, CMD_GEN_REQUEST64_CR); in __lpfc_sli_prep_gen_req_s4()
11000 bf_set(wqe_ct, &cmdwqe->gen_req.wqe_com, SLI4_CT_RPI); in __lpfc_sli_prep_gen_req_s4()
11070 bf_set(wqe_ls, &wqe->xmit_sequence.wge_ctl, last_seq); in __lpfc_sli_prep_xmit_seq64_s4()
11071 bf_set(wqe_la, &wqe->xmit_sequence.wge_ctl, 1); in __lpfc_sli_prep_xmit_seq64_s4()
11072 bf_set(wqe_dfctl, &wqe->xmit_sequence.wge_ctl, 0); in __lpfc_sli_prep_xmit_seq64_s4()
11073 bf_set(wqe_rctl, &wqe->xmit_sequence.wge_ctl, rctl); in __lpfc_sli_prep_xmit_seq64_s4()
11074 bf_set(wqe_type, &wqe->xmit_sequence.wge_ctl, FC_TYPE_CT); in __lpfc_sli_prep_xmit_seq64_s4()
11077 bf_set(wqe_ctxt_tag, &wqe->xmit_sequence.wqe_com, rpi); in __lpfc_sli_prep_xmit_seq64_s4()
11079 bf_set(wqe_cmnd, &wqe->xmit_sequence.wqe_com, in __lpfc_sli_prep_xmit_seq64_s4()
11083 bf_set(wqe_class, &wqe->xmit_sequence.wqe_com, CLASS3); in __lpfc_sli_prep_xmit_seq64_s4()
11086 bf_set(wqe_rcvoxid, &wqe->xmit_sequence.wqe_com, ox_id); in __lpfc_sli_prep_xmit_seq64_s4()
11146 bf_set(abort_cmd_criteria, &wqe->abort_cmd, T_XRI_TAG); in __lpfc_sli_prep_abort_xri_s4()
11148 bf_set(abort_cmd_ia, &wqe->abort_cmd, 1); in __lpfc_sli_prep_abort_xri_s4()
11150 bf_set(abort_cmd_ia, &wqe->abort_cmd, 0); in __lpfc_sli_prep_abort_xri_s4()
11153 bf_set(wqe_cmnd, &wqe->abort_cmd.wqe_com, CMD_ABORT_XRI_WQE); in __lpfc_sli_prep_abort_xri_s4()
11159 bf_set(wqe_reqtag, &wqe->abort_cmd.wqe_com, iotag); in __lpfc_sli_prep_abort_xri_s4()
11162 bf_set(wqe_qosd, &wqe->abort_cmd.wqe_com, 1); in __lpfc_sli_prep_abort_xri_s4()
11166 bf_set(wqe_wqec, &wqe->abort_cmd.wqe_com, 1); in __lpfc_sli_prep_abort_xri_s4()
11167 bf_set(wqe_cqid, &wqe->abort_cmd.wqe_com, cqid); in __lpfc_sli_prep_abort_xri_s4()
11168 bf_set(wqe_cmd_type, &wqe->abort_cmd.wqe_com, OTHER_COMMAND); in __lpfc_sli_prep_abort_xri_s4()
14315 bf_set(lpfc_mqe_status, mqe, in lpfc_sli4_sp_handle_mbox_event()
16059 bf_set(lpfc_mbx_eq_create_num_pages, &eq_create->u.request, in lpfc_eq_create()
16061 bf_set(lpfc_eq_context_size, &eq_create->u.request.context, in lpfc_eq_create()
16063 bf_set(lpfc_eq_context_valid, &eq_create->u.request.context, 1); in lpfc_eq_create()
16067 bf_set(lpfc_mbox_hdr_version, &shdr->request, in lpfc_eq_create()
16069 bf_set(lpfc_eq_context_autovalid, &eq_create->u.request.context, in lpfc_eq_create()
16075 bf_set(lpfc_eq_context_delay_multi, &eq_create->u.request.context, in lpfc_eq_create()
16088 bf_set(lpfc_eq_context_count, &eq_create->u.request.context, in lpfc_eq_create()
16092 bf_set(lpfc_eq_context_count, &eq_create->u.request.context, in lpfc_eq_create()
16096 bf_set(lpfc_eq_context_count, &eq_create->u.request.context, in lpfc_eq_create()
16100 bf_set(lpfc_eq_context_count, &eq_create->u.request.context, in lpfc_eq_create()
16104 bf_set(lpfc_eq_context_count, &eq_create->u.request.context, in lpfc_eq_create()
16199 bf_set(lpfc_mbx_cq_create_num_pages, &cq_create->u.request, in lpfc_cq_create()
16201 bf_set(lpfc_cq_context_event, &cq_create->u.request.context, 1); in lpfc_cq_create()
16202 bf_set(lpfc_cq_context_valid, &cq_create->u.request.context, 1); in lpfc_cq_create()
16203 bf_set(lpfc_mbox_hdr_version, &shdr->request, in lpfc_cq_create()
16206 bf_set(lpfc_mbx_cq_create_page_size, &cq_create->u.request, in lpfc_cq_create()
16208 bf_set(lpfc_cq_eq_id_2, &cq_create->u.request.context, in lpfc_cq_create()
16210 bf_set(lpfc_cq_context_autovalid, &cq_create->u.request.context, in lpfc_cq_create()
16213 bf_set(lpfc_cq_eq_id, &cq_create->u.request.context, in lpfc_cq_create()
16223 bf_set(lpfc_cq_context_count, in lpfc_cq_create()
16241 bf_set(lpfc_cq_context_count, &cq_create->u.request.context, in lpfc_cq_create()
16245 bf_set(lpfc_cq_context_count, &cq_create->u.request.context, in lpfc_cq_create()
16249 bf_set(lpfc_cq_context_count, &cq_create->u.request.context, in lpfc_cq_create()
16364 bf_set(lpfc_mbox_hdr_version, &shdr->request, 0); in lpfc_cq_create_set()
16378 bf_set(lpfc_mbx_cq_create_set_page_size, in lpfc_cq_create_set()
16381 bf_set(lpfc_mbx_cq_create_set_num_pages, in lpfc_cq_create_set()
16383 bf_set(lpfc_mbx_cq_create_set_evt, in lpfc_cq_create_set()
16385 bf_set(lpfc_mbx_cq_create_set_valid, in lpfc_cq_create_set()
16387 bf_set(lpfc_mbx_cq_create_set_cqe_size, in lpfc_cq_create_set()
16389 bf_set(lpfc_mbx_cq_create_set_num_cq, in lpfc_cq_create_set()
16391 bf_set(lpfc_mbx_cq_create_set_autovalid, in lpfc_cq_create_set()
16399 bf_set(lpfc_mbx_cq_create_set_cqe_cnt, in lpfc_cq_create_set()
16402 bf_set(lpfc_mbx_cq_create_set_cqe_cnt, in lpfc_cq_create_set()
16418 bf_set(lpfc_mbx_cq_create_set_cqe_cnt, in lpfc_cq_create_set()
16422 bf_set(lpfc_mbx_cq_create_set_cqe_cnt, in lpfc_cq_create_set()
16426 bf_set(lpfc_mbx_cq_create_set_cqe_cnt, in lpfc_cq_create_set()
16430 bf_set(lpfc_mbx_cq_create_set_eq_id0, in lpfc_cq_create_set()
16434 bf_set(lpfc_mbx_cq_create_set_eq_id1, in lpfc_cq_create_set()
16438 bf_set(lpfc_mbx_cq_create_set_eq_id2, in lpfc_cq_create_set()
16442 bf_set(lpfc_mbx_cq_create_set_eq_id3, in lpfc_cq_create_set()
16446 bf_set(lpfc_mbx_cq_create_set_eq_id4, in lpfc_cq_create_set()
16450 bf_set(lpfc_mbx_cq_create_set_eq_id5, in lpfc_cq_create_set()
16454 bf_set(lpfc_mbx_cq_create_set_eq_id6, in lpfc_cq_create_set()
16458 bf_set(lpfc_mbx_cq_create_set_eq_id7, in lpfc_cq_create_set()
16462 bf_set(lpfc_mbx_cq_create_set_eq_id8, in lpfc_cq_create_set()
16466 bf_set(lpfc_mbx_cq_create_set_eq_id9, in lpfc_cq_create_set()
16470 bf_set(lpfc_mbx_cq_create_set_eq_id10, in lpfc_cq_create_set()
16474 bf_set(lpfc_mbx_cq_create_set_eq_id11, in lpfc_cq_create_set()
16478 bf_set(lpfc_mbx_cq_create_set_eq_id12, in lpfc_cq_create_set()
16482 bf_set(lpfc_mbx_cq_create_set_eq_id13, in lpfc_cq_create_set()
16486 bf_set(lpfc_mbx_cq_create_set_eq_id14, in lpfc_cq_create_set()
16490 bf_set(lpfc_mbx_cq_create_set_eq_id15, in lpfc_cq_create_set()
16580 bf_set(lpfc_mbx_mq_create_num_pages, &mq_create->u.request, in lpfc_mq_create_fb_init()
16582 bf_set(lpfc_mq_context_cq_id, &mq_create->u.request.context, in lpfc_mq_create_fb_init()
16584 bf_set(lpfc_mq_context_valid, &mq_create->u.request.context, 1); in lpfc_mq_create_fb_init()
16587 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context, in lpfc_mq_create_fb_init()
16591 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context, in lpfc_mq_create_fb_init()
16595 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context, in lpfc_mq_create_fb_init()
16599 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context, in lpfc_mq_create_fb_init()
16662 bf_set(lpfc_mbx_mq_create_ext_num_pages, in lpfc_mq_create()
16664 bf_set(lpfc_mbx_mq_create_ext_async_evt_link, in lpfc_mq_create()
16666 bf_set(lpfc_mbx_mq_create_ext_async_evt_fip, in lpfc_mq_create()
16668 bf_set(lpfc_mbx_mq_create_ext_async_evt_group5, in lpfc_mq_create()
16670 bf_set(lpfc_mbx_mq_create_ext_async_evt_fc, in lpfc_mq_create()
16672 bf_set(lpfc_mbx_mq_create_ext_async_evt_sli, in lpfc_mq_create()
16674 bf_set(lpfc_mq_context_valid, &mq_create_ext->u.request.context, 1); in lpfc_mq_create()
16675 bf_set(lpfc_mbox_hdr_version, &shdr->request, in lpfc_mq_create()
16678 bf_set(lpfc_mbx_mq_create_ext_cq_id, &mq_create_ext->u.request, in lpfc_mq_create()
16681 bf_set(lpfc_mq_context_cq_id, &mq_create_ext->u.request.context, in lpfc_mq_create()
16694 bf_set(lpfc_mq_context_ring_size, in lpfc_mq_create()
16699 bf_set(lpfc_mq_context_ring_size, in lpfc_mq_create()
16704 bf_set(lpfc_mq_context_ring_size, in lpfc_mq_create()
16709 bf_set(lpfc_mq_context_ring_size, in lpfc_mq_create()
16825 bf_set(lpfc_mbx_wq_create_num_pages, &wq_create->u.request, in lpfc_wq_create()
16827 bf_set(lpfc_mbx_wq_create_cq_id, &wq_create->u.request, in lpfc_wq_create()
16831 bf_set(lpfc_mbox_hdr_version, &shdr->request, in lpfc_wq_create()
16842 bf_set(lpfc_mbx_wq_create_wqe_count, &wq_create->u.request_1, in lpfc_wq_create()
16844 bf_set(lpfc_mbox_hdr_version, &shdr->request, in lpfc_wq_create()
16850 bf_set(lpfc_mbx_wq_create_wqe_size, in lpfc_wq_create()
16855 bf_set(lpfc_mbx_wq_create_wqe_size, in lpfc_wq_create()
16861 bf_set(lpfc_mbx_wq_create_dpp_req, &wq_create->u.request_1, 1); in lpfc_wq_create()
16862 bf_set(lpfc_mbx_wq_create_page_size, in lpfc_wq_create()
16879 bf_set(lpfc_mbx_wq_create_dua, &wq_create->u.request, 1); in lpfc_wq_create()
17084 bf_set(lpfc_mbox_hdr_version, &shdr->request, in lpfc_rq_create()
17087 bf_set(lpfc_rq_context_rqe_count_1, in lpfc_rq_create()
17091 bf_set(lpfc_rq_context_rqe_size, in lpfc_rq_create()
17094 bf_set(lpfc_rq_context_page_size, in lpfc_rq_create()
17109 bf_set(lpfc_rq_context_rqe_count, in lpfc_rq_create()
17114 bf_set(lpfc_rq_context_rqe_count, in lpfc_rq_create()
17119 bf_set(lpfc_rq_context_rqe_count, in lpfc_rq_create()
17124 bf_set(lpfc_rq_context_rqe_count, in lpfc_rq_create()
17129 bf_set(lpfc_rq_context_buf_size, &rq_create->u.request.context, in lpfc_rq_create()
17132 bf_set(lpfc_rq_context_cq_id, &rq_create->u.request.context, in lpfc_rq_create()
17134 bf_set(lpfc_mbx_rq_create_num_pages, &rq_create->u.request, in lpfc_rq_create()
17144 bf_set(lpfc_mbx_rq_create_dua, &rq_create->u.request, 1); in lpfc_rq_create()
17219 bf_set(lpfc_mbox_hdr_version, &shdr->request, in lpfc_rq_create()
17222 bf_set(lpfc_rq_context_rqe_count_1, in lpfc_rq_create()
17230 bf_set(lpfc_rq_context_rqe_size, &rq_create->u.request.context, in lpfc_rq_create()
17232 bf_set(lpfc_rq_context_page_size, &rq_create->u.request.context, in lpfc_rq_create()
17246 bf_set(lpfc_rq_context_rqe_count, in lpfc_rq_create()
17251 bf_set(lpfc_rq_context_rqe_count, in lpfc_rq_create()
17256 bf_set(lpfc_rq_context_rqe_count, in lpfc_rq_create()
17261 bf_set(lpfc_rq_context_rqe_count, in lpfc_rq_create()
17267 bf_set(lpfc_rq_context_buf_size, in lpfc_rq_create()
17271 bf_set(lpfc_rq_context_buf_size, in lpfc_rq_create()
17275 bf_set(lpfc_rq_context_cq_id, &rq_create->u.request.context, in lpfc_rq_create()
17277 bf_set(lpfc_mbx_rq_create_num_pages, &rq_create->u.request, in lpfc_rq_create()
17286 bf_set(lpfc_mbx_rq_create_dua, &rq_create->u.request, 1); in lpfc_rq_create()
17388 bf_set(lpfc_mbox_hdr_version, &shdr->request, LPFC_Q_CREATE_VERSION_2); in lpfc_mrq_create()
17408 bf_set(lpfc_mbx_rq_create_num_pages, in lpfc_mrq_create()
17411 bf_set(lpfc_mbx_rq_create_rq_cnt, in lpfc_mrq_create()
17413 bf_set(lpfc_mbx_rq_create_dnb, &rq_create->u.request, in lpfc_mrq_create()
17415 bf_set(lpfc_rq_context_base_cq, in lpfc_mrq_create()
17418 bf_set(lpfc_rq_context_data_size, in lpfc_mrq_create()
17421 bf_set(lpfc_rq_context_hdr_size, in lpfc_mrq_create()
17424 bf_set(lpfc_rq_context_rqe_count_1, in lpfc_mrq_create()
17427 bf_set(lpfc_rq_context_rqe_size, in lpfc_mrq_create()
17430 bf_set(lpfc_rq_context_page_size, in lpfc_mrq_create()
17544 bf_set(lpfc_mbx_eq_destroy_q_id, &mbox->u.mqe.un.eq_destroy.u.request, in lpfc_eq_destroy()
17601 bf_set(lpfc_mbx_cq_destroy_q_id, &mbox->u.mqe.un.cq_destroy.u.request, in lpfc_cq_destroy()
17656 bf_set(lpfc_mbx_mq_destroy_q_id, &mbox->u.mqe.un.mq_destroy.u.request, in lpfc_mq_destroy()
17711 bf_set(lpfc_mbx_wq_destroy_q_id, &mbox->u.mqe.un.wq_destroy.u.request, in lpfc_wq_destroy()
17769 bf_set(lpfc_mbx_rq_destroy_q_id, &mbox->u.mqe.un.rq_destroy.u.request, in lpfc_rq_destroy()
17787 bf_set(lpfc_mbx_rq_destroy_q_id, &mbox->u.mqe.un.rq_destroy.u.request, in lpfc_rq_destroy()
17859 bf_set(lpfc_post_sgl_pages_xri, post_sgl_pages, xritag); in lpfc_sli4_post_sgl()
17860 bf_set(lpfc_post_sgl_pages_xricnt, post_sgl_pages, 1); in lpfc_sli4_post_sgl()
18067 bf_set(lpfc_post_sgl_pages_xri, sgl, xritag_start); in lpfc_sli4_post_sgl_list()
18068 bf_set(lpfc_post_sgl_pages_xricnt, sgl, post_cnt); in lpfc_sli4_post_sgl_list()
18181 bf_set(lpfc_post_sgl_pages_xri, sgl, xritag_start); in lpfc_sli4_post_io_sgl_block()
18182 bf_set(lpfc_post_sgl_pages_xricnt, sgl, pg_pairs); in lpfc_sli4_post_io_sgl_block()
18891 bf_set(xmit_bls_rsp64_rjt_vspec, &icmd->xmit_bls_rsp, 0); in lpfc_sli4_seq_abort_rsp()
18892 bf_set(xmit_bls_rsp64_rjt_expc, &icmd->xmit_bls_rsp, in lpfc_sli4_seq_abort_rsp()
18894 bf_set(xmit_bls_rsp64_rjt_rsnc, &icmd->xmit_bls_rsp, in lpfc_sli4_seq_abort_rsp()
18904 bf_set(xmit_bls_rsp64_rjt_vspec, &icmd->xmit_bls_rsp, 0); in lpfc_sli4_seq_abort_rsp()
18905 bf_set(xmit_bls_rsp64_rjt_expc, &icmd->xmit_bls_rsp, in lpfc_sli4_seq_abort_rsp()
18907 bf_set(xmit_bls_rsp64_rjt_rsnc, &icmd->xmit_bls_rsp, in lpfc_sli4_seq_abort_rsp()
18917 bf_set(xmit_bls_rsp64_rxid, &icmd->xmit_bls_rsp, rxid); in lpfc_sli4_seq_abort_rsp()
18927 bf_set(xmit_bls_rsp64_oxid, &icmd->xmit_bls_rsp, oxid); in lpfc_sli4_seq_abort_rsp()
18928 bf_set(xmit_bls_rsp64_oxid, &icmd->xmit_bls_rsp, rxid); in lpfc_sli4_seq_abort_rsp()
18931 bf_set(wqe_els_did, &icmd->xmit_bls_rsp.wqe_dest, in lpfc_sli4_seq_abort_rsp()
18933 bf_set(xmit_bls_rsp64_temprpi, &icmd->xmit_bls_rsp, in lpfc_sli4_seq_abort_rsp()
18935 bf_set(wqe_cmnd, &icmd->generic.wqe_com, CMD_XMIT_BLS_RSP64_CX); in lpfc_sli4_seq_abort_rsp()
19083 bf_set(lpfc_wcqe_c_status, &first_iocbq->wcqe_cmpl, in lpfc_prep_seq()
19089 bf_set(els_rsp64_sid, &first_iocbq->wqe.xmit_els_rsp, in lpfc_prep_seq()
19093 bf_set(wqe_ctxt_tag, &first_iocbq->wqe.xmit_els_rsp.wqe_com, in lpfc_prep_seq()
19095 bf_set(wqe_rcvoxid, &first_iocbq->wqe.xmit_els_rsp.wqe_com, in lpfc_prep_seq()
19114 bf_set(wqe_els_did, &first_iocbq->wqe.xmit_els_rsp.wqe_dest, in lpfc_prep_seq()
19141 bf_set(lpfc_wcqe_c_status, in lpfc_prep_seq()
19167 bf_set(wqe_els_did, &iocbq->wqe.xmit_els_rsp.wqe_dest, in lpfc_prep_seq()
19297 bf_set(wqe_cmnd, &pwqe->generic.wqe_com, CMD_SEND_FRAME); in lpfc_sli4_handle_mds_loopback()
19298 bf_set(wqe_sof, &pwqe->generic.wqe_com, 0x2E); /* SOF byte */ in lpfc_sli4_handle_mds_loopback()
19299 bf_set(wqe_eof, &pwqe->generic.wqe_com, 0x41); /* EOF byte */ in lpfc_sli4_handle_mds_loopback()
19300 bf_set(wqe_lenloc, &pwqe->generic.wqe_com, 1); in lpfc_sli4_handle_mds_loopback()
19301 bf_set(wqe_xbl, &pwqe->generic.wqe_com, 1); in lpfc_sli4_handle_mds_loopback()
19302 bf_set(wqe_dbde, &pwqe->generic.wqe_com, 1); in lpfc_sli4_handle_mds_loopback()
19303 bf_set(wqe_xc, &pwqe->generic.wqe_com, 1); in lpfc_sli4_handle_mds_loopback()
19304 bf_set(wqe_cmd_type, &pwqe->generic.wqe_com, 0xA); in lpfc_sli4_handle_mds_loopback()
19305 bf_set(wqe_cqid, &pwqe->generic.wqe_com, LPFC_WQE_CQ_ID_DEFAULT); in lpfc_sli4_handle_mds_loopback()
19306 bf_set(wqe_xri_tag, &pwqe->generic.wqe_com, iocbq->sli4_xritag); in lpfc_sli4_handle_mds_loopback()
19307 bf_set(wqe_reqtag, &pwqe->generic.wqe_com, iocbq->iotag); in lpfc_sli4_handle_mds_loopback()
19308 bf_set(wqe_class, &pwqe->generic.wqe_com, CLASS3); in lpfc_sli4_handle_mds_loopback()
19493 bf_set(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, in lpfc_sli4_post_all_rpi_hdrs()
19546 bf_set(lpfc_mbx_post_hdr_tmpl_rpi_offset, hdr_tmpl, in lpfc_sli4_post_rpi_hdr()
19548 bf_set(lpfc_mbx_post_hdr_tmpl_page_cnt, in lpfc_sli4_post_rpi_hdr()
19719 bf_set(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); in lpfc_sli4_remove_rpis()
19947 bf_set(lpfc_fcf_record_mac_0, fcf_record, phba->fc_map[0]); in lpfc_sli4_build_dflt_fcf_record()
19948 bf_set(lpfc_fcf_record_mac_1, fcf_record, phba->fc_map[1]); in lpfc_sli4_build_dflt_fcf_record()
19949 bf_set(lpfc_fcf_record_mac_2, fcf_record, phba->fc_map[2]); in lpfc_sli4_build_dflt_fcf_record()
19950 bf_set(lpfc_fcf_record_mac_3, fcf_record, LPFC_FCOE_FCF_MAC3); in lpfc_sli4_build_dflt_fcf_record()
19951 bf_set(lpfc_fcf_record_mac_4, fcf_record, LPFC_FCOE_FCF_MAC4); in lpfc_sli4_build_dflt_fcf_record()
19952 bf_set(lpfc_fcf_record_mac_5, fcf_record, LPFC_FCOE_FCF_MAC5); in lpfc_sli4_build_dflt_fcf_record()
19953 bf_set(lpfc_fcf_record_fc_map_0, fcf_record, phba->fc_map[0]); in lpfc_sli4_build_dflt_fcf_record()
19954 bf_set(lpfc_fcf_record_fc_map_1, fcf_record, phba->fc_map[1]); in lpfc_sli4_build_dflt_fcf_record()
19955 bf_set(lpfc_fcf_record_fc_map_2, fcf_record, phba->fc_map[2]); in lpfc_sli4_build_dflt_fcf_record()
19956 bf_set(lpfc_fcf_record_fcf_valid, fcf_record, 1); in lpfc_sli4_build_dflt_fcf_record()
19957 bf_set(lpfc_fcf_record_fcf_avail, fcf_record, 1); in lpfc_sli4_build_dflt_fcf_record()
19958 bf_set(lpfc_fcf_record_fcf_index, fcf_record, fcf_index); in lpfc_sli4_build_dflt_fcf_record()
19959 bf_set(lpfc_fcf_record_mac_addr_prov, fcf_record, in lpfc_sli4_build_dflt_fcf_record()
20450 bf_set(lpfc_mbx_redisc_fcf_count, redisc_fcf, 0); in lpfc_sli4_redisc_fcf_table()
20826 bf_set(lpfc_wr_object_eof, &wr_object->u.request, 0); in lpfc_wr_object()
20837 bf_set(lpfc_wr_object_eof, &wr_object->u.request, 1); in lpfc_wr_object()
20838 bf_set(lpfc_wr_object_eas, &wr_object->u.request, 1); in lpfc_wr_object()
20848 bf_set(lpfc_wr_object_write_length, &wr_object->u.request, written); in lpfc_wr_object()
21157 bf_set(lpfc_sli4_sge_last, sgl, 1); in lpfc_wqe_bpl2sgl()
21159 bf_set(lpfc_sli4_sge_last, sgl, 0); in lpfc_wqe_bpl2sgl()
21177 bf_set(lpfc_sli4_sge_offset, sgl, offset); in lpfc_wqe_bpl2sgl()
21178 bf_set(lpfc_sli4_sge_type, sgl, in lpfc_wqe_bpl2sgl()
21183 bf_set(lpfc_sli4_sge_offset, sgl, 0); in lpfc_wqe_bpl2sgl()
21184 bf_set(lpfc_sli4_sge_type, sgl, in lpfc_wqe_bpl2sgl()
21189 bf_set(lpfc_sli4_sge_type, sgl, in lpfc_wqe_bpl2sgl()
21195 bf_set(lpfc_sli4_sge_offset, sgl, offset); in lpfc_wqe_bpl2sgl()
21210 bf_set(lpfc_sli4_sge_last, sgl, 1); in lpfc_wqe_bpl2sgl()
21251 bf_set(wqe_xri_tag, &pwqe->wqe.xmit_bls_rsp.wqe_com, in lpfc_sli4_issue_wqe()
21272 bf_set(wqe_cqid, &wqe->generic.wqe_com, qp->io_cq_map); in lpfc_sli4_issue_wqe()
21300 bf_set(wqe_xri_tag, &pwqe->wqe.xmit_bls_rsp.wqe_com, in lpfc_sli4_issue_wqe()
21302 bf_set(wqe_cqid, &wqe->generic.wqe_com, qp->io_cq_map); in lpfc_sli4_issue_wqe()
21361 bf_set(abort_cmd_ia, &abtswqe->abort_cmd, 1); in lpfc_sli4_issue_abort_iotag()
21362 bf_set(abort_cmd_criteria, &abtswqe->abort_cmd, T_XRI_TAG); in lpfc_sli4_issue_abort_iotag()
21365 bf_set(wqe_reqtag, &abtswqe->abort_cmd.wqe_com, abtsiocb->iotag); in lpfc_sli4_issue_abort_iotag()
21366 bf_set(wqe_cmnd, &abtswqe->abort_cmd.wqe_com, CMD_ABORT_XRI_CX); in lpfc_sli4_issue_abort_iotag()
21367 bf_set(wqe_xri_tag, &abtswqe->generic.wqe_com, 0); in lpfc_sli4_issue_abort_iotag()
21368 bf_set(wqe_qosd, &abtswqe->abort_cmd.wqe_com, 1); in lpfc_sli4_issue_abort_iotag()
21369 bf_set(wqe_lenloc, &abtswqe->abort_cmd.wqe_com, LPFC_WQE_LENLOC_NONE); in lpfc_sli4_issue_abort_iotag()
21370 bf_set(wqe_cmd_type, &abtswqe->abort_cmd.wqe_com, OTHER_COMMAND); in lpfc_sli4_issue_abort_iotag()
22107 bf_set(lpfc_mbox_hdr_version, &shdr->request, LPFC_Q_CREATE_VERSION_0); in lpfc_read_object()
22108 bf_set(lpfc_mbx_rd_object_rlen, &read_object->u.request, datasz); in lpfc_read_object()
22523 bf_set(els_req64_sp, &wqe->els_req, 1); in lpfc_sli_prep_wqe()
22524 bf_set(els_req64_sid, &wqe->els_req, in lpfc_sli_prep_wqe()
22530 bf_set(els_req64_sid, &wqe->els_req, 0); in lpfc_sli_prep_wqe()
22532 bf_set(wqe_ct, &wqe->els_req.wqe_com, 1); in lpfc_sli_prep_wqe()
22533 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com, in lpfc_sli_prep_wqe()
22536 bf_set(wqe_ct, &wqe->els_req.wqe_com, 0); in lpfc_sli_prep_wqe()
22537 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com, in lpfc_sli_prep_wqe()
22542 bf_set(wqe_temp_rpi, &wqe->els_req.wqe_com, in lpfc_sli_prep_wqe()
22545 bf_set(wqe_dbde, &wqe->els_req.wqe_com, 1); in lpfc_sli_prep_wqe()
22546 bf_set(wqe_iod, &wqe->els_req.wqe_com, LPFC_WQE_IOD_READ); in lpfc_sli_prep_wqe()
22547 bf_set(wqe_qosd, &wqe->els_req.wqe_com, 1); in lpfc_sli_prep_wqe()
22548 bf_set(wqe_lenloc, &wqe->els_req.wqe_com, LPFC_WQE_LENLOC_NONE); in lpfc_sli_prep_wqe()
22549 bf_set(wqe_ebde_cnt, &wqe->els_req.wqe_com, 0); in lpfc_sli_prep_wqe()
22561 bf_set(els_rsp64_sp, &wqe->xmit_els_rsp, 1); in lpfc_sli_prep_wqe()
22562 bf_set(els_rsp64_sid, &wqe->xmit_els_rsp, in lpfc_sli_prep_wqe()
22565 bf_set(wqe_els_did, in lpfc_sli_prep_wqe()
22571 bf_set(wqe_dbde, &wqe->xmit_els_rsp.wqe_com, 1); in lpfc_sli_prep_wqe()
22572 bf_set(wqe_iod, &wqe->xmit_els_rsp.wqe_com, LPFC_WQE_IOD_WRITE); in lpfc_sli_prep_wqe()
22573 bf_set(wqe_qosd, &wqe->xmit_els_rsp.wqe_com, 1); in lpfc_sli_prep_wqe()
22574 bf_set(wqe_lenloc, &wqe->xmit_els_rsp.wqe_com, in lpfc_sli_prep_wqe()
22576 bf_set(wqe_ebde_cnt, &wqe->xmit_els_rsp.wqe_com, 0); in lpfc_sli_prep_wqe()
22579 bf_set(els_rsp64_sp, &wqe->xmit_els_rsp, 1); in lpfc_sli_prep_wqe()
22580 bf_set(els_rsp64_sid, &wqe->xmit_els_rsp, in lpfc_sli_prep_wqe()
22582 bf_set(wqe_ct, &wqe->xmit_els_rsp.wqe_com, 1); in lpfc_sli_prep_wqe()
22586 bf_set(wqe_rsp_temp_rpi, &wqe->xmit_els_rsp, in lpfc_sli_prep_wqe()
22590 bf_set(wqe_ctxt_tag, &wqe->xmit_els_rsp.wqe_com, in lpfc_sli_prep_wqe()
22597 bf_set(wqe_dbde, &wqe->gen_req.wqe_com, 1); in lpfc_sli_prep_wqe()
22598 bf_set(wqe_iod, &wqe->gen_req.wqe_com, LPFC_WQE_IOD_READ); in lpfc_sli_prep_wqe()
22599 bf_set(wqe_qosd, &wqe->gen_req.wqe_com, 1); in lpfc_sli_prep_wqe()
22600 bf_set(wqe_lenloc, &wqe->gen_req.wqe_com, LPFC_WQE_LENLOC_NONE); in lpfc_sli_prep_wqe()
22601 bf_set(wqe_ebde_cnt, &wqe->gen_req.wqe_com, 0); in lpfc_sli_prep_wqe()
22606 bf_set(wqe_xo, &wqe->xmit_sequence.wge_ctl, 1); in lpfc_sli_prep_wqe()
22609 bf_set(wqe_pu, &wqe->xmit_sequence.wqe_com, 0); in lpfc_sli_prep_wqe()
22610 bf_set(wqe_dbde, &wqe->xmit_sequence.wqe_com, 1); in lpfc_sli_prep_wqe()
22611 bf_set(wqe_iod, &wqe->xmit_sequence.wqe_com, in lpfc_sli_prep_wqe()
22613 bf_set(wqe_lenloc, &wqe->xmit_sequence.wqe_com, in lpfc_sli_prep_wqe()
22615 bf_set(wqe_ebde_cnt, &wqe->xmit_sequence.wqe_com, 0); in lpfc_sli_prep_wqe()
22619 bf_set(xmit_bls_rsp64_seqcnthi, &wqe->xmit_bls_rsp, 0xffff); in lpfc_sli_prep_wqe()
22620 bf_set(wqe_xmit_bls_pt, &wqe->xmit_bls_rsp.wqe_dest, 0x1); in lpfc_sli_prep_wqe()
22621 bf_set(wqe_ct, &wqe->xmit_bls_rsp.wqe_com, 1); in lpfc_sli_prep_wqe()
22622 bf_set(wqe_ctxt_tag, &wqe->xmit_bls_rsp.wqe_com, in lpfc_sli_prep_wqe()
22624 bf_set(wqe_qosd, &wqe->xmit_bls_rsp.wqe_com, 1); in lpfc_sli_prep_wqe()
22625 bf_set(wqe_lenloc, &wqe->xmit_bls_rsp.wqe_com, in lpfc_sli_prep_wqe()
22644 bf_set(wqe_reqtag, &wqe->generic.wqe_com, job->iotag); in lpfc_sli_prep_wqe()
22645 bf_set(wqe_cmd_type, &wqe->generic.wqe_com, command_type); in lpfc_sli_prep_wqe()
22646 bf_set(wqe_cqid, &wqe->generic.wqe_com, LPFC_WQE_CQ_ID_DEFAULT); in lpfc_sli_prep_wqe()