Lines Matching refs:fe
206 flow_entry_t fe; in mac_flow_dcmd_output() local
210 if (mdb_vread(&fe, sizeof (fe), addr) == -1) { in mac_flow_dcmd_output()
216 if (fe.fe_type & FLOW_MCAST) { in mac_flow_dcmd_output()
226 if (fe.fe_mcip != NULL && mdb_vread(&mcip, sizeof (mcip), in mac_flow_dcmd_output()
227 (uintptr_t)fe.fe_mcip) == sizeof (mcip)) { in mac_flow_dcmd_output()
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()
296 fe.fe_flags, flow_flag_bits); in mac_flow_dcmd_output()
298 fe.fe_type, flow_type_bits); 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()
339 for (i = 0; i < fe.fe_rx_srs_cnt; i++) { in mac_flow_dcmd_output()
340 mac_srs = (mac_soft_ring_set_t *)(fe.fe_rx_srs[i]); in mac_flow_dcmd_output()
356 mac_srs = (mac_soft_ring_set_t *)(fe.fe_tx_srs); in mac_flow_dcmd_output()
369 addr, fe.fe_flow_name, totibytes, totobytes); in mac_flow_dcmd_output()