Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h308 uint16_t ns_cmd_size; /* NS command length */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5263 ns_cmd->ns_cmd_size = cmd_len; in fctl_alloc_ns_cmd()
5288 if (ns_cmd->ns_cmd_size && ns_cmd->ns_cmd_buf) { in fctl_free_ns_cmd()
5289 kmem_free(ns_cmd->ns_cmd_buf, ns_cmd->ns_cmd_size); in fctl_free_ns_cmd()
H A Dfp.c12911 if (ns_cmd->ns_cmd_size == 0) { in fp_ns_query()
12916 ns_cmd->ns_cmd_size, sizeof (fc_ct_header_t) + in fp_ns_query()
12923 ns_cmd->ns_cmd_size, ns_cmd->ns_resp_size, job); in fp_ns_query()