Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_reg.h236 uint8_t sgl_type:4; /* SGL descriptor type */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c2772 uint32_t sgl_type, uint32_t *pcnt) in emlxs_pkt_to_sgl() argument
2788 last = sgl_type & SGL_LAST; in emlxs_pkt_to_sgl()
2789 sgl_type &= ~SGL_LAST; in emlxs_pkt_to_sgl()
2792 switch (sgl_type) { in emlxs_pkt_to_sgl()
2817 switch (sgl_type) { in emlxs_pkt_to_sgl()
2865 if (sgl_type == SGL_DATA) { in emlxs_pkt_to_sgl()