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 | 1060 i_mac_tx_swlane_stat_create(mac_srs, flent->fe_flow_name, in mac_srs_stat_create() 1069 flent->fe_flow_name, statname); in mac_srs_stat_create() 1074 flent->fe_flow_name, statname); in mac_srs_stat_create() 1090 i_mac_misc_stat_create(flent, flent->fe_flow_name, statname); in mac_misc_stat_create() 1111 i_mac_tx_hwlane_stat_create(ringp, flent->fe_flow_name, in mac_soft_ring_stat_create() 1134 i_mac_rx_fanout_stat_create(ringp, flent->fe_flow_name, in mac_soft_ring_stat_create()
|
H A D | mac_flow.c | 159 ksp = kstat_create_zone("unix", 0, (char *)fep->fe_flow_name, "flow", in flow_stat_create() 236 (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() 1514 (void) strlcpy(finfop->fi_flow_name, flent->fe_flow_name, in mac_link_flowinfo_copy()
|
H A D | mac_client.c | 5164 bcopy(flent->fe_flow_name, fl_name, MAXFLOWNAMELEN); in mac_client_swap_mciflent() 5170 bcopy(&flent1->fe_flow_name, &flent->fe_flow_name, MAXFLOWNAMELEN); in mac_client_swap_mciflent() 5176 bcopy(fl_name, &flent1->fe_flow_name, MAXFLOWNAMELEN); in mac_client_swap_mciflent()
|
H A D | mac.c | 5944 ndesc->nd_name = flent->fe_flow_name; in mac_write_flow_desc() 5990 nstat->ns_name = flent->fe_flow_name; in mac_write_flow_stats() 6139 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 | 242 char fe_flow_name[MAXFLOWNAMELEN]; /* fe_lock */ member
|