Home
last modified time | relevance | path

Searched refs:ns_req (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1276 fc_ulp_port_ns(opaque_t port_handle, opaque_t pd, fc_ns_cmd_t *ns_req) in fc_ulp_port_ns() argument
1295 if (FC_IS_CMD_A_REG(ns_req->ns_cmd)) { in fc_ulp_port_ns()
1297 rval = fctl_update_host_ns_values(port, ns_req); in fc_ulp_port_ns()
1327 return (fctl_retrieve_host_ns_values(port, ns_req)); in fc_ulp_port_ns()
1333 ns_cmd = fctl_alloc_ns_cmd(ns_req->ns_req_len, in fc_ulp_port_ns()
1334 ns_req->ns_resp_len, ns_req->ns_resp_len, 0, KM_SLEEP); in fc_ulp_port_ns()
1336 ns_cmd->ns_cmd_code = ns_req->ns_cmd; in fc_ulp_port_ns()
1337 bcopy(ns_req->ns_req_payload, ns_cmd->ns_cmd_buf, in fc_ulp_port_ns()
1338 ns_req->ns_req_len); in fc_ulp_port_ns()
1345 if (ns_req->ns_resp_len >= ns_cmd->ns_data_len) { in fc_ulp_port_ns()
[all …]
H A Dfp.c9557 fc_ns_cmd_t *ns_req; in fp_fciocmd() local
9567 ns_req = kmem_zalloc(sizeof (*ns_req), KM_SLEEP); in fp_fciocmd()
9573 kmem_free(ns_req, sizeof (*ns_req)); in fp_fciocmd()
9578 ns_req->ns_flags = ns_req32->ns_flags; in fp_fciocmd()
9579 ns_req->ns_cmd = ns_req32->ns_cmd; in fp_fciocmd()
9580 ns_req->ns_req_len = ns_req32->ns_req_len; in fp_fciocmd()
9581 ns_req->ns_req_payload = ns_req32->ns_req_payload; in fp_fciocmd()
9582 ns_req->ns_resp_len = ns_req32->ns_resp_len; in fp_fciocmd()
9583 ns_req->ns_resp_payload = ns_req32->ns_resp_payload; in fp_fciocmd()
9584 ns_req->ns_fctl_private = ns_req32->ns_fctl_private; in fp_fciocmd()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h728 fc_ns_cmd_t *ns_req);
730 fc_ns_cmd_t *ns_req);
H A Dfc_ulpif.h158 int fc_ulp_port_ns(opaque_t port_handle, opaque_t pd, fc_ns_cmd_t *ns_req);