Lines Matching refs:fe
198 flow_entry_t fe; in mac_flow_dcmd_output() local
202 if (mdb_vread(&fe, sizeof (fe), addr) == -1) { in mac_flow_dcmd_output()
208 if (fe.fe_type & FLOW_MCAST) { in mac_flow_dcmd_output()
218 if (fe.fe_mcip != NULL && mdb_vread(&mcip, sizeof (mcip), in mac_flow_dcmd_output()
219 (uintptr_t)fe.fe_mcip) == sizeof (mcip)) { in mac_flow_dcmd_output()
226 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()
288 fe.fe_flags, flow_flag_bits); in mac_flow_dcmd_output()
290 fe.fe_type, flow_type_bits); 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()
328 for (i = 0; i < fe.fe_rx_srs_cnt; i++) { in mac_flow_dcmd_output()
329 mac_srs = (mac_soft_ring_set_t *)(fe.fe_rx_srs[i]); in mac_flow_dcmd_output()
335 mac_srs = (mac_soft_ring_set_t *)(fe.fe_tx_srs); in mac_flow_dcmd_output()
341 addr, fe.fe_flow_name, totibytes, totobytes); in mac_flow_dcmd_output()