Home
last modified time | relevance | path

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

/illumos-gate/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,
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c7139 ns_cmd = fctl_alloc_ns_cmd(sizeof (ns_req_gid_pt_t), in fp_ns_get_devcount()
7159 ns_cmd = fctl_alloc_ns_cmd(sizeof (ns_req_gan_t), in fp_ns_get_devcount()
8380 ns_cmd = fctl_alloc_ns_cmd(sizeof (ns_req_gan_t), in fp_fciocmd()
8692 ns_cmd = fctl_alloc_ns_cmd( in fp_fciocmd()
9613 ns_cmd = fctl_alloc_ns_cmd(ns_req->ns_req_len, in fp_fciocmd()
10143 ns_cmd = fctl_alloc_ns_cmd(sizeof (ns_req_gid_pn_t), in fp_fabric_online()
11581 ns_cmd = fctl_alloc_ns_cmd( in fp_handle_unsol_logo()
12369 ns_cmd = fctl_alloc_ns_cmd(sizeof (ns_req_gpn_id_t), in fp_handle_unsol_rscn()
12677 ns_cmd = fctl_alloc_ns_cmd(sizeof (ns_req_gid_pn_t), in fp_remote_lip()
12703 ns_cmd = fctl_alloc_ns_cmd(sizeof (ns_req_gpt_id_t), in fp_remote_lip()
[all …]
H A Dfctl.c1191 ns_cmd = fctl_alloc_ns_cmd(sizeof (ns_req_gid_pn_t), in fc_ulp_get_remote_port()
1218 ns_cmd = fctl_alloc_ns_cmd(sizeof (ns_req_gan_t), in fc_ulp_get_remote_port()
1333 ns_cmd = fctl_alloc_ns_cmd(ns_req->ns_req_len, in fc_ulp_port_ns()
5247 fctl_alloc_ns_cmd(uint32_t cmd_len, uint32_t resp_len, uint32_t data_len, in fctl_alloc_ns_cmd() function