Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c363 uint32_t dev_cnt, uint32_t port_sid);
424 fc_portmap_t devlist[], uint32_t dev_cnt, int link_cnt,
581 uint32_t *dev_cnt);
4294 uint32_t dev_cnt, uint32_t port_sid) in fcp_statec_callback() argument
4310 dev_cnt, port_top); in fcp_statec_callback()
4345 if (dev_cnt) { in fcp_statec_callback()
4348 map_len = sizeof (*map_tag) * dev_cnt; in fcp_statec_callback()
4391 if ((pptr->port_state & FCP_STATE_OFFLINE) && dev_cnt) { in fcp_statec_callback()
4397 pptr->port_tmp_cnt += dev_cnt; in fcp_statec_callback()
4401 fcp_handle_devices(pptr, devlist, dev_cnt, in fcp_statec_callback()
[all …]
H A Dfcsm.c1232 uint32_t port_top, fc_portmap_t *devlist, uint32_t dev_cnt, in fcsm_statec_cb() argument
1272 fcsm_topology_to_str(port_top), port_top, dev_cnt)); in fcsm_statec_cb()
1274 fcsm_disp_devlist(fcsm, devlist, dev_cnt); in fcsm_statec_cb()
1795 fcsm_disp_devlist(fcsm_t *fcsm, fc_portmap_t *devlist, uint32_t dev_cnt) in fcsm_disp_devlist() argument
1800 if (dev_cnt == 0) { in fcsm_disp_devlist()
1805 for (i = 0; i < dev_cnt; i++) { in fcsm_disp_devlist()