Home
last modified time | relevance | path

Searched refs:page_length (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_linkapp.h160 page_length : 8, member
165 page_length : 8,
175 uint8_t page_length; member
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c2840 uint8_t page_length; in sbd_handle_inquiry() local
2889 page_length = 69; in sbd_handle_inquiry()
3002 page_length += 1; in sbd_handle_inquiry()
3005 p[3] = page_length; in sbd_handle_inquiry()
3030 page_length = 4; in sbd_handle_inquiry()
3035 p[3] = page_length; in sbd_handle_inquiry()
3094 page_length = 0x3c; in sbd_handle_inquiry()
3098 p[3] = page_length; in sbd_handle_inquiry()
3111 page_length = 0x3c; in sbd_handle_inquiry()
3114 p[3] = page_length; in sbd_handle_inquiry()
[all …]
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcal_linkapp.h243 uchar_t page_length; member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c269 config->page_length); in mptsas_start_config_page_access()
276 length = config->page_length * 4; in mptsas_start_config_page_access()
422 config.page_length = ddi_get8(mpt->m_acc_reply_frame_hdl, in mptsas_access_config_page()
448 len = (config.page_length * 4); in mptsas_access_config_page()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h404 uint8_t page_length; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c1443 FCOE_V2B_1(els_prli->page_length, FPLD + offset); in fcoei_fill_els_prli_cmd()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2444 uint8_t page_length; member
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c5310 uchar_t page_length = 0xff; /* Use max possible length */ in sd_check_vpd_page_support() local
5328 page_list = kmem_zalloc(page_length, KM_SLEEP); in sd_check_vpd_page_support()
5330 rval = sd_send_scsi_INQUIRY(ssc, page_list, page_length, evpd, in sd_check_vpd_page_support()
5397 kmem_free(page_list, page_length); in sd_check_vpd_page_support()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c5282 prli.page_length = 0x10; /* huh? */ in fcp_send_els()
5643 prli.page_length = 0x10; in fcp_unsol_prli()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c11375 (req->page_length != sizeof (service_parameter_page_t))) { in fp_handle_unsol_prlo()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c5828 acc.page_length = 0x10; in ql_els_prli()