Searched refs:rqs_entry_count (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | isp_target.c | 517 el.le_header.rqs_entry_count = 1; in isp_lun_cmd() 594 atun._atio2.at_header.rqs_entry_count = 1; in isp_target_put_atio() 610 atun._atio.at_header.rqs_entry_count = 1; in isp_target_put_atio() 675 cto->ct_header.rqs_entry_count = 1; in isp_endcmd() 722 cto->ct_header.rqs_entry_count = 1; in isp_endcmd() 764 cto->ct_header.rqs_entry_count = 1; in isp_endcmd() 1107 na->na_header.rqs_entry_count = 1; in isp_notify_ack() 1138 na->na_header.rqs_entry_count = 1; in isp_notify_ack() 1162 na->na_header.rqs_entry_count = 1; in isp_notify_ack()
|
H A D | isp_library.c | 156 crq->req_header.rqs_entry_count = 1; in isp_send_cmd() 162 crq->req_header.rqs_entry_count = 1; in isp_send_cmd() 187 ((isphdr_t *)fqe)->rqs_entry_count = nqe; in isp_send_cmd() 575 vp->vp_mod_hdr.rqs_entry_count = 1; in isp_fc_change_role() 742 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_type, &hpdst->rqs_entry_count); in isp_put_hdr() 743 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_count, &hpdst->rqs_entry_type); in isp_put_hdr() 748 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_count, &hpdst->rqs_entry_count); in isp_put_hdr() 758 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_type, hpdst->rqs_entry_count); in isp_get_hdr() 759 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_count, hpdst->rqs_entry_type); in isp_get_hdr() 764 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_count, hpdst->rqs_entry_count); in isp_get_hdr() [all …]
|
H A D | isp.c | 2105 plp->plogx_header.rqs_entry_count = 1; in isp_plogx() 3268 pt->ctp_header.rqs_entry_count = 1; in isp_gid_ft_ct_passthru() 4049 pt->ctp_header.rqs_entry_count = 1; in isp_register_fc4_type_24xx() 4294 m->mrk_header.rqs_entry_count = 1; in isp_start() 4300 m->mrk_header.rqs_entry_count = 1; in isp_start() 4311 reqp->req_header.rqs_entry_count = 1; in isp_start() 4537 tmf->tmf_header.rqs_entry_count = 1; in isp_control() 4639 ab->abrt_header.rqs_entry_count = 1; in isp_control()
|
H A D | isp_netbsd.c | 895 mp->mrk_header.rqs_entry_count = 1; in isp_dog()
|
H A D | ispmbox.h | 319 uint8_t rqs_entry_count; member
|