Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h430 fctl_ns_req_t *fctl_alloc_ns_cmd(uint32_t cmd_len, uint32_t resp_len,
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c7138 ns_cmd = fctl_alloc_ns_cmd(sizeof (ns_req_gid_pt_t), in fp_ns_get_devcount()
7158 ns_cmd = fctl_alloc_ns_cmd(sizeof (ns_req_gan_t), in fp_ns_get_devcount()
8376 ns_cmd = fctl_alloc_ns_cmd(sizeof (ns_req_gan_t), in fp_fciocmd()
8688 ns_cmd = fctl_alloc_ns_cmd( in fp_fciocmd()
9609 ns_cmd = fctl_alloc_ns_cmd(ns_req->ns_req_len, in fp_fciocmd()
10139 ns_cmd = fctl_alloc_ns_cmd(sizeof (ns_req_gid_pn_t), in fp_fabric_online()
11577 ns_cmd = fctl_alloc_ns_cmd( in fp_handle_unsol_logo()
12365 ns_cmd = fctl_alloc_ns_cmd(sizeof (ns_req_gpn_id_t), in fp_handle_unsol_rscn()
12673 ns_cmd = fctl_alloc_ns_cmd(sizeof (ns_req_gid_pn_t), in fp_remote_lip()
12699 ns_cmd = fctl_alloc_ns_cmd(sizeof (ns_req_gpt_id_t), in fp_remote_lip()
[all …]
H A Dfctl.c1190 ns_cmd = fctl_alloc_ns_cmd(sizeof (ns_req_gid_pn_t), in fc_ulp_get_remote_port()
1217 ns_cmd = fctl_alloc_ns_cmd(sizeof (ns_req_gan_t), in fc_ulp_get_remote_port()
1332 ns_cmd = fctl_alloc_ns_cmd(ns_req->ns_req_len, in fc_ulp_port_ns()
5246 fctl_alloc_ns_cmd(uint32_t cmd_len, uint32_t resp_len, uint32_t data_len, in fctl_alloc_ns_cmd() function