Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h311 uint32_t ns_data_len; /* User buffer length */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1345 if (ns_req->ns_resp_len >= ns_cmd->ns_data_len) { in fc_ulp_port_ns()
1347 ns_cmd->ns_data_len); in fc_ulp_port_ns()
5277 ns_cmd->ns_data_len = data_len; in fctl_alloc_ns_cmd()
5291 if (ns_cmd->ns_data_len && ns_cmd->ns_data_buf) { in fctl_free_ns_cmd()
5292 kmem_free(ns_cmd->ns_data_buf, ns_cmd->ns_data_len); in fctl_free_ns_cmd()
H A Dfp.c9643 ns_cmd->ns_data_len, mode)) { in fp_fciocmd()
13353 if (xfer_len <= ns_cmd->ns_data_len) { in fp_ns_query_handler()
13649 ns_cmd->ns_data_len = sizeof (**map) * (*len); in fp_ns_getmap()
13664 ns_cmd->ns_data_len = 0; in fp_ns_getmap()