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

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_reg.h190 uint8_t sgl_type:4; /* SGL descriptor type */ member in struct:__anon517
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c2414 uint32_t sgl_type, uint32_t *pcnt)
2430 last = sgl_type & SGL_LAST;
2431 sgl_type &= ~SGL_LAST;
2434 switch (sgl_type) {
2459 switch (sgl_type) {
2507 if (sgl_type == SGL_DATA) {
2413 emlxs_pkt_to_sgl(emlxs_port_t *port, fc_packet_t *pkt, ULP_SGE64 *sge, uint32_t sgl_type, uint32_t *pcnt) argument

Completed in 62 milliseconds