Home
last modified time | relevance | path

Searched refs:dev_cnt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c367 uint32_t dev_cnt, uint32_t port_sid);
428 fc_portmap_t devlist[], uint32_t dev_cnt, int link_cnt,
585 uint32_t *dev_cnt);
4299 uint32_t dev_cnt, uint32_t port_sid) in fcp_statec_callback() argument
4315 dev_cnt, port_top); in fcp_statec_callback()
4350 if (dev_cnt) { in fcp_statec_callback()
4353 map_len = sizeof (*map_tag) * dev_cnt; in fcp_statec_callback()
4396 if ((pptr->port_state & FCP_STATE_OFFLINE) && dev_cnt) { in fcp_statec_callback()
4402 pptr->port_tmp_cnt += dev_cnt; in fcp_statec_callback()
4406 fcp_handle_devices(pptr, devlist, dev_cnt, in fcp_statec_callback()
[all …]
H A Dfcsm.c1231 uint32_t port_top, fc_portmap_t *devlist, uint32_t dev_cnt, in fcsm_statec_cb() argument
1271 fcsm_topology_to_str(port_top), port_top, dev_cnt)); in fcsm_statec_cb()
1273 fcsm_disp_devlist(fcsm, devlist, dev_cnt); in fcsm_statec_cb()
1794 fcsm_disp_devlist(fcsm_t *fcsm, fc_portmap_t *devlist, uint32_t dev_cnt) in fcsm_disp_devlist() argument
1799 if (dev_cnt == 0) { in fcsm_disp_devlist()
1804 for (i = 0; i < dev_cnt; i++) { in fcsm_disp_devlist()