Lines Matching defs:port_handle

99 	opaque_t		port_handle;
127 opaque_t port_handle, dev_t dev, int cmd,
131 opaque_t port_handle, fc_unsol_buf_t *payload,
134 opaque_t port_handle, fc_unsol_buf_t *buf,
137 opaque_t port_handle, uint32_t statec,
150 int fc_ulp_init_packet(opaque_t port_handle, fc_packet_t *pkt, int sleep);
151 int fc_ulp_uninit_packet(opaque_t port_handle, fc_packet_t *pkt);
152 int fc_ulp_getportmap(opaque_t port_handle, fc_portmap_t **map,
154 int fc_ulp_login(opaque_t port_handle, fc_packet_t **ulp_pkt,
156 opaque_t fc_ulp_get_remote_port(opaque_t port_handle, la_wwn_t *pwwn,
158 int fc_ulp_port_ns(opaque_t port_handle, opaque_t pd, fc_ns_cmd_t *ns_req);
159 int fc_ulp_transport(opaque_t port_handle, fc_packet_t *pkt);
160 int fc_ulp_issue_els(opaque_t port_handle, fc_packet_t *pkt);
161 int fc_ulp_uballoc(opaque_t port_handle, uint32_t *count,
163 int fc_ulp_ubfree(opaque_t port_handle, uint32_t count,
165 int fc_ulp_ubrelease(opaque_t port_handle, uint32_t count,
167 int fc_ulp_abort(opaque_t port_handle, fc_packet_t *pkt, int flags);
168 int fc_ulp_linkreset(opaque_t port_handle, la_wwn_t *pwwn, int sleep);
169 int fc_ulp_port_reset(opaque_t port_handle, uint32_t cmd);
170 int fc_ulp_get_port_login_params(opaque_t port_handle,
172 int fc_ulp_get_port_instance(opaque_t port_handle);
178 int fc_ulp_get_pwwn_by_did(opaque_t port_handle, fc_portid_t d_id,
180 int fc_ulp_pwwn_to_portmap(opaque_t port_handle, la_wwn_t *bytes,
182 opaque_t fc_ulp_get_fca_device(opaque_t port_handle, fc_portid_t d_id);
183 int fc_ulp_port_notify(opaque_t port_handle, uint32_t cmd);
186 int fc_ulp_busy_port(opaque_t port_handle);
187 void fc_ulp_idle_port(opaque_t port_handle);
190 uint32_t fc_ulp_get_rscn_count(opaque_t port_handle);
191 void fc_ulp_hold_remote_port(opaque_t port_handle);
192 int fc_ulp_get_npiv_port_list(opaque_t port_handle, char *pathList);
193 int fc_ulp_get_npiv_port_num(opaque_t port_handle);
194 void fc_ulp_log_device_event(opaque_t port_handle, int type);