Searched refs:fe_flow_name (Results 1 – 6 of 6) sorted by relevance
| /illumos-gate/usr/src/cmd/mdb/common/modules/mac/ |
| H A D | mac.c | 234 addr, fe.fe_flow_name, fe.fe_link_id, fe.fe_mcip, in mac_flow_dcmd_output() 252 addr, fe.fe_flow_name, in mac_flow_dcmd_output() 279 addr, fe.fe_flow_name, in mac_flow_dcmd_output() 300 addr, fe.fe_flow_name, flow_type, flow_flags, func_name); in mac_flow_dcmd_output() 310 addr, fe.fe_flow_name, fe.fe_rx_srs_cnt); in mac_flow_dcmd_output() 325 addr, fe.fe_flow_name, fe.fe_tx_srs); in mac_flow_dcmd_output() 369 addr, fe.fe_flow_name, totibytes, totobytes); in mac_flow_dcmd_output() 1015 group.mrg_mh, ring.mr_srs, flent.fe_flow_name); in mac_ring_dcmd()
|
| /illumos-gate/usr/src/uts/common/io/mac/ |
| H A D | mac_stat.c | 1069 i_mac_tx_swlane_stat_create(mac_srs, flent->fe_flow_name, in mac_srs_stat_create() 1078 flent->fe_flow_name, statname); in mac_srs_stat_create() 1083 flent->fe_flow_name, statname); in mac_srs_stat_create() 1099 i_mac_misc_stat_create(flent, flent->fe_flow_name, statname); in mac_misc_stat_create() 1120 i_mac_tx_hwlane_stat_create(ringp, flent->fe_flow_name, in mac_soft_ring_stat_create() 1150 i_mac_rx_fanout_stat_create(ringp, flent->fe_flow_name, in mac_soft_ring_stat_create()
|
| H A D | mac_flow.c | 160 ksp = kstat_create_zone("unix", 0, (char *)fep->fe_flow_name, "flow", in flow_stat_create() 237 (void) strlcpy(flent->fe_flow_name, name, MAXFLOWNAMELEN); in mac_flow_create() 949 (void) strlcpy(flent->fe_flow_name, name, MAXFLOWNAMELEN); in mac_flow_set_name() 955 (void) strlcpy(flent->fe_flow_name, name, MAXFLOWNAMELEN); in mac_flow_set_name() 1051 (mod_hash_key_t)flent->fe_flow_name, (mod_hash_val_t)flent); in mac_flow_hash_add() 1072 (mod_hash_key_t)flent->fe_flow_name, &val) == 0); in mac_flow_hash_remove() 1115 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 D | mac_client.c | 5184 bcopy(flent->fe_flow_name, fl_name, MAXFLOWNAMELEN); in mac_client_swap_mciflent() 5190 bcopy(&flent1->fe_flow_name, &flent->fe_flow_name, MAXFLOWNAMELEN); in mac_client_swap_mciflent() 5196 bcopy(fl_name, &flent1->fe_flow_name, MAXFLOWNAMELEN); in mac_client_swap_mciflent()
|
| H A D | mac.c | 5957 ndesc->nd_name = flent->fe_flow_name; in mac_write_flow_desc() 6003 nstat->ns_name = flent->fe_flow_name; in mac_write_flow_stats() 6152 if (strncasecmp(flent->fe_flow_name, "vnic", 4) == 0 && in mac_log_flowinfo()
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | mac_flow_impl.h | 287 char fe_flow_name[MAXFLOWNAMELEN]; /* fe_lock */ member
|