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 in struct:fctl_ns_req
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5262 ns_cmd->ns_cmd_size = cmd_len;
5287 if (ns_cmd->ns_cmd_size && ns_cmd->ns_cmd_buf) {
5288 kmem_free(ns_cmd->ns_cmd_buf, ns_cmd->ns_cmd_size);
H A Dfp.c12907 if (ns_cmd->ns_cmd_size == 0) {
12912 ns_cmd->ns_cmd_size, sizeof (fc_ct_header_t) +
12919 ns_cmd->ns_cmd_size, ns_cmd->ns_resp_size, job);

Completed in 81 milliseconds