Home
last modified time | relevance | path

Searched refs:rqs_entry_count (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/dev/isp/
HDisp_target.c505 el.le_header.rqs_entry_count = 1; in isp_lun_cmd()
582 atun._atio2.at_header.rqs_entry_count = 1; in isp_target_put_atio()
598 atun._atio.at_header.rqs_entry_count = 1; in isp_target_put_atio()
663 cto->ct_header.rqs_entry_count = 1; in isp_endcmd()
710 cto->ct_header.rqs_entry_count = 1; in isp_endcmd()
752 cto->ct_header.rqs_entry_count = 1; in isp_endcmd()
1075 na->na_header.rqs_entry_count = 1; in isp_notify_ack()
1133 na->na_header.rqs_entry_count = 1; in isp_notify_ack()
1157 na->na_header.rqs_entry_count = 1; in isp_notify_ack()
HDisp_library.c158 crq->req_header.rqs_entry_count = 1; in isp_send_cmd()
164 crq->req_header.rqs_entry_count = 1; in isp_send_cmd()
189 ((isphdr_t *)fqe)->rqs_entry_count = nqe; in isp_send_cmd()
641 vp->vp_mod_hdr.rqs_entry_count = 1; in isp_fc_change_role()
808 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_type, &hpdst->rqs_entry_count); in isp_put_hdr()
809 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_count, &hpdst->rqs_entry_type); in isp_put_hdr()
814 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_count, &hpdst->rqs_entry_count); in isp_put_hdr()
824 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_type, hpdst->rqs_entry_count); in isp_get_hdr()
825 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_count, hpdst->rqs_entry_type); in isp_get_hdr()
830 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_count, hpdst->rqs_entry_count); in isp_get_hdr()
[all …]
HDisp_freebsd.c610 tmf->tmf_header.rqs_entry_count = 1; in ispioctl()
1728 cto->ct_header.rqs_entry_count = 1; in isp_target_start_ctio()
1878 cto->ct_header.rqs_entry_count = 1; in isp_target_start_ctio()
2024 cto->ct_header.rqs_entry_count = 1; in isp_target_start_ctio()
2164 at->at_header.rqs_entry_count = 1; in isp_target_putback_atio()
2178 at->at_header.rqs_entry_count = 1; in isp_target_putback_atio()
3315 cto->ct_header.rqs_entry_count = 1; in isp_handle_platform_target_notify_ack()
3343 cto->ct_header.rqs_entry_count = 1; in isp_handle_platform_target_notify_ack()
HDisp.c2291 plp->plogx_header.rqs_entry_count = 1; in isp_plogx()
3421 pt->ctp_header.rqs_entry_count = 1; in isp_gid_ft_ct_passthru()
4180 pt->ctp_header.rqs_entry_count = 1; in isp_register_fc4_type_24xx()
4426 m->mrk_header.rqs_entry_count = 1; in isp_start()
4432 m->mrk_header.rqs_entry_count = 1; in isp_start()
4443 reqp->req_header.rqs_entry_count = 1; in isp_start()
4704 tmf->tmf_header.rqs_entry_count = 1; in isp_control()
4794 ab->abrt_header.rqs_entry_count = 1; in isp_control()
HDispmbox.h318 uint8_t rqs_entry_count; member