Home
last modified time | relevance | path

Searched refs:fe_flow_name (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c226 addr, fe.fe_flow_name, fe.fe_link_id, fe.fe_mcip, in mac_flow_dcmd_output()
244 addr, fe.fe_flow_name, in mac_flow_dcmd_output()
271 addr, fe.fe_flow_name, in mac_flow_dcmd_output()
292 addr, fe.fe_flow_name, flow_type, flow_flags, func_name); in mac_flow_dcmd_output()
302 addr, fe.fe_flow_name, fe.fe_rx_srs_cnt); in mac_flow_dcmd_output()
317 addr, fe.fe_flow_name, fe.fe_tx_srs); in mac_flow_dcmd_output()
341 addr, fe.fe_flow_name, totibytes, totobytes); in mac_flow_dcmd_output()
983 group.mrg_mh, ring.mr_srs, flent.fe_flow_name); in mac_ring_dcmd()
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_stat.c1058 i_mac_tx_swlane_stat_create(mac_srs, flent->fe_flow_name, in mac_srs_stat_create()
1067 flent->fe_flow_name, statname); in mac_srs_stat_create()
1072 flent->fe_flow_name, statname); in mac_srs_stat_create()
1088 i_mac_misc_stat_create(flent, flent->fe_flow_name, statname); in mac_misc_stat_create()
1109 i_mac_tx_hwlane_stat_create(ringp, flent->fe_flow_name, in mac_soft_ring_stat_create()
1132 i_mac_rx_fanout_stat_create(ringp, flent->fe_flow_name, in mac_soft_ring_stat_create()
H A Dmac_flow.c158 ksp = kstat_create_zone("unix", 0, (char *)fep->fe_flow_name, "flow", in flow_stat_create()
235 (void) strlcpy(flent->fe_flow_name, name, MAXFLOWNAMELEN); in mac_flow_create()
948 (void) strlcpy(flent->fe_flow_name, name, MAXFLOWNAMELEN); in mac_flow_set_name()
954 (void) strlcpy(flent->fe_flow_name, name, MAXFLOWNAMELEN); in mac_flow_set_name()
1050 (mod_hash_key_t)flent->fe_flow_name, (mod_hash_val_t)flent); in mac_flow_hash_add()
1071 (mod_hash_key_t)flent->fe_flow_name, &val) == 0); in mac_flow_hash_remove()
1114 flent->fe_flow_name, mcip->mci_name); in mac_link_init_flows_cb()
1513 (void) strlcpy(finfop->fi_flow_name, flent->fe_flow_name, in mac_link_flowinfo_copy()
H A Dmac_client.c4957 bcopy(flent->fe_flow_name, fl_name, MAXFLOWNAMELEN); in mac_client_swap_mciflent()
4963 bcopy(&flent1->fe_flow_name, &flent->fe_flow_name, MAXFLOWNAMELEN); in mac_client_swap_mciflent()
4969 bcopy(fl_name, &flent1->fe_flow_name, MAXFLOWNAMELEN); in mac_client_swap_mciflent()
H A Dmac.c5300 ndesc->nd_name = flent->fe_flow_name; in mac_write_flow_desc()
5346 nstat->ns_name = flent->fe_flow_name; in mac_write_flow_stats()
5495 if (strncasecmp(flent->fe_flow_name, "vnic", 4) == 0 && in mac_log_flowinfo()
/titanic_41/usr/src/uts/common/sys/
H A Dmac_flow_impl.h242 char fe_flow_name[MAXFLOWNAMELEN]; /* fe_lock */ member