Searched refs:smi_payload (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_ioc.h112 uint8_t smi_payload[256]; member in struct:sfxge_mcdi_ioc_s
144 uint8_t smi_payload[1024]; member in struct:sfxge_mcdi2_ioc_s
H A Dsfxge_mcdi.c386 out = kmem_zalloc(sizeof (smip->smi_payload), KM_NOSLEEP);
393 emr.emr_in_buf = smip->smi_payload;
397 emr.emr_out_length = sizeof (smip->smi_payload);
404 bcopy(out, smip->smi_payload, smip->smi_len);
418 kmem_free(out, sizeof (smip->smi_payload));
450 out = kmem_zalloc(sizeof (smip->smi_payload), KM_NOSLEEP);
457 emr.emr_in_buf = smip->smi_payload;
461 emr.emr_out_length = sizeof (smip->smi_payload);
468 bcopy(out, smip->smi_payload, smip->smi_len);
482 kmem_free(out, sizeof (smip->smi_payload));
[all...]

Completed in 59 milliseconds