Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1275 fc_ulp_port_ns(opaque_t port_handle, opaque_t pd, fc_ns_cmd_t *ns_req) in fc_ulp_port_ns() argument
1294 if (FC_IS_CMD_A_REG(ns_req->ns_cmd)) { in fc_ulp_port_ns()
1296 rval = fctl_update_host_ns_values(port, ns_req); in fc_ulp_port_ns()
1326 return (fctl_retrieve_host_ns_values(port, ns_req)); in fc_ulp_port_ns()
1332 ns_cmd = fctl_alloc_ns_cmd(ns_req->ns_req_len, in fc_ulp_port_ns()
1333 ns_req->ns_resp_len, ns_req->ns_resp_len, 0, KM_SLEEP); in fc_ulp_port_ns()
1335 ns_cmd->ns_cmd_code = ns_req->ns_cmd; in fc_ulp_port_ns()
1336 bcopy(ns_req->ns_req_payload, ns_cmd->ns_cmd_buf, in fc_ulp_port_ns()
1337 ns_req->ns_req_len); in fc_ulp_port_ns()
1344 if (ns_req->ns_resp_len >= ns_cmd->ns_data_len) { in fc_ulp_port_ns()
[all …]
H A Dfp.c9553 fc_ns_cmd_t *ns_req; in fp_fciocmd() local
9563 ns_req = kmem_zalloc(sizeof (*ns_req), KM_SLEEP); in fp_fciocmd()
9569 kmem_free(ns_req, sizeof (*ns_req)); in fp_fciocmd()
9574 ns_req->ns_flags = ns_req32->ns_flags; in fp_fciocmd()
9575 ns_req->ns_cmd = ns_req32->ns_cmd; in fp_fciocmd()
9576 ns_req->ns_req_len = ns_req32->ns_req_len; in fp_fciocmd()
9577 ns_req->ns_req_payload = ns_req32->ns_req_payload; in fp_fciocmd()
9578 ns_req->ns_resp_len = ns_req32->ns_resp_len; in fp_fciocmd()
9579 ns_req->ns_resp_payload = ns_req32->ns_resp_payload; in fp_fciocmd()
9580 ns_req->ns_fctl_private = ns_req32->ns_fctl_private; in fp_fciocmd()
[all …]
/titanic_41/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);