Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h310 caddr_t ns_data_buf; /* User buffer */ member
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c7212 port->fp_total_devices = *((int *)ns_cmd->ns_data_buf); in fp_ns_get_devcount()
8430 if (fp_copyout((void *)ns_cmd->ns_data_buf, in fp_fciocmd()
9637 if (ddi_copyout(ns_cmd->ns_data_buf, in fp_fciocmd()
10166 ns_cmd->ns_data_buf)->pid.port_id = 0; in fp_fabric_online()
10168 ns_cmd->ns_data_buf)->pid.priv_lilp_posit = 0; in fp_fabric_online()
10173 BE_32(*((uint32_t *)ns_cmd->ns_data_buf)); in fp_fabric_online()
10285 ns_cmd->ns_data_buf)->pid.port_id = 0; in fp_fabric_online()
10287 ((ns_resp_gid_pn_t *)ns_cmd->ns_data_buf)-> in fp_fabric_online()
10319 d_id = BE_32(*((uint32_t *)ns_cmd->ns_data_buf)); in fp_fabric_online()
12689 bcopy(ns_cmd->ns_data_buf, (caddr_t)&d_id, sizeof (d_id)); in fp_remote_lip()
[all …]
H A Dfctl.c1214 d_id = ((ns_resp_gid_pn_t *)ns_cmd->ns_data_buf)->pid.port_id; in fc_ulp_get_remote_port()
1345 bcopy(ns_cmd->ns_data_buf, ns_req->ns_resp_payload, in fc_ulp_port_ns()
5268 ns_cmd->ns_data_buf = kmem_zalloc(data_len, sleep); in fctl_alloc_ns_cmd()
5269 if (ns_cmd->ns_data_buf == NULL) { in fctl_alloc_ns_cmd()
5290 if (ns_cmd->ns_data_len && ns_cmd->ns_data_buf) { in fctl_free_ns_cmd()
5291 kmem_free(ns_cmd->ns_data_buf, ns_cmd->ns_data_len); in fctl_free_ns_cmd()