Lines Matching refs:wrb

162 	struct be_mcc_wrb *wrb;  in be_cmd_modify_eq_delay()  local
174 wrb = wrb_from_mccq(phba); in be_cmd_modify_eq_delay()
175 req = embedded_payload(wrb); in be_cmd_modify_eq_delay()
177 wrb->tag0 |= tag; in be_cmd_modify_eq_delay()
178 be_wrb_hdr_prepare(wrb, sizeof(*req), true, 0); in be_cmd_modify_eq_delay()
210 struct be_mcc_wrb *wrb; in mgmt_reopen_session() local
225 wrb = wrb_from_mccq(phba); in mgmt_reopen_session()
226 req = embedded_payload(wrb); in mgmt_reopen_session()
227 wrb->tag0 |= tag; in mgmt_reopen_session()
228 be_wrb_hdr_prepare(wrb, sizeof(*req), true, 0); in mgmt_reopen_session()
245 struct be_mcc_wrb *wrb; in mgmt_get_boot_target() local
260 wrb = wrb_from_mccq(phba); in mgmt_get_boot_target()
261 req = embedded_payload(wrb); in mgmt_get_boot_target()
262 wrb->tag0 |= tag; in mgmt_get_boot_target()
263 be_wrb_hdr_prepare(wrb, sizeof(*req), true, 0); in mgmt_get_boot_target()
278 struct be_mcc_wrb *wrb; in mgmt_get_session_info() local
298 wrb = wrb_from_mccq(phba); in mgmt_get_session_info()
299 sge = nonembedded_sgl(wrb); in mgmt_get_session_info()
300 wrb->tag0 |= tag; in mgmt_get_session_info()
303 wrb->tag0 |= tag; in mgmt_get_session_info()
304 be_wrb_hdr_prepare(wrb, sizeof(*req), false, 1); in mgmt_get_session_info()
333 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in mgmt_get_fw_config() local
334 struct be_fw_cfg *req = embedded_payload(wrb); in mgmt_get_fw_config()
338 memset(wrb, 0, sizeof(*wrb)); in mgmt_get_fw_config()
340 be_wrb_hdr_prepare(wrb, sizeof(*req), true, 0); in mgmt_get_fw_config()
426 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in mgmt_check_supported_fw() local
428 struct be_sge *sge = nonembedded_sgl(wrb); in mgmt_check_supported_fw()
444 memset(wrb, 0, sizeof(*wrb)); in mgmt_check_supported_fw()
445 be_wrb_hdr_prepare(wrb, sizeof(*req), false, 1); in mgmt_check_supported_fw()
487 struct be_mcc_wrb *wrb; in mgmt_vendor_specific_fw_cmd() local
534 wrb = wrb_from_mccq(phba); in mgmt_vendor_specific_fw_cmd()
535 mcc_sge = nonembedded_sgl(wrb); in mgmt_vendor_specific_fw_cmd()
536 be_wrb_hdr_prepare(wrb, nonemb_cmd->size, false, in mgmt_vendor_specific_fw_cmd()
541 wrb->tag0 |= tag; in mgmt_vendor_specific_fw_cmd()
561 struct be_mcc_wrb *wrb = wrb_from_mccq(phba); in mgmt_epfw_cleanup() local
562 struct iscsi_cleanup_req *req = embedded_payload(wrb); in mgmt_epfw_cleanup()
567 be_wrb_hdr_prepare(wrb, sizeof(*req), true, 0); in mgmt_epfw_cleanup()
590 struct be_mcc_wrb *wrb; in mgmt_invalidate_icds() local
604 wrb = wrb_from_mccq(phba); in mgmt_invalidate_icds()
605 sge = nonembedded_sgl(wrb); in mgmt_invalidate_icds()
606 wrb->tag0 |= tag; in mgmt_invalidate_icds()
608 be_wrb_hdr_prepare(wrb, sizeof(*req), false, 1); in mgmt_invalidate_icds()
636 struct be_mcc_wrb *wrb; in mgmt_invalidate_connection() local
646 wrb = wrb_from_mccq(phba); in mgmt_invalidate_connection()
647 wrb->tag0 |= tag; in mgmt_invalidate_connection()
648 req = embedded_payload(wrb); in mgmt_invalidate_connection()
650 be_wrb_hdr_prepare(wrb, sizeof(*req), true, 0); in mgmt_invalidate_connection()
670 struct be_mcc_wrb *wrb; in mgmt_upload_connection() local
680 wrb = wrb_from_mccq(phba); in mgmt_upload_connection()
681 req = embedded_payload(wrb); in mgmt_upload_connection()
682 wrb->tag0 |= tag; in mgmt_upload_connection()
684 be_wrb_hdr_prepare(wrb, sizeof(*req), true, 0); in mgmt_upload_connection()
714 struct be_mcc_wrb *wrb; in mgmt_open_connection() local
741 wrb = wrb_from_mccq(phba); in mgmt_open_connection()
742 sge = nonembedded_sgl(wrb); in mgmt_open_connection()
746 wrb->tag0 |= tag; in mgmt_open_connection()
748 be_wrb_hdr_prepare(wrb, nonemb_cmd->size, false, 1); in mgmt_open_connection()
812 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in mgmt_get_all_if_id() local
813 struct be_cmd_get_all_if_id_req *req = embedded_payload(wrb); in mgmt_get_all_if_id()
817 memset(wrb, 0, sizeof(*wrb)); in mgmt_get_all_if_id()
821 be_wrb_hdr_prepare(wrb, sizeof(*req), true, 0); in mgmt_get_all_if_id()
850 struct be_mcc_wrb *wrb; in mgmt_exec_nonemb_cmd() local
863 wrb = wrb_from_mccq(phba); in mgmt_exec_nonemb_cmd()
864 wrb->tag0 |= tag; in mgmt_exec_nonemb_cmd()
865 sge = nonembedded_sgl(wrb); in mgmt_exec_nonemb_cmd()
867 be_wrb_hdr_prepare(wrb, nonemb_cmd->size, false, 1); in mgmt_exec_nonemb_cmd()
1249 struct be_mcc_wrb *wrb; in be_cmd_get_initname() local
1260 wrb = wrb_from_mccq(phba); in be_cmd_get_initname()
1261 req = embedded_payload(wrb); in be_cmd_get_initname()
1262 wrb->tag0 |= tag; in be_cmd_get_initname()
1263 be_wrb_hdr_prepare(wrb, sizeof(*req), true, 0); in be_cmd_get_initname()
1276 struct be_mcc_wrb *wrb; in be_cmd_get_port_speed() local
1287 wrb = wrb_from_mccq(phba); in be_cmd_get_port_speed()
1288 req = embedded_payload(wrb); in be_cmd_get_port_speed()
1289 wrb->tag0 |= tag; in be_cmd_get_port_speed()
1290 be_wrb_hdr_prepare(wrb, sizeof(*req), true, 0); in be_cmd_get_port_speed()
1318 struct be_mcc_wrb *wrb; in be_mgmt_get_boot_shandle() local
1333 rc = beiscsi_mccq_compl(phba, tag, &wrb, NULL); in be_mgmt_get_boot_shandle()
1341 boot_resp = embedded_payload(wrb); in be_mgmt_get_boot_shandle()