Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_enc_ses.c2491 int err, offset, physz; in ses_get_elm_addlstatus_sas_type0() local
2517 physz = addl->proto_hdr.sas->base_hdr.num_phys; in ses_get_elm_addlstatus_sas_type0()
2518 physz *= sizeof(struct ses_elm_sas_device_phy); in ses_get_elm_addlstatus_sas_type0()
2519 if (physz > (bufsiz - offset + 4)) { in ses_get_elm_addlstatus_sas_type0()
2550 int err, offset, physz; in ses_get_elm_addlstatus_sas_type1() local
2572 physz = addl->proto_hdr.sas->base_hdr.num_phys * in ses_get_elm_addlstatus_sas_type1()
2574 if (physz > (bufsiz - offset)) { in ses_get_elm_addlstatus_sas_type1()
2584 physz = addl->proto_hdr.sas->base_hdr.num_phys * in ses_get_elm_addlstatus_sas_type1()
2586 if (physz > (bufsiz - offset + 4)) { in ses_get_elm_addlstatus_sas_type1()