Searched refs:descriptor_length (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/isci/scil/
H A Dsati_unmap.c231 U32 descriptor_length; local
288 descriptor_length = (unmap_param_list[2] << 8) | unmap_param_list[3];
291 if (descriptor_length == 0)
297 if ((U32)(unmap_length - SATI_UNMAP_SIZEOF_SCSI_UNMAP_PARAMETER_LIST) < descriptor_length)
313 descriptor_length/SATI_UNMAP_SIZEOF_SCSI_UNMAP_BLOCK_DESCRIPTOR;
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.h2635 descriptor_length:8, member in struct:sli4_resource_descriptor_v1_s
2642 descriptor_length:8, member in struct:sli4_pcie_resource_descriptor_v1_s
2667 descriptor_length:8, member in struct:sli4_isap_resource_descriptor_v1_s
H A Docs_hw.c7190 desc_p = (sli4_resource_descriptor_v1_t *) ((uint8_t *)desc_p + desc_p->descriptor_length);
7376 desc_p = (sli4_resource_descriptor_v1_t *) ((uint8_t *)desc_p + desc_p->descriptor_length);
7454 desc_p = (sli4_resource_descriptor_v1_t *) ((uint8_t *)desc_p + desc_p->descriptor_length);
7460 isap_desc_p->descriptor_length = sizeof(sli4_isap_resouce_descriptor_v1_t);

Completed in 159 milliseconds